mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
style waiting room
also "deep purple" :)
This commit is contained in:
parent
86a8f94919
commit
6aeee284bc
2 changed files with 25 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
background-color: $ui-purple;
|
||||
background-color: darken($ui-purple, 8%);
|
||||
}
|
||||
|
||||
.teacher-registration {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue