mirror of
https://github.com/Radarr/Radarr
synced 2026-01-11 10:10:58 +01:00
14 lines
192 B
CSS
14 lines
192 B
CSS
.itemContainer {
|
|
display: flex;
|
|
margin-bottom: 3px;
|
|
border-bottom: 1px solid $inputBorderColor;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.keyInput,
|
|
.valueInput {
|
|
border: none;
|
|
}
|