mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-20 16:44:37 -04:00
11 lines
192 B
CSS
11 lines
192 B
CSS
.container {
|
|
margin-top: 20px;
|
|
border: 1px solid var(--borderColor);
|
|
border-radius: 4px;
|
|
background-color: var(--inputBackgroundColor);
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|