2016-06-15 15:08:56 -04:00
|
|
|
@import "../../colors";
|
|
|
|
|
2016-04-07 13:45:30 -04:00
|
|
|
.teacher-registration {
|
2016-06-15 15:08:56 -04:00
|
|
|
background-color: $ui-purple;
|
|
|
|
|
|
|
|
.slide {
|
|
|
|
h1,
|
|
|
|
p {
|
|
|
|
color: $type-white;
|
|
|
|
}
|
2016-04-07 13:45:30 -04:00
|
|
|
}
|
|
|
|
|
2016-06-15 15:08:56 -04:00
|
|
|
.card {
|
|
|
|
&,
|
|
|
|
h2,
|
|
|
|
p {
|
|
|
|
color: $type-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-button {
|
2016-04-07 13:45:30 -04:00
|
|
|
display: block;
|
2016-06-15 15:08:56 -04:00
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
background-color: $ui-aqua;
|
2016-04-07 13:45:30 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-06-16 10:54:36 -04:00
|
|
|
.step-navigation {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-06-06 15:50:31 -04:00
|
|
|
.demographics-checkbox-is-robot {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-04-07 13:45:30 -04:00
|
|
|
}
|