mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
f63869bcfa
Oh, so pretty, I feel pretty and witty and gay! And I pity Any girl who isn't me today.
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
.card {
|
|
margin :10px;
|
|
background-color: #ffffff;
|
|
padding: 10px;
|
|
box-shadow: 0px 0px 10px 1px #e1e1e1;
|
|
color: #444444;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|