1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-27 17:54:34 -04:00
Files
Radarr/frontend/src/MovieFile/Editor/MovieFileEditorTable.css
2020-03-20 23:50:15 -04:00

11 lines
165 B
CSS

.container {
margin-top: 20px;
border: 1px solid $borderColor;
border-radius: 4px;
background-color: $white;
&:last-of-type {
margin-bottom: 0;
}
}