Commit 6aeee284 authored by Matthew Taylor's avatar Matthew Taylor

style waiting room

also "deep purple" :)
parent 86a8f949
......@@ -5,7 +5,7 @@
html,
body {
background-color: $ui-purple;
background-color: darken($ui-purple, 8%);
}
.teacher-registration {
......
@import "../../colors";
html,
body {
background-color: darken($ui-purple, 8%);
}
.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;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment