scss var name change
This commit is contained in:
parent
22e1c397d0
commit
525afac92e
1 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
$wallet-details-transition: all 0.25s ease-in-out;
|
$wallet-details-collapse-transition: all 0.25s ease-in-out;
|
||||||
.wallet-details {
|
.wallet-details {
|
||||||
&__tx-amount {
|
&__tx-amount {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
@ -169,7 +169,7 @@ $wallet-details-transition: all 0.25s ease-in-out;
|
||||||
ion-content {
|
ion-content {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
transition: $wallet-details-transition;
|
transition: $wallet-details-collapse-transition;
|
||||||
|
|
||||||
margin-top: 185px;
|
margin-top: 185px;
|
||||||
@media only screen and (max-height:500px) {
|
@media only screen and (max-height:500px) {
|
||||||
|
|
@ -215,7 +215,7 @@ $wallet-details-transition: all 0.25s ease-in-out;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
transition: $wallet-details-transition;
|
transition: $wallet-details-collapse-transition;
|
||||||
>.col {
|
>.col {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
@ -247,13 +247,13 @@ $wallet-details-transition: all 0.25s ease-in-out;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: $wallet-details-transition;
|
transition: $wallet-details-collapse-transition;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&__balance {
|
&__balance {
|
||||||
-webkit-transform: scale3d(1, 1, 1) translateY(45px);
|
-webkit-transform: scale3d(1, 1, 1) translateY(45px);
|
||||||
transform: scale3d(1, 1, 1) translateY(45px);
|
transform: scale3d(1, 1, 1) translateY(45px);
|
||||||
transition: $wallet-details-transition;
|
transition: $wallet-details-collapse-transition;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__updating {
|
&__updating {
|
||||||
|
|
@ -263,7 +263,7 @@ $wallet-details-transition: all 0.25s ease-in-out;
|
||||||
|
|
||||||
&-alternative {
|
&-alternative {
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
transition: $wallet-details-transition;
|
transition: $wallet-details-collapse-transition;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__button-balance {
|
&__button-balance {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue