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

14 lines
231 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: $ui-purple-dark
2016-07-19 16:51:28 -04:00
}
2016-07-21 16:55:19 -04:00
.student-registration {
2016-07-19 16:51:28 -04:00
background-color: $ui-purple;
}