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-21 22:59:03 +01:00

61 lines
1.1 KiB
CSS

/* Menu */
body > nav > ul.list li > .primary {
left: 1rem;
}
/*
body > nav > ul:first-child > a:first-child > li,
body > nav > ul:first-child > a:nth-child(2) > li {
height: 8rem;
line-height: 8rem;
}
*/
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:first-child > a:first-child > li div.control {
line-height: 8rem;
}
*/
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);
}
/*
body > nav > header.big {
overflow: hidden;
height: 7rem;
min-height: 0;
padding: 0;
}
body > nav > header.big ul {
padding: 0.5rem 0;
}
body > nav > header.big ul li .icon {
left: 1rem;
}
body > nav > header.big ul li .control {
line-height: 5rem;
}
*/
ul.oppose {
position: absolute;
bottom: 0;
width: 100%;
min-width: 10rem;
}