Files
figureslibres.cc/user/themes/figureslibres/scss/spectre/utilities/_shapes.scss
T
2018-12-14 10:29:18 +01:00

8 lines
94 B
SCSS

// Shapes
.s-rounded {
border-radius: $border-radius;
}
.s-circle {
border-radius: 50%;
}