1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-22 17:04:12 -04:00
Files
Sonarr/frontend/src/Components/Form/KeyValueListInputItem.css
Mark McDowall 5894b4fd95 v3 UI
2018-12-29 13:08:43 +01:00

15 lines
192 B
CSS

.itemContainer {
display: flex;
margin-bottom: 3px;
border-bottom: 1px solid $inputBorderColor;
&:last-child {
margin-bottom: 0;
}
}
.keyInput,
.valueInput {
border: none;
}