Skip to content
Snippets Groups Projects
Commit 76bc648a authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Horizontal toolbar spacing

parent fce8054c
No related branches found
Tags 8.x-3.0-alpha23
No related merge requests found
This diff is collapsed.
......@@ -28,6 +28,11 @@
> .toolbar-box > .toolbar-icon {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 3.5em;
&:before {
left: 1.1em;
}
}
}
}
......@@ -192,6 +197,8 @@
}
@include mq($breakpointMedium) {
padding-left: 2.75em;
&:before {
top: -1px;
left: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment