diff options
author | Adam T Carpenter <atc@53hor.net> | 2020-02-23 19:34:28 -0500 |
---|---|---|
committer | Adam T Carpenter <atc@53hor.net> | 2020-02-23 19:34:28 -0500 |
commit | f2ba9fe86fda65f584e6f08b18600a578a59659b (patch) | |
tree | 880ae8f05f1642fa690ba076df9e2830b2bea937 /src/sass/mystyles.scss | |
parent | 3c60887891b6caca5d1ff8dab66b74924bdf5fbe (diff) | |
download | carpentertutoring-f2ba9fe86fda65f584e6f08b18600a578a59659b.tar.xz carpentertutoring-f2ba9fe86fda65f584e6f08b18600a578a59659b.zip |
updated scripts, organized src
Diffstat (limited to 'src/sass/mystyles.scss')
-rw-r--r-- | src/sass/mystyles.scss | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/src/sass/mystyles.scss b/src/sass/mystyles.scss deleted file mode 100644 index f68a6a9..0000000 --- a/src/sass/mystyles.scss +++ /dev/null @@ -1,37 +0,0 @@ -@charset "utf-8"; - - -// Import Google Fonts -@import url('https://fonts.googleapis.com/css?family=Nunito:400,700'); - - -// Set brand colors -$pine-green: #01646d; -$midnight-green: #114b5f; -$eton-blue: #88d498; -$pastel-gray: #c6dabf; -$isabelline: #f7f4ea; - -// Update Bulma's global variables -$primary: $pine-green; -$link: $midnight-green; -// $info: $cyan -$success: $eton-blue; -// $warning: $yellow -// $danger: $red -// $dark: $grey-darker -// $text: $grey-dark -// $family-sans-serif: "Nunito", sans-serif; -$hr-background-color: $primary; - -$body-background-color: $isabelline; - - -// Import only what you need from Bulma -@import "../../node_modules/bulma/sass/utilities/_all.sass"; -@import "../../node_modules/bulma/sass/base/_all.sass"; -@import "../../node_modules/bulma/sass/elements/_all.sass"; -@import "../../node_modules/bulma/sass/form/_all.sass"; -@import "../../node_modules/bulma/sass/components/_all.sass"; -@import "../../node_modules/bulma/sass/layout/_all.sass"; -@import "../../node_modules/bulma/sass/grid/_all.sass"; |