Files
edx-platform/common/static/sass/edx-pattern-library-shims/_form.scss
2017-10-29 22:22:08 -04:00

28 lines
416 B
SCSS

/*
This file mirror UXPL Form field styles
*/
@import 'lms/theme/variables';
.post-type-label {
@include margin-right($baseline);
display: inline-block;
line-height: 100%;
}
.field-label {
.post-options & {
display: inline-block;
}
.field-input:checked + .field-input-label {
color: theme-color("primary");
}
}
.input-radio, .input-checkbox {
@include margin-right($baseline / 2);
}