mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Move the back arrow back slightly for visual alignment
This commit is contained in:
parent
f843c88e48
commit
e0a7c4fb47
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
.toolbar__back-button {
|
.toolbar__back-button {
|
||||||
float: left;
|
float: left;
|
||||||
margin: $spacer-y * .625 $spacer-x / 2 $spacer-y * .625 #{-$spacer-x / 4};
|
margin: $spacer-y * .625 $spacer-x / 2 $spacer-y * .625 #{-$spacer-x * .625};
|
||||||
padding-left: $spacer-x / 4;
|
padding-left: $spacer-x / 4;
|
||||||
padding-right: $spacer-x / 4;
|
padding-right: $spacer-x / 4;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user