mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-04 21:01:32 -05:00
14 lines
239 B
SCSS
14 lines
239 B
SCSS
|
@import "../../colors";
|
||
|
@import "../../frameless";
|
||
|
|
||
|
@include responsive-layout (".student-registration", ".slide");
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
background-color: darken($ui-purple, 8%);
|
||
|
}
|
||
|
|
||
|
.teacher-registration {
|
||
|
background-color: $ui-purple;
|
||
|
}
|