mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-22 17:04:12 -04: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;
|
|
}
|