Radarr/UI/Shared/Styles/card.less

11 lines
211 B
Plaintext
Raw Normal View History

.card() {
margin :10px;
background-color: #ffffff;
padding: 10px;
2013-06-07 03:34:18 +00:00
box-shadow: 0px 0px 10px 1px #e1e1e1;
color: #444444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
2013-06-07 03:34:18 +00:00
}