index-main/assets/css/components/_category.scss
Julie Blanc fab10a38d8
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
generic card-block
2026-02-24 15:23:52 +01:00

25 lines
463 B
SCSS

.category{
height: calc(var(--h-block)*0.75);
// border-radius: calc(var(--h-block)*0.75/2);
border-radius: var(--radius-small);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 1ch;
padding-top: 3px;
font-size: var(--fs-xsmall);
line-height: 1;
font-weight: 500;
background-color: var(--color-txt);
color: var(--color-bg);
overflow: hidden;
white-space: nowrap;
}