Save
This commit is contained in:
@@ -424,6 +424,13 @@ main#mainCol {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ul.facilities {
|
||||
li {
|
||||
background: transparent;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
section.occupancy-editor {
|
||||
form#occupancy-form {
|
||||
@@ -434,6 +441,21 @@ main#mainCol {
|
||||
.background-color-7 {
|
||||
background: $cYellow;
|
||||
}
|
||||
.text-color-7 {
|
||||
color: $cTxtBlack2;
|
||||
}
|
||||
span {
|
||||
border-color: $cYellow;
|
||||
|
||||
&.disabled {
|
||||
background: $cYellowLight !important;
|
||||
}
|
||||
|
||||
i.fa-plus,
|
||||
i.fa-minus {
|
||||
color: $cTxtBlack2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user