scratch-www/src/views/teacherregistration/teacherregistration.scss

25 lines
440 B
SCSS
Raw Normal View History

2016-04-07 13:45:30 -04:00
.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;
}
}
}
}