toggle-components-library 1.25.4 → 1.25.5
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/toggle-components-library.common.js +73 -89
- package/dist/toggle-components-library.common.js.map +1 -1
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +73 -89
- package/dist/toggle-components-library.umd.js.map +1 -1
- package/dist/toggle-components-library.umd.min.js +6 -6
- package/dist/toggle-components-library.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/sass/includes/_as_inputs.scss +4 -2
- package/package-lock.json +0 -20762
package/package.json
CHANGED
package/src/.DS_Store
ADDED
|
Binary file
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
font-size: $toggle-font-size-small;
|
|
155
155
|
color : $toggle-error-red !important;
|
|
156
156
|
display : block;
|
|
157
|
-
|
|
158
|
-
bottom
|
|
157
|
+
margin-top: 1rem;
|
|
158
|
+
margin-bottom: -1.1rem;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
// date picker
|
|
@@ -893,6 +893,8 @@ $iconWidth:20px;
|
|
|
893
893
|
}
|
|
894
894
|
|
|
895
895
|
.toggle-input-label-error {
|
|
896
|
+
margin-top: 0rem;
|
|
897
|
+
margin-bottom: 0rem;
|
|
896
898
|
position: absolute;
|
|
897
899
|
bottom:-17px;
|
|
898
900
|
}
|