1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Shared/Styles/card.less

11 lines
242 B
Plaintext
Raw Normal View History

2013-06-27 02:45:05 +03:00
@import "../../Content/prefixer";
2013-06-26 08:42:44 +03:00
.card(@color : #e1e1e1 ) {
2013-06-26 08:42:44 +03:00
margin : 10px;
background-color : #ffffff;
padding : 10px;
color : #444444;
.box-shadow( 0px 0px 10px 1px @color);
2013-06-26 08:42:44 +03:00
.border-radius(3px);
2013-06-07 06:34:18 +03:00
}