Fixing bug where some inputs would not have the correct text color

This commit is contained in:
Fabian
2019-10-30 22:41:39 +01:00
parent cb616c85a7
commit 8f9757b2f7
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
}
}
.input-group {
@extend .inp;
}
.input-checkbox {
span {
background-color: $button-color;