mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
@import "prefixer";
|
|
|
|
#main-menu-region {
|
|
i:before {
|
|
font-size : 35px;
|
|
}
|
|
|
|
i {
|
|
width : 40px;
|
|
}
|
|
}
|
|
|
|
.backdrop #nav-region {
|
|
background-color : #000000;
|
|
.opacity(0.85);
|
|
}
|
|
|
|
#nav-region li a:hover, #in-sub-nav li a.active {
|
|
background-color : #555555;
|
|
text-decoration : none;
|
|
}
|
|
|
|
#nav-region {
|
|
|
|
margin-bottom : 80px;
|
|
height : 120px;
|
|
|
|
.span12 {
|
|
margin-left : 0px;
|
|
}
|
|
|
|
|
|
.logo {
|
|
margin-top : 25px;
|
|
vertical-align : middle;
|
|
height : 70px;
|
|
width : 70px;
|
|
}
|
|
|
|
ul {
|
|
text-align : center;
|
|
margin-bottom : 10px;
|
|
}
|
|
li {
|
|
list-style-type : none;
|
|
display : inline-block;
|
|
a {
|
|
|
|
&:focus {
|
|
text-decoration : none;
|
|
}
|
|
|
|
display : block;
|
|
border-radius : 6px;
|
|
padding : 15px 10px 5px;
|
|
min-height : 56px;
|
|
min-width : 64px;
|
|
margin : 20px 10px 10px;
|
|
color : #b9b9b9;
|
|
font-weight : 100;
|
|
}
|
|
span.label.pull-right {
|
|
position : relative;
|
|
top : 24px;
|
|
right : 14px;
|
|
}
|
|
}
|
|
}
|