correct bug where tel inputs weren't styled in a standard way
This commit is contained in:
parent
269f1a838e
commit
867fe73f05
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
|
|
||||||
@mixin basicInputs {
|
@mixin basicInputs {
|
||||||
input[type="text"], input, input[type="email"], input[type="number"], input[type="password"], select {
|
input[type="text"], input, input[type="email"], input[type="number"], input[type="password"], input[type="tel"], select {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue