FIX: form checkbox-list

This commit is contained in:
Tony Air 2020-07-01 17:27:08 +07:00
parent f2cd0b17a1
commit b836e84ed5
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,7 @@
legend {
@extend h2;
}
// date-time fields
input.date,
input.time {
@ -6,6 +10,23 @@ input.time {
}
}
input.checkbox {
margin-right: 0.5em;
}
.checkbox-list {
display: flex;
flex-wrap: wrap;
.field {
margin: 0.5rem !important;
min-width: 25%;
.right {
margin: 0;
padding: 0;
}
}
}
.bootstrap-timepicker-widget,
.datepicker-dropdown {
border: 1px solid #ced4da;