@qvant/qui-max
Version:
A Vue 3 Design system for Web.
15 lines • 323 B
CSS
.q-checkbox-group {
display: flex;
align-items: flex-start;
font-size: 0;
line-height: 1;
}
.q-checkbox-group_vertical {
flex-direction: column;
}
.q-checkbox-group_vertical .q-checkbox:not(:last-child) {
margin-bottom: 16px;
}
.q-checkbox-group_horizontal .q-checkbox:not(:last-child) {
margin-right: 32px;
}