mirror of
https://github.com/Radarr/Radarr
synced 2026-01-04 22:52:31 +01:00
20 lines
285 B
CSS
20 lines
285 B
CSS
.row {
|
|
display: flex;
|
|
margin-bottom: 5px;
|
|
padding: 5px 0;
|
|
border-bottom: 1px solid var(--borderColor);
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.selectedContainer {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.path {
|
|
margin-left: 10px;
|
|
}
|