This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/scss/components/_badges.scss

9 lines
248 B
SCSS

.badge {
@include shape-style($button_large);
line-height: 1.5em;
padding-left: $button_small;
padding-right: $button_small;
text-decoration: none !important;
background-color: var(--accent-color);
color: var(--text-color-contrast);
}