rowt/frontend/scss/components/_important.scss

5 lines
119 B
SCSS
Raw Normal View History

2023-11-09 21:02:21 +01:00
.rounded-t-none-important {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}