more menu options
This commit is contained in:
parent
43dddae55f
commit
82a64f3851
|
@ -65,6 +65,7 @@ header {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background: $menu_box_background;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -190,6 +191,7 @@ header {
|
||||||
h1 a, h1 a:hover, h1 a:link {
|
h1 a, h1 a:hover, h1 a:link {
|
||||||
font-size: $font_size_h1_mobile;
|
font-size: $font_size_h1_mobile;
|
||||||
}
|
}
|
||||||
|
@if $show_mobile_menu == true {
|
||||||
nav {
|
nav {
|
||||||
ul {
|
ul {
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -206,6 +208,7 @@ header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $tiny_view) {
|
@media (max-width: $tiny_view) {
|
||||||
|
|
|
@ -3,6 +3,7 @@ $background_accent_2: black;
|
||||||
$menu_background_color: rgba(255,69,0,0.3);
|
$menu_background_color: rgba(255,69,0,0.3);
|
||||||
$menu_background_dropdown_color: white;
|
$menu_background_dropdown_color: white;
|
||||||
$menu_accent_hover: red;
|
$menu_accent_hover: red;
|
||||||
|
$menu_box_background: transparent;
|
||||||
|
|
||||||
$font_accent_1: red;
|
$font_accent_1: red;
|
||||||
$font_accent_2: maroon;
|
$font_accent_2: maroon;
|
||||||
|
@ -45,3 +46,4 @@ $pico_view: 320px;
|
||||||
|
|
||||||
$menu_text_transform: none;
|
$menu_text_transform: none;
|
||||||
$hide_footer: false;
|
$hide_footer: false;
|
||||||
|
$show_mobile_menu: true;
|
||||||
|
|
Loading…
Reference in New Issue