added boxshadow to main regions/ series overview.

This commit is contained in:
kay.one 2013-07-13 22:42:10 -07:00
commit 45c7a99439
4 changed files with 8 additions and 8 deletions

View file

@ -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);
}