@selco/installation-ui-css 1.0.1 → 1.0.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/index.css +3 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/installation-ui-css - 1.0.
|
|
2
|
+
* @selco/installation-ui-css - 1.0.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -14180,7 +14180,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14180
14180
|
height: 75vh; } }
|
|
14181
14181
|
|
|
14182
14182
|
.employee-app-wrapper {
|
|
14183
|
-
min-height: calc(100vh - 8em);
|
|
14183
|
+
min-height: calc(100vh - 8em);
|
|
14184
|
+
margin: 0; }
|
|
14184
14185
|
|
|
14185
14186
|
.ws-custom-wrapper .submit {
|
|
14186
14187
|
display: -webkit-box !important;
|