Files
YGChatCS/components/Stepper/styles/index.scss
2025-07-15 11:05:25 +08:00

24 lines
295 B
SCSS

.stepper-wrapper {
display: flex;
align-items: center;
}
.stepper-btn {
width: 24px;
height: 24px;
cursor: pointer;
}
.stepper-btn-minus {
margin-right: 10px;
}
.stepper-btn-plus {
margin-left: 10px;
}
.stepper-text {
font-size: 16px;
color: #333;
}