This commit is contained in:
Roman Pyrih
2025-08-12 15:53:16 +02:00
parent 6a3df0ba34
commit d52683cc92
3 changed files with 24 additions and 2 deletions

View File

@@ -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;
}
}
}
}
}