Add Margin to Wallet Decrypt (#2048)
Screenshot of new spacing: https://i.imgur.com/6FHf1nq.png before on left. after on right.
This commit is contained in:
parent
6fc6d9e074
commit
97bfbba51f
|
@ -17,7 +17,7 @@ $speed: 500ms;
|
||||||
@mixin decrypt-title {
|
@mixin decrypt-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0 30px;
|
margin: $space 0 2rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
animation: decrypt-enter $speed ease 1;
|
animation: decrypt-enter $speed ease 1;
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ $speed: 500ms;
|
||||||
&-generate {
|
&-generate {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-top: $space;
|
margin: $space 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue