1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/themes/material/css/menu.css
2015-12-28 13:28:17 +01:00

31 lines
567 B
CSS

/* Menu */
body > nav > ul.list li > .primary {
left: 1rem;
}
body > nav > ul:nth-child(2) li p.normal,
body > nav > ul:nth-child(3) li p.normal {
height: 6rem;
line-height: 6rem;
}
body > nav > ul a {
color: white;
}
body > nav > ul.list li > p:nth-last-of-type(2) + p {
color: gray;
}
body > nav > ul.list.active li:hover:not(.subheader),
body > nav > ul.list.active li.active:not(.subheader) {
background-color: rgba(255, 255, 255, 0.035);
}
ul.oppose {
position: absolute;
bottom: 0;
width: 100%;
min-width: 10rem;
}