qdouze-bludit-theme/scss/utils/_borders.scss
2024-04-10 20:54:20 +02:00

8 lines
101 B
SCSS
Executable file

.round, .pill {
border-radius: 9999px;
}
.no-borders {
border-width:0px;
border-style:none;
}