mirror of https://github.com/Radarr/Radarr
29 lines
324 B
Plaintext
29 lines
324 B
Plaintext
@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);
|
|
}
|