mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
added boxshadow to main regions/ series overview.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user