qdouze-bludit-theme/scss/utils/_borders.scss

9 lines
101 B
SCSS
Raw Normal View History

2024-04-10 20:54:20 +02:00
.round, .pill {
border-radius: 9999px;
}
.no-borders {
border-width:0px;
border-style:none;
}