rowt/frontend/scss/components/_important.scss
2023-11-09 21:02:21 +01:00

5 lines
119 B
SCSS

.rounded-t-none-important {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}