forked from External/greenlight
error pages and rec row
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user