mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 13:48:47 +01:00
20 lines
277 B
CSS
20 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;
|
|
}
|