Sidebar styling
In general styling capabilities with scsss
This commit is contained in:
6
frontend/src/styles/_mixins.scss
Normal file
6
frontend/src/styles/_mixins.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
@mixin card {
|
||||
backgroud: #fff;
|
||||
border-radius: &border-radius;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
|
||||
padding: $spacing-md;
|
||||
}
|
||||
Reference in New Issue
Block a user