Files
web/packages/design-system/lib/components/Stepper/stepper.module.css
Matilda Landström dd4826dd99 Merged in feat/STAY-140-stepper-accesible (pull request #3432)
feat(STAY-140): make Stepper more accessible

* feat(STAY-140): make Stepper more accessible

* fix(STAY-140): add aria-valuetext


Approved-by: Bianca Widstam
2026-01-15 12:32:09 +00:00

21 lines
343 B
CSS

.counterContainer {
display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--Space-x1);
color: var(--Text-Interactive-Default);
}
.counterBtn {
width: 40px;
height: 40px;
}
.counterBtn:not([disabled]) {
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.countDisplay {
width: 20px;
text-align: center;
}