mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
BS5 Migration to CMS - Adding the new styling for form labels (#20582)
* adding styling for form label under bs5 styling * moving label color to website-redesign * adding spacing-02 * fixing a linting error * adding label styling within website-redesign GitOrigin-RevId: bc99c13e5d60dc68c3557db752292faf5eb5a34e
This commit is contained in:
parent
918d0f24eb
commit
610e3839ae
1 changed files with 11 additions and 0 deletions
|
@ -169,3 +169,14 @@
|
|||
box-shadow: $input-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
|
||||
.website-redesign {
|
||||
label {
|
||||
color: $form-text-color;
|
||||
display: inline-block;
|
||||
margin-bottom: var(--spacing-02);
|
||||
font-weight: bold;
|
||||
|
||||
@include body-sm;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue