mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added prefixer.less
This commit is contained in:
parent
ab28b50c7e
commit
3b80d59197
8 changed files with 483 additions and 144 deletions
|
@ -1,22 +1,24 @@
|
|||
#main-menu-region {
|
||||
@import "/content/prefixer";
|
||||
|
||||
#main-menu-region {
|
||||
i:before {
|
||||
font-size: 35px;
|
||||
font-size : 35px;
|
||||
}
|
||||
i {
|
||||
width: 40px;
|
||||
width : 40px;
|
||||
}
|
||||
}
|
||||
|
||||
#in-sub-nav li a {
|
||||
color: #b9b9b9;
|
||||
color : #b9b9b9;
|
||||
|
||||
}
|
||||
|
||||
#in-sub-nav {
|
||||
margin-bottom: 80px;
|
||||
margin-bottom : 80px;
|
||||
}
|
||||
|
||||
.backdrop #in-sub-nav {
|
||||
background-color: #000000;
|
||||
opacity: 0.85;
|
||||
background-color : #000000;
|
||||
.opacity(0.85);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue