Cosmetic : menu
This commit is contained in:
parent
65655fbde5
commit
d8e6f8a21c
2 changed files with 49 additions and 6 deletions
|
|
@ -3304,6 +3304,38 @@ margin:1px;
|
|||
li.li-active {
|
||||
background-color: lightgray !important;
|
||||
}
|
||||
/****************************************/
|
||||
/* MENU LEVEL2 */
|
||||
/****************************************/
|
||||
.nav-level0 {
|
||||
|
||||
}
|
||||
|
||||
/* SM */
|
||||
@media (min-width: 576px) {
|
||||
|
||||
}
|
||||
|
||||
/* MD */
|
||||
@media (min-width: 768px) {
|
||||
.nav-level0 .nav-item {
|
||||
padding : 0.4%;
|
||||
}
|
||||
}
|
||||
|
||||
/* LG */
|
||||
@media (min-width: 992px) {
|
||||
|
||||
}
|
||||
|
||||
/* XL */
|
||||
@media (min-width: 1200px) {
|
||||
|
||||
}
|
||||
/****************************************/
|
||||
/* MENU LEVEL2 */
|
||||
/****************************************/
|
||||
|
||||
.nav-level2 {
|
||||
background-color: hsl(240, 39%, 41.2%);
|
||||
}
|
||||
|
|
@ -3316,10 +3348,21 @@ li.li-active {
|
|||
color:navy;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* MD */
|
||||
@media (min-width: 768px) {
|
||||
.nav-level2 .nav-item {
|
||||
padding : 0.1%;
|
||||
}
|
||||
}
|
||||
|
||||
/****************************************/
|
||||
/* MENU LEVEL 3 */
|
||||
/***************************************/
|
||||
.nav-level3 {
|
||||
background-color:#336699;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
.nav-level3>li {
|
||||
border-right: 1px #9fbcd6 ridge;
|
||||
|
|
@ -3337,9 +3380,9 @@ li.li-active {
|
|||
border-radius:0px !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Module for smartphone menu
|
||||
*/
|
||||
/****************************************/
|
||||
/* Module for smartphone menu */
|
||||
/***************************************/
|
||||
#mobile_module .nav-pills a.nav-link {
|
||||
background-color:transparent !important;
|
||||
color:navy !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue