Fix sass variables
This commit is contained in:
parent
ec884440e6
commit
3fc3d9e99c
3 changed files with 3 additions and 4 deletions
|
|
@ -95,9 +95,10 @@ $v-button-secondary-outline-active-color: #ffffff !default;
|
|||
|
||||
/* Slide */
|
||||
|
||||
$v-slide-bg-color: $v-accent-color;
|
||||
$v-slide-bg-color: $v-accent-color !default;
|
||||
$v-slider-bg-color: #5063B9 !default;
|
||||
$v-slide-text-color: #FFFFFF !default;
|
||||
$v-success-bg-color: #11D1A6 !default;
|
||||
|
||||
/* Onboarding */
|
||||
$v-onboarding-pane-bg: $v-primary-color !default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue