1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00
Lidarr/UI/Content/menu.less
2013-06-30 23:26:33 -07:00

28 lines
324 B
Text

@import "prefixer";
#main-menu-region {
i:before {
font-size : 35px;
}
i {
width : 40px;
}
}
#in-sub-nav li a {
color : #b9b9b9;
}
#in-sub-nav li a:focus {
text-decoration: none;
}
#in-sub-nav {
margin-bottom : 80px;
}
.backdrop #in-sub-nav {
background-color : #000000;
.opacity(0.85);
}