Files
fox/src/assets/scss/bulma/overrides/form/_shared.scss
T

12 lines
264 B
SCSS
Raw Normal View History

2025-08-22 11:44:38 +03:00
@use 'sass:map';
@use '@beeline/design-tokens/scss/tokens/globals';
@use '@beeline/design-tokens/scss/tokens/themes/dark';
.label {
line-height: globals.$font-line-height-caption;
.dark-theme & {
color: map.get(dark.$theme, 'color-text-inactive');
}
}