Fix sass variables
This commit is contained in:
parent
ec884440e6
commit
3fc3d9e99c
3 changed files with 3 additions and 4 deletions
|
|
@ -27,7 +27,6 @@ $v-tou-color: $v-text-secondary-color;
|
||||||
$v-icon-border-radius: 3px;
|
$v-icon-border-radius: 3px;
|
||||||
$v-bitcoin-icon: url('../img/app/icon-bitcoin.svg');
|
$v-bitcoin-icon: url('../img/app/icon-bitcoin.svg');
|
||||||
|
|
||||||
$v-button-primary-color: $v-text-primary-color;
|
|
||||||
$v-button-primary-outline-active-color: $v-text-primary-color;
|
$v-button-primary-outline-active-color: $v-text-primary-color;
|
||||||
|
|
||||||
$v-button-secondary-bg: $v-secondary-color;
|
$v-button-secondary-bg: $v-secondary-color;
|
||||||
|
|
|
||||||
|
|
@ -95,9 +95,10 @@ $v-button-secondary-outline-active-color: #ffffff !default;
|
||||||
|
|
||||||
/* Slide */
|
/* Slide */
|
||||||
|
|
||||||
$v-slide-bg-color: $v-accent-color;
|
$v-slide-bg-color: $v-accent-color !default;
|
||||||
$v-slider-bg-color: #5063B9 !default;
|
$v-slider-bg-color: #5063B9 !default;
|
||||||
$v-slide-text-color: #FFFFFF !default;
|
$v-slide-text-color: #FFFFFF !default;
|
||||||
|
$v-success-bg-color: #11D1A6 !default;
|
||||||
|
|
||||||
/* Onboarding */
|
/* Onboarding */
|
||||||
$v-onboarding-pane-bg: $v-primary-color !default;
|
$v-onboarding-pane-bg: $v-primary-color !default;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
slide-to-accept-success {
|
slide-to-accept-success {
|
||||||
$success-bg-color: #11D1A6;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
@ -28,7 +27,7 @@ slide-to-accept-success {
|
||||||
&.fill-screen {
|
&.fill-screen {
|
||||||
-webkit-transform: scale3d($scale-factor, $scale-factor, 1) translateY(-40%);
|
-webkit-transform: scale3d($scale-factor, $scale-factor, 1) translateY(-40%);
|
||||||
transform: scale3d($scale-factor, $scale-factor, 1) translateY(-40%);
|
transform: scale3d($scale-factor, $scale-factor, 1) translateY(-40%);
|
||||||
background: $success-bg-color;
|
background: $v-success-bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue