1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-20 16:44:37 -04:00
Files
Radarr/frontend/src/MovieFile/Editor/MovieFileEditorTable.css
2022-11-20 11:49:50 -06:00

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;
}
}