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
Raw Permalink Normal View History

2022-12-17 22:34:02 +01:00
.badge {
2023-11-20 10:05:50 +01:00
@include shape-style($button_large);
line-height: 1.5em;
2022-12-17 22:34:02 +01:00
padding-left: $button_small;
padding-right: $button_small;
2023-11-20 10:05:50 +01:00
text-decoration: none !important;
background-color: var(--accent-color);
color: var(--text-color-contrast);
}