mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
41 lines
660 B
SCSS
41 lines
660 B
SCSS
|
/*
|
||
|
* Your custom variables
|
||
|
*/
|
||
|
|
||
|
$font-family-base: "Lato", sans-serif;
|
||
|
|
||
|
$grid-gutter-height: 8rem;
|
||
|
|
||
|
$gray-900: #212529;
|
||
|
$white: #fff;
|
||
|
$blue: #016cb1;
|
||
|
$yellow: #ecac02;
|
||
|
|
||
|
//$dark: #047072;
|
||
|
//$primary: $dark;
|
||
|
$bg-alt: $yellow;
|
||
|
|
||
|
$body-color: $gray-900;
|
||
|
$navbar-light-active-color: $blue;
|
||
|
|
||
|
$dropdown-border-color: $white;
|
||
|
|
||
|
$footer-size: 16rem;
|
||
|
$footer-bar-size: 2.5rem;
|
||
|
|
||
|
/*
|
||
|
* bootstrap includes
|
||
|
* keep it at the end
|
||
|
*/
|
||
|
|
||
|
// bootstrap minify bugfix:
|
||
|
$navbar-dark-toggler-icon-bg: none;
|
||
|
$navbar-light-toggler-icon-bg: none;
|
||
|
|
||
|
// IE > 9
|
||
|
$enable-flex: true;
|
||
|
|
||
|
@import "~bootstrap/scss/functions";
|
||
|
@import "~bootstrap/scss/variables";
|
||
|
@import "~bootstrap/scss/mixins";
|