Removed bootstrap aweseome checkbox

We now use Bootstrap 4's custom controls.
This commit is contained in:
Jan Böhmer 2019-09-18 18:40:59 +02:00
parent 2d34649ae6
commit 1a0e5408af
6 changed files with 51 additions and 49 deletions

View file

@ -638,22 +638,6 @@ label:not(.form-check-label, custom-control-label) {
padding: .1rem 1.5rem;
}
/* Font Awesome 5 with Checkbox support */
.abc-checkbox input[type="checkbox"]:checked+label::after,
.abc-checkbox input[type="radio"]:checked+label::after {
/*noinspection CssNoGenericFontName*/
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
font-weight: 900;
}
.form-check-dropdown {
display: flex;
width: auto;
padding-left: 10%;
}
.btn-group-append {
border-top-left-radius: 0;
border-bottom-left-radius: 0