mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-31 13:59:43 +00:00
22 lines
320 B
CSS
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;
|
|
}
|