Move responsive menu styles to its proper file
We forgot to do so in commit 49cb6e010.
This commit is contained in:
@@ -588,18 +588,6 @@ body > header,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-button {
|
|
||||||
border: 1px solid;
|
|
||||||
border-radius: $button-radius;
|
|
||||||
color: inherit;
|
|
||||||
padding: 0.6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-icon {
|
|
||||||
@include hamburger($color: currentcolor, $color-hover: currentcolor);
|
|
||||||
cursor: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown.menu > li {
|
.dropdown.menu > li {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
13
app/assets/stylesheets/layout/responsive_menu.scss
Normal file
13
app/assets/stylesheets/layout/responsive_menu.scss
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[data-responsive-toggle=responsive_menu] {
|
||||||
|
.menu-button {
|
||||||
|
border: 1px solid;
|
||||||
|
border-radius: $button-radius;
|
||||||
|
color: inherit;
|
||||||
|
padding: 0.6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-icon {
|
||||||
|
@include hamburger($color: currentcolor, $color-hover: currentcolor);
|
||||||
|
cursor: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user