1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-07 23:33:52 +00:00
Radarr/UI/Shared/Styles/card.less
Keivan Beigi 28de886bb1 fixed less prefixer path
fixed modals
2013-06-26 16:45:05 -07:00

10 lines
226 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);
}