card block small + date lang
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-25 14:58:17 +01:00
parent 1fedb2392c
commit cb2fe498fe
10 changed files with 326 additions and 305 deletions

View file

@ -23,6 +23,27 @@
.type{
height: calc(var(--h-block)*0.75);
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;
border: var(--border-medium);
background-color: var(--color-bg);
color: var(--color-txt-light);
overflow: hidden;
white-space: nowrap;
}
.page__type{