mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 08:41:31 -05:00
25 lines
440 B
SCSS
25 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|