mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
New: Project Aphrodite
This commit is contained in:
29
frontend/src/Components/Form/FormLabel.css
Normal file
29
frontend/src/Components/Form/FormLabel.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.label {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-right: $formLabelRightMarginWidth;
|
||||
font-weight: bold;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
.hasError {
|
||||
color: $dangerColor;
|
||||
}
|
||||
|
||||
.isAdvanced {
|
||||
color: $advancedFormLabelColor;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointLarge) {
|
||||
.label {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
.small {
|
||||
flex: 0 0 $formLabelSmallWidth;
|
||||
}
|
||||
|
||||
.large {
|
||||
flex: 0 0 $formLabelLargeWidth;
|
||||
}
|
||||
Reference in New Issue
Block a user