initial commit
This commit is contained in:
6
resources/scss/app.scss
Normal file
6
resources/scss/app.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
@import "variables";
|
||||
|
||||
// Import Bootstrap
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
|
||||
@import "global";
|
||||
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);
|
||||
}
|
||||
3
resources/scss/variables.scss
Normal file
3
resources/scss/variables.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
$c-white: #fff;
|
||||
$c-offWhite: #eee;
|
||||
$c-black: #000;
|
||||
Reference in New Issue
Block a user