@selco/installation-ui-css 1.0.18 → 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 +7 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +3 -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.19
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11843,6 +11843,9 @@ body {
|
|
|
11843
11843
|
margin-bottom: 0 !important;
|
|
11844
11844
|
padding: 0 !important; }
|
|
11845
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
|
+
|
|
11846
11849
|
.typography.text-heading-xl {
|
|
11847
11850
|
font-family: Roboto Condensed;
|
|
11848
11851
|
font-style: normal;
|
|
@@ -15103,5 +15106,8 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
15103
15106
|
margin-bottom: 0 !important;
|
|
15104
15107
|
padding: 0 !important; }
|
|
15105
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
|
+
|
|
15106
15112
|
.digit-toggle-btn-wrap, .toggle-option-container {
|
|
15107
15113
|
width: 60px !important; }
|