21 lines
1.1 KiB
SCSS
21 lines
1.1 KiB
SCSS
/* pmc menu - mobile */
|
|
|
|
.navbar-header > ul > li > a { color: $NaviSelectedTextPmc !important; } /* title in header */
|
|
#main-menu > li > a,
|
|
#main-menu > li > span { color: $MenuTextPmc !important; } /* first level menu items */
|
|
#main-menu > li.open > a { color: $NaviSelectedTextPmc !important; }
|
|
|
|
#myNavbar { background-color: $MenuBgPmc !important; }
|
|
|
|
#myNavbar li.dropdown.open > span,
|
|
#myNavbar li.dropdown.open > a { background-color: $MenuBgHoverPmc !important; color: $MenuTextHoverPmc !important; }
|
|
|
|
#myNavbar li.dropdown a[data-toggle='dropdown'] span,
|
|
#myNavbar li.dropdown a.dropdown-toggle span { background: url("./images/submenu_3dots-mobile.png") no-repeat center center !important; }
|
|
|
|
#myNavbar li.dropdown.open > a.dropdown-toggle > span,
|
|
#myNavbar li.dropdown.open a[data-toggle='dropdown'] span { background: url("./images/submenu_line.png") no-repeat center center !important; }
|
|
|
|
.logout-mobile { background-color: $LinksColor !important; }
|
|
#main-menu > .logout-mobile a { color: $MenuTextHoverPmc !important; }
|