0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/client/scss/components/forms/_radio-checkbox-multiple.scss

24 lines
509 B
SCSS

/**
* Lists of checkboxes or radios, one after another vertically.
* Labels are next to their input, horizontally centered.
*/
.w-field--checkbox_select_multiple,
.w-field--checkbox_select_multiple_with_disabled_options,
.w-field--radio_select {
ul {
list-style: none;
padding: 0;
margin: 0;
}
label {
@apply w-label-3;
color: theme('colors.grey.600');
display: inline-flex;
align-items: center;
line-height: normal;
margin-bottom: theme('spacing.[2.5]');
}
}