Fixing it for all tested browsers

This commit is contained in:
Fabian
2019-10-30 22:43:18 +01:00
parent 8f9757b2f7
commit 020855bbb5
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,9 @@
}
.input-group {
@extend .inp;
input {
@extend .inp;
}
}
.input-checkbox {