added vertical mode and optimised layout for mobile

This commit is contained in:
Daniel Ledda
2021-10-19 18:57:36 +02:00
parent 342e65345d
commit f3851f32cd
20 changed files with 280 additions and 8593 deletions

View File

@@ -2,11 +2,13 @@
height: 1.1em;
margin: 0.5em;
line-height: 1em;
cursor: pointer;
}
.bool-box-label {
display: inline-block;
margin-right: 0.5em;
cursor: pointer;
}
input.bool-box-checkbox[type="checkbox"] {
@@ -20,6 +22,7 @@ input.bool-box-checkbox[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
input.bool-box-checkbox[type="checkbox"]::before {