1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Content/menu.less

29 lines
324 B
Plaintext
Raw Normal View History

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