style waiting room

also "deep purple" :)
This commit is contained in:
Matthew Taylor 2016-06-23 15:25:22 -04:00
parent 86a8f94919
commit 6aeee284bc
2 changed files with 25 additions and 1 deletions

View file

@ -5,7 +5,7 @@
html,
body {
background-color: $ui-purple;
background-color: darken($ui-purple, 8%);
}
.teacher-registration {

View file

@ -1,5 +1,29 @@
@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;
}
}
}