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