init
This commit is contained in:
8
user/plugins/problems/scss/utilities/_shapes.scss
Executable file
8
user/plugins/problems/scss/utilities/_shapes.scss
Executable file
@@ -0,0 +1,8 @@
|
||||
// Shapes
|
||||
.s-rounded {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
.s-circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user