mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-10 18:39:36 +00:00
coin back button css
This commit is contained in:
parent
9c80c67b71
commit
160bd31c57
@ -414,7 +414,7 @@ aside {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.back {
|
&.back {
|
||||||
padding-left: 100px;
|
padding-left: 80px;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
@ -422,13 +422,13 @@ aside {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
left: 76px;
|
left: 56px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 20px 20px;
|
background-size: auto 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user