Fix styling on mobile (slide to accept)
This commit is contained in:
parent
02f84b8a60
commit
1b58a66cea
4 changed files with 20 additions and 12 deletions
|
|
@ -93,6 +93,12 @@ $v-button-secondary-outline-color: $v-dark-gray !default;
|
|||
$v-button-secondary-outline-active-bg: $v-dark-gray !default;
|
||||
$v-button-secondary-outline-active-color: #ffffff !default;
|
||||
|
||||
/* Slide */
|
||||
|
||||
$v-slide-bg-color: $v-accent-color;
|
||||
$v-slider-bg-color: #5063B9 !default;
|
||||
$v-slide-text-color: #FFFFFF !default;
|
||||
|
||||
/* Onboarding */
|
||||
$v-onboarding-pane-bg: $v-primary-color !default;
|
||||
$v-onboarding-gradient-top-color: $v-primary-color !default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue