@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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.17
2
+ * @selco/installation-ui-css - 1.0.19
3
3
  *
4
4
  * Copyright (c) 2026 Adithya Katuku
5
5
  *
@@ -11836,10 +11836,16 @@ body {
11836
11836
  .create-project-wrapper .employee-select-wrap .options-card {
11837
11837
  margin-top: 40px; }
11838
11838
 
11839
+ .admin-form .digit-toast-success {
11840
+ bottom: 20% !important; }
11841
+
11839
11842
  .org-user-assignment .employeeCard {
11840
11843
  margin-bottom: 0 !important;
11841
11844
  padding: 0 !important; }
11842
11845
 
11846
+ .org-user-assignment .employee-select-wrap .select input[type=text], .org-user-assignment .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text], .org-user-assignment .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text] {
11847
+ z-index: 0 !important; }
11848
+
11843
11849
  .typography.text-heading-xl {
11844
11850
  font-family: Roboto Condensed;
11845
11851
  font-style: normal;
@@ -15093,6 +15099,15 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
15093
15099
  -webkit-transform: translateX(-50%) !important;
15094
15100
  transform: translateX(-50%) !important; }
15095
15101
 
15102
+ .admin-form .digit-toast-success {
15103
+ bottom: 20% !important; }
15104
+
15096
15105
  .org-user-assignment .employeeCard {
15097
15106
  margin-bottom: 0 !important;
15098
15107
  padding: 0 !important; }
15108
+
15109
+ .org-user-assignment .employee-select-wrap .select input[type=text], .org-user-assignment .employee-select-wrap .select .checkbox-wrap .input-emp[type=text], .checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text], .org-user-assignment .employee-select-wrap .select .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .org-user-assignment .employee-select-wrap .select .input-emp[type=text] {
15110
+ z-index: 0 !important; }
15111
+
15112
+ .digit-toggle-btn-wrap, .toggle-option-container {
15113
+ width: 60px !important; }