diff options
| author | horus_arch | 2018-02-07 18:07:53 +0100 |
|---|---|---|
| committer | horus_arch | 2018-02-07 18:07:53 +0100 |
| commit | 92eb8143762e116e8959f6270271fd5540ca50ac (patch) | |
| tree | a9fdc5009b9816fb448431b24bac38f7a215d40d /site/resources/assets/sass/_variables.scss | |
| parent | 71950479fbd6088f249e5fda3b180f294d1d745d (diff) | |
| download | alkobote-92eb8143762e116e8959f6270271fd5540ca50ac.tar.gz | |
Adds basic site in laravel.
Diffstat (limited to 'site/resources/assets/sass/_variables.scss')
| -rw-r--r-- | site/resources/assets/sass/_variables.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/site/resources/assets/sass/_variables.scss b/site/resources/assets/sass/_variables.scss new file mode 100644 index 0000000..1c44aff --- /dev/null +++ b/site/resources/assets/sass/_variables.scss @@ -0,0 +1,18 @@ + +// Body +$body-bg: #f5f8fa; + +// Typography +$font-family-sans-serif: "Raleway", sans-serif; +$font-size-base: 0.9rem; +$line-height-base: 1.6; +$text-color: #636b6f; + +// Navbar +$navbar-default-bg: #fff; + +// Buttons +$btn-default-color: $text-color; + +// Panels +$panel-default-heading-bg: #fff; |
