border radius
user_3758723130
css
a month ago
875 B
2
Indexable
Never
/*START - add theming*/ div.lp-container{ .properties-slider__item-status{ color: #fff!important; background: #152440!important; padding:15px; text-transform:uppercase; font-size:14px; right: 0; top: 0; border-bottom-left-radius: 25px; } .properties-slider__item-container { background-color: #152440; padding: 19px 25px 25px 25px; height: 130px; align-items: flex-start!important; .properties-slider__item-info { color: #fff; text-transform:uppercase; } } .properties-slider__item { border-radius: 25px; } } .tabs__item span { text-transform: uppercase; } /*END - add theming*/