mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Fix: missing SCSS variables
This commit is contained in:
parent
bfa082bca3
commit
85c9b7071b
@ -14,7 +14,8 @@ $white: #fff;
|
||||
$blue: #016cb1;
|
||||
$yellow: #ecac02;
|
||||
|
||||
//$dark: #047072;
|
||||
$dark: #000;
|
||||
|
||||
//$primary: $dark;
|
||||
$bg-alt: $yellow;
|
||||
|
||||
@ -23,6 +24,8 @@ $navbar-light-active-color: $blue;
|
||||
|
||||
$navbar-dark-hover-background: $dark;
|
||||
$navbar-dark-active-background: $dark;
|
||||
$navbar-dark-show-color: $blue;
|
||||
$navbar-dark-show-background: $dark;
|
||||
|
||||
$dropdown-border-color: $white;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user