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
|
@ -1,10 +1,10 @@
|
|||
@import "/Content/prefixer";
|
||||
|
||||
.card() {
|
||||
margin :10px;
|
||||
background-color: #ffffff;
|
||||
padding: 10px;
|
||||
box-shadow: 0px 0px 10px 1px #e1e1e1;
|
||||
color: #444444;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
margin : 10px;
|
||||
background-color : #ffffff;
|
||||
padding : 10px;
|
||||
color : #444444;
|
||||
.box-shadow( 0px 0px 10px 1px #e1e1e1);
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue