@selco/installation-ui-css 1.0.17 → 1.0.19
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 +16 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +17 -0
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -909,9 +909,26 @@ input[type="number"] {
|
|
|
909
909
|
transform: translateX(-50%) !important;
|
|
910
910
|
}
|
|
911
911
|
|
|
912
|
+
.admin-form {
|
|
913
|
+
.digit-toast-success {
|
|
914
|
+
bottom: 20% !important;
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
912
918
|
.org-user-assignment {
|
|
913
919
|
.employeeCard {
|
|
914
920
|
margin-bottom: 0 !important;
|
|
915
921
|
padding: 0 !important;
|
|
916
922
|
}
|
|
923
|
+
.employee-select-wrap .select input[type="text"] {
|
|
924
|
+
z-index: 0 !important;
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.toggle-option-container {
|
|
929
|
+
width: 60px !important;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.digit-toggle-btn-wrap {
|
|
933
|
+
width: 60px !important;
|
|
917
934
|
}
|