mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 01:57:21 +00:00
9 lines
180 B
Text
9 lines
180 B
Text
.card {
|
|
margin :10px;
|
|
padding: 10px;
|
|
box-shadow: 0px 0px 10px 1px #e1e1e1;
|
|
color: #444444;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|