mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 00:31:11 -05:00
ebd41b169e
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.
13 lines
231 B
SCSS
13 lines
231 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
@include responsive-layout (".teacher-registration", ".slide");
|
|
|
|
html,
|
|
body {
|
|
background-color: $ui-purple-dark
|
|
}
|
|
|
|
.teacher-registration {
|
|
background-color: $ui-purple;
|
|
}
|