Files
Readarr/frontend/src/BookFile/Editor/BookFileEditorTableContent.css
2021-07-22 20:35:01 +01:00

22 lines
320 B
CSS

.filesTable {
margin-bottom: 20px;
padding-top: 15px;
border: 1px solid $borderColor;
border-top: 1px solid $borderColor;
border-radius: 4px;
background-color: $white;
&:last-of-type {
margin-bottom: 0;
}
}
.actions {
display: flex;
margin-right: auto;
}
.selectInput {
margin-left: 10px;
}