1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-22 17:04:39 -04:00
Files
Radarr/frontend/src/Components/Form/RootFolderSelectInputOption.css
2019-06-11 22:06:43 -04:00

21 lines
277 B
CSS

.optionText {
display: flex;
align-items: center;
justify-content: space-between;
flex: 1 0 0;
&.isMobile {
display: block;
.freeSpace {
margin-left: 0;
}
}
}
.freeSpace {
margin-left: 15px;
color: $darkGray;
font-size: $smallFontSize;
}