error pages and rec row

This commit is contained in:
Josh
2018-06-11 17:32:08 -04:00
parent 2b065eb7fa
commit 46bb456063
16 changed files with 117 additions and 40 deletions

View File

@ -56,12 +56,24 @@ a {
flex-direction: column;
}
.room-section {
.table-responsive {
overflow: visible;
}
.landing-section {
position: relative;
height: 45%;
background-color: $background-color;
}
.room-section {
background-color: $background-color;
}
.danger-section {
background-color: #efe6e6;
}
.start-block {
background-color: white;
border: 3px solid lightblue;