forked from platypush/platypush
Better responsive alignment for the collapse toggler.
This commit is contained in:
parent
e8c96ad35d
commit
6b03451386
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ export default {
|
|||
min-height: 3em;
|
||||
cursor: pointer;
|
||||
|
||||
@include from($tablet) {
|
||||
@include until($desktop) {
|
||||
margin-left: 3.25em;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $default-hover-fg;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue