mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-05 20:12:02 -05:00
13 lines
248 B
SCSS
13 lines
248 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
@include responsive-layout (".student-registration", ".slide");
|
|
|
|
html,
|
|
body {
|
|
background-color: darken($ui-purple, 8%);
|
|
}
|
|
|
|
.student-complete-registration {
|
|
background-color: $ui-purple;
|
|
}
|