@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/installation-ui-css",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Adithya Katuku",
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
  }