mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-02 11:44:32 +00: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;
|
|
}
|