scratch-www/src/views/studentregistration/studentregistration.scss
carljbowman ebd41b169e Update colors to match 3.0 palette
Updates maintain WWW color variable naming conventions, but replaces values with 3.0 colors.

Colors have the commented HEX and GUI variable name.

More work to do auditing but it’s a start.
2018-07-16 18:02:12 -04:00

13 lines
231 B
SCSS

@import "../../colors";
@import "../../frameless";
@include responsive-layout (".student-registration", ".slide");
html,
body {
background-color: $ui-purple-dark
}
.student-registration {
background-color: $ui-purple;
}