@nuvoui/core 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nuvoui.css +2 -0
- package/dist/nuvoui.css.map +1 -1
- package/dist/nuvoui.min.css +1 -1
- package/dist/nuvoui.min.css.map +1 -1
- package/package.json +1 -1
- package/src/styles/base/_base.scss +1 -0
package/dist/nuvoui.css
CHANGED
|
@@ -226,6 +226,7 @@ button:not([class*=bg-]):hover {
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
input[type=text],
|
|
229
|
+
input[type=tel],
|
|
229
230
|
input[type=email],
|
|
230
231
|
input[type=password],
|
|
231
232
|
input[type=number],
|
|
@@ -239,6 +240,7 @@ textarea {
|
|
|
239
240
|
transition: border 0.2s ease-in-out;
|
|
240
241
|
}
|
|
241
242
|
input[type=text]:focus,
|
|
243
|
+
input[type=tel]:focus,
|
|
242
244
|
input[type=email]:focus,
|
|
243
245
|
input[type=password]:focus,
|
|
244
246
|
input[type=number]:focus,
|