lamassu-server/packages/admin-ui/src/components/Stepper.module.css
2025-05-12 14:55:22 +01:00

12 lines
143 B
CSS

.stage {
display: flex;
height: 28px;
width: 28px;
z-index: 2;
}
.stage > svg {
height: 100%;
width: 100%;
overflow: visible;
}