Files
Prowlarr/frontend/src/MovieFile/Extras/ExtraFileTable.css
T
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;
}
}