8 lines
94 B
SCSS
8 lines
94 B
SCSS
|
// Shapes
|
||
|
.s-rounded {
|
||
|
border-radius: $border-radius;
|
||
|
}
|
||
|
|
||
|
.s-circle {
|
||
|
border-radius: 50%;
|
||
|
}
|