mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: form checkbox-list
This commit is contained in:
parent
f2cd0b17a1
commit
b836e84ed5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user