mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-14 19:51:56 +01:00
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com> Co-Authored-By: taloth <taloth@users.noreply.github.com>
23 lines
315 B
CSS
23 lines
315 B
CSS
.optionText {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex: 1 0 0;
|
|
min-width: 0;
|
|
|
|
&.isMobile {
|
|
display: block;
|
|
|
|
.hintText {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.hintText {
|
|
@add-mixin truncate;
|
|
|
|
margin-left: 15px;
|
|
color: $darkGray;
|
|
font-size: $smallFontSize;
|
|
}
|