mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
15 lines
192 B
CSS
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;
|
|
}
|