Files
fox/src/assets/scss/bulma/overrides/_button.scss
T
2025-08-25 11:21:09 +00:00

12 lines
280 B
SCSS

@use '@beeline/design-tokens/scss/tokens/components/button' as button;
@use '@beeline/design-tokens/scss/tokens/themes';
.button {
font-weight: button.$button-medium-text-font-weight;
color: themes.$color-text-active;
&:hover {
color: themes.$color-text-active;
}
}