@bagelink/vue 0.0.947 → 0.0.949
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/style.css +7 -7
- package/package.json +1 -1
- package/src/styles/inputs.css +7 -7
package/dist/style.css
CHANGED
|
@@ -11236,13 +11236,13 @@ select {
|
|
|
11236
11236
|
}
|
|
11237
11237
|
}
|
|
11238
11238
|
.pixel {
|
|
11239
|
-
width: 0;
|
|
11240
|
-
height: 0;
|
|
11241
|
-
overflow: hidden;
|
|
11242
|
-
outline: none;
|
|
11243
|
-
position: absolute;
|
|
11244
|
-
bottom: 0;
|
|
11245
|
-
left: 50
|
|
11239
|
+
width: 0 !important;
|
|
11240
|
+
height: 0 !important;
|
|
11241
|
+
overflow: hidden !important;
|
|
11242
|
+
outline: none !important;
|
|
11243
|
+
position: absolute !important;
|
|
11244
|
+
bottom: 0 !important;
|
|
11245
|
+
left: 50% !important;
|
|
11246
11246
|
}
|
|
11247
11247
|
.bgl_btn,
|
|
11248
11248
|
.bgl_flatBtn,
|
package/package.json
CHANGED
package/src/styles/inputs.css
CHANGED
|
@@ -327,11 +327,11 @@ select {
|
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.pixel {
|
|
330
|
-
width: 0;
|
|
331
|
-
height: 0;
|
|
332
|
-
overflow: hidden;
|
|
333
|
-
outline: none;
|
|
334
|
-
position: absolute;
|
|
335
|
-
bottom: 0;
|
|
336
|
-
left: 50
|
|
330
|
+
width: 0 !important;
|
|
331
|
+
height: 0 !important;
|
|
332
|
+
overflow: hidden !important;
|
|
333
|
+
outline: none !important;
|
|
334
|
+
position: absolute !important;
|
|
335
|
+
bottom: 0 !important;
|
|
336
|
+
left: 50% !important;
|
|
337
337
|
}
|