alpes-maritimes: fix submenu colors (#25440)

This commit is contained in:
Elias Showk 2018-07-24 08:44:36 +02:00
parent 06ebd738c9
commit f95077b455
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ $nav-active-color: #00727E;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-hover-background: #343434;
$nav-submenu-background: #F3F3F3;
$nav-submenu-color: #00727E;
$border-radius: 0;
$button-background: #00727E;
$button-color: #FFF;