Files
Prowlarr-Prowlarr/frontend/src/Components/Form/KeyValueListInputItem.css
2019-06-11 22:07:34 -04: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;
}