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

@ -1,6 +1,6 @@
{
"name": "@hibas123/theme",
"version": "1.2.13",
"version": "1.2.14",
"description": "",
"main": " ",
"files": [

View File

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