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

14 lines
239 B
SCSS
Raw Normal View History

2016-07-19 16:51:28 -04:00
@import "../../colors";
@import "../../frameless";
@include responsive-layout (".student-registration", ".slide");
html,
body {
background-color: darken($ui-purple, 8%);
}
.teacher-registration {
background-color: $ui-purple;
}