initial commit
This commit is contained in:
9
resources/scss/global.scss
Normal file
9
resources/scss/global.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
// Add your own SCSS below
|
||||
body {
|
||||
background-color: $c-white;
|
||||
}
|
||||
|
||||
.box-shadow {
|
||||
box-shadow: 0 0 15px rgba($c-black, 0.15);
|
||||
}
|
||||
Reference in New Issue
Block a user