mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 08:41:31 -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.
29 lines
390 B
SCSS
29 lines
390 B
SCSS
@import "../../colors";
|
|
|
|
html,
|
|
body {
|
|
background-color: $ui-purple-dark
|
|
}
|
|
|
|
.teacher-waitingroom {
|
|
background-color: $ui-purple;
|
|
|
|
.slide {
|
|
max-width: 38.75rem;
|
|
}
|
|
|
|
.card {
|
|
margin: 1rem 0;
|
|
padding: 1.5rem;
|
|
width: initial;
|
|
|
|
h4,
|
|
p {
|
|
text-align: left;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|