1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-15 15:32:33 +01:00
Radarr/UI/Content/menu.less

40 lines
490 B
Plaintext
Raw Normal View History

2013-06-27 01:45:05 +02:00
@import "prefixer";
2013-06-26 07:42:44 +02:00
#main-menu-region {
2013-04-21 08:25:24 +02:00
i:before {
2013-06-26 07:42:44 +02:00
font-size : 35px;
2013-04-21 08:25:24 +02:00
}
2013-07-01 08:26:33 +02:00
2013-04-21 08:25:24 +02:00
i {
2013-06-26 07:42:44 +02:00
width : 40px;
2013-04-21 08:25:24 +02:00
}
}
#in-sub-nav li a {
2013-06-26 07:42:44 +02:00
color : #b9b9b9;
2013-07-01 08:26:33 +02:00
}
2013-07-01 08:26:33 +02:00
#in-sub-nav li a:focus {
2013-07-07 00:46:11 +02:00
text-decoration : none;
}
#in-sub-nav {
2013-06-26 07:42:44 +02:00
margin-bottom : 80px;
2013-07-07 00:46:11 +02:00
.span12 {
margin-left : 0px;
}
.logo {
margin-top : 25px;
vertical-align : middle;
height : 70px;
width : 70px;
}
}
.backdrop #in-sub-nav {
2013-06-26 07:42:44 +02:00
background-color : #000000;
.opacity(0.85);
}