* feat: builds color palette for light and dark mode, removes all conflicting rgba sass * chore: replaces colors with css vars * chore: adapts blur-bg to be more performant and stable * chore: getting ready for dark mode * chore: removes unused file * chore: reverts input bg * chore: reverses selection in dark mode * feat: builds theme toggler * feat: adds auto mode for theme * feat: establishes light / dark css pattern, updates account and list * chore: migrates more views to gutter component * chore: adapts global, adjusts popups * chore: finishes retrofitting views * feat: moves to medium instead of semi-bold for headlines * feat: introduces new font for rte * feat: updates rich text styles * feat: styles react select in dark mode * chore: styles datepicker, misc refinements * chore: updates style of UploadCard * chore: fixes code styles * chore: styles PerPage * chore: improves styling of column / where selector * feat: improves field errors in dark mode * chore: styles built-in rich text elements * chore: improves styling of rte elements * chore: tweaks
14 lines
249 B
SCSS
14 lines
249 B
SCSS
@import '../../../scss/styles.scss';
|
|
|
|
label.field-label {
|
|
display: flex;
|
|
padding-bottom: base(.25);
|
|
color: var(--theme-elevation-800);
|
|
|
|
.required {
|
|
color: var(--color-error-500);
|
|
margin-left: base(.25);
|
|
margin-right: auto;
|
|
}
|
|
}
|