1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-27 01:57:21 +00:00
Lidarr/UI/Shared/Styles/card.less
2013-06-25 22:42:44 -07:00

10 lines
221 B
Text

@import "/Content/prefixer";
.card() {
margin : 10px;
background-color : #ffffff;
padding : 10px;
color : #444444;
.box-shadow( 0px 0px 10px 1px #e1e1e1);
.border-radius(3px);
}