mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
28de886bb1
fixed modals
25 lines
271 B
Plaintext
25 lines
271 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 {
|
|
margin-bottom : 80px;
|
|
}
|
|
|
|
.backdrop #in-sub-nav {
|
|
background-color : #000000;
|
|
.opacity(0.85);
|
|
}
|