Also switching to sassc-rails as it's the RoR default now and dropping bootstrap-switch-rails, bootstrap 5 includes switches.
12 lines
306 B
SCSS
12 lines
306 B
SCSS
$navbar-default-bg: #299a0b;
|
|
$navbar-default-link-active-bg: #DFE0DF;
|
|
$navbar-default-border: 1px solid #d4d4d4;
|
|
$navbar-default-color: #ffffff;
|
|
$navbar-default-link-color: #ffffff;
|
|
$navbar-default-link-hover-color: #000000;
|
|
|
|
//
|
|
// Bootstrap components
|
|
//
|
|
// Core variables and mixins
|
|
@import "bootstrap";
|