Files
web/packages/design-system/lib/components/ImageCounter/imageCounter.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +00:00

20 lines
347 B
CSS

.imageCounter {
background-color: var(--Overlay-90);
border-radius: var(--Corner-Radius-sm);
color: var(--Text-Inverted);
justify-content: center;
display: inline-flex;
align-items: center;
gap: var(--Space-x025);
}
.small {
padding: 0 var(--Space-x05);
height: 26px;
}
.large {
padding: 0 var(--Space-x1);
height: 32px;
}