mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
14 lines
257 B
SCSS
14 lines
257 B
SCSS
// scss/components/feedback/difficulty-badge.module.scss
|
|
|
|
.difficultyBadge {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: var(--spacing-1);
|
|
font-size: var(--font-size-sm);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
|
|
.icon {
|
|
font-size: 12px;
|
|
}
|