Radarr/frontend/src/Organize/OrganizePreviewRow.css

21 lines
285 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.row {
display: flex;
margin-bottom: 5px;
padding: 5px 0;
border-bottom: 1px solid var(--borderColor);
2018-11-23 07:04:42 +00:00
&:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
}
.selectedContainer {
margin-right: 30px;
}
.path {
margin-left: 10px;
}