1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

coin back button css

This commit is contained in:
Szymon Lesisz 2018-05-10 16:39:34 +02:00
parent 9c80c67b71
commit 160bd31c57

View File

@ -414,7 +414,7 @@ aside {
}
&.back {
padding-left: 100px;
padding-left: 80px;
&:before {
content: '';
@ -422,13 +422,13 @@ aside {
display: block;
width: 20px;
height: 20px;
left: 76px;
left: 56px;
top: 0px;
bottom: 0px;
margin: auto 0;
background-repeat: no-repeat;
background-position: center;
background-size: 20px 20px;
background-size: auto 20px;
}
&:after {