mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
added prefixer.less
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user