mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-31 18:20:09 +01:00
21 lines
279 B
CSS
21 lines
279 B
CSS
.row {
|
|
display: flex;
|
|
margin-bottom: 5px;
|
|
padding: 5px 0;
|
|
border-bottom: 1px solid $borderColor;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.selectedContainer {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.path {
|
|
margin-left: 10px;
|
|
}
|