Files
fox/src/assets/scss/bulma/overrides/_button.scss
T

12 lines
280 B
SCSS
Raw Normal View History

@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;
}
}