scratch-www/src/views/teacherregistration/teacherregistration.scss
2016-06-14 17:27:53 -04:00

24 lines
440 B
SCSS

.teacher-registration {
.formset {
margin: 0 auto;
width: 50%;
}
.button,
.label {
display: block;
width: 100%;
}
input {
&[type=radio],
&[type=checkbox] {
+ .label {
display: inline-block;
margin-right: 20px;
margin-left: 10px;
width: auto;
}
}
}
}