mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
added boxshadow to main regions/ series overview.
This commit is contained in:
parent
53db90e19a
commit
45c7a99439
4 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
@import "../../Content/prefixer";
|
||||
|
||||
.card() {
|
||||
.card(@color : #e1e1e1 ) {
|
||||
margin : 10px;
|
||||
background-color : #ffffff;
|
||||
padding : 10px;
|
||||
color : #444444;
|
||||
.box-shadow( 0px 0px 10px 1px #e1e1e1);
|
||||
.box-shadow( 0px 0px 10px 1px @color);
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue