You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@import "../../Content/prefixer";
|
|
|
|
.card(@color : #e1e1e1 ) {
|
|
margin : 10px;
|
|
background-color : #ffffff;
|
|
padding : 10px;
|
|
color : #444444;
|
|
.box-shadow( 0px 0px 10px 1px @color);
|
|
.border-radius(3px);
|
|
}
|