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