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:
Taylor Monahan 2018-07-11 16:36:27 -07:00 committed by Daniel Ternyak
parent 6fc6d9e074
commit 97bfbba51f
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ $speed: 500ms;
@mixin decrypt-title {
text-align: center;
line-height: 1;
margin: 0 0 30px;
margin: $space 0 2rem;
font-weight: normal;
animation: decrypt-enter $speed ease 1;
}
@ -50,7 +50,7 @@ $speed: 500ms;
&-generate {
text-align: center;
font-weight: 300;
margin-top: $space;
margin: $space 0;
}
}