mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
added prefixer.less
This commit is contained in:
parent
ab28b50c7e
commit
3b80d59197
8 changed files with 483 additions and 144 deletions
|
@ -8,6 +8,7 @@
|
|||
@import "menu";
|
||||
@import "backgrid/backgrid";
|
||||
@import "../shared/styles/clickable";
|
||||
@import "/content/prefixer";
|
||||
|
||||
.progress {
|
||||
width : 125px;
|
||||
|
@ -38,7 +39,6 @@
|
|||
box-shadow : none;
|
||||
}
|
||||
|
||||
|
||||
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
|
||||
margin-top : 1em;
|
||||
height : 1em;
|
||||
|
@ -81,10 +81,10 @@
|
|||
|
||||
&:hover {
|
||||
text-decoration : none;
|
||||
opacity : 0.4;
|
||||
.opacity (0.4);
|
||||
}
|
||||
|
||||
opacity : 0.2;
|
||||
.opacity (0.2);
|
||||
position : fixed;
|
||||
bottom : 50px;
|
||||
right : 50px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue