coin back button css

pull/2/merge
Szymon Lesisz 6 years ago
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…
Cancel
Save