mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
nav toggle had somehow lost specificity over time, causing it to appear tiny.
This commit is contained in:
parent
88e477098f
commit
7333ae520f
@ -15,7 +15,7 @@ $submenu-color: darken($color-grey-1, 5%);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-toggle {
|
.nav-toggle.icon {
|
||||||
left: $mobile-nice-padding;
|
left: $mobile-nice-padding;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user