Fix for input checkboxes

This commit is contained in:
brantje 2017-02-05 14:17:29 +01:00
parent d6413f32d6
commit f665b6057a
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
4 changed files with 9 additions and 1 deletions

View file

@ -940,4 +940,7 @@
.clearfix {
clear: both; }
input[type="checkbox"] {
min-height: inherit; }
/*# sourceMappingURL=app.css.map */

File diff suppressed because one or more lines are too long

View file

@ -102,4 +102,8 @@
}
.clearfix{
clear: both;
}
//Fix NC fucking up our style
input[type="checkbox"]{
min-height: inherit;
}

View file

@ -75,6 +75,7 @@
color: #8e8e8e;
}
}
input[type="password"], input[type="text"]{
width: 100%;
@include border-radius(5px);