mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
8 lines
162 B
CSS
8 lines
162 B
CSS
.card {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
background-color: $white;
|
|
box-shadow: 0 0 10px 1px $cardShadowColor;
|
|
color: $defaultColor;
|
|
}
|