mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-01 00:12:30 +01:00
10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
.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;
|
|
}
|