Files
YGChatCS/components/CheckBox/styles/index.scss
2025-07-26 17:57:25 +08:00

10 lines
145 B
SCSS

.checkbox-wrapper {
display: flex;
align-items: center;
.checkbox-icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
}