mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-24 17:24:52 +01:00
29 lines
368 B
CSS
29 lines
368 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;
|
|
}
|
|
|
|
.seriesFolder {
|
|
flex: 0 0 auto;
|
|
color: $disabledColor;
|
|
}
|
|
|
|
.freeSpace {
|
|
margin-left: 15px;
|
|
color: $darkGray;
|
|
font-size: $smallFontSize;
|
|
}
|