1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 02:22:31 +01:00
Radarr/UI/Shared/Styles/card.less

11 lines
242 B
Plaintext

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