scratch-www/src/views/teacherwaitingroom/teacherwaitingroom.scss

30 lines
390 B
SCSS
Raw Normal View History

2016-06-22 13:35:38 -04:00
@import "../../colors";
html,
body {
background-color: $ui-purple-dark
}
2016-06-22 13:35:38 -04:00
.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;
}
}
2016-06-22 13:35:38 -04:00
}