mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
30 lines
367 B
CSS
30 lines
367 B
CSS
.optionText {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex: 1 0 0;
|
|
|
|
&.isMobile {
|
|
display: block;
|
|
|
|
.freeSpace {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.value {
|
|
display: flex;
|
|
}
|
|
|
|
.movieFolder {
|
|
flex: 0 0 auto;
|
|
color: $disabledColor;
|
|
}
|
|
|
|
.freeSpace {
|
|
margin-left: 15px;
|
|
color: $darkGray;
|
|
font-size: $smallFontSize;
|
|
}
|