@selco/installation-ui-css 1.0.20 → 1.0.21
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 +16 -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.21
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11900,6 +11900,10 @@ body {
|
|
|
11900
11900
|
.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] {
|
|
11901
11901
|
z-index: 0 !important; }
|
|
11902
11902
|
|
|
11903
|
+
.digit-topbar-ulb .state {
|
|
11904
|
+
width: 60px;
|
|
11905
|
+
height: 60px; }
|
|
11906
|
+
|
|
11903
11907
|
.typography.text-heading-xl {
|
|
11904
11908
|
font-family: Roboto Condensed;
|
|
11905
11909
|
font-style: normal;
|
|
@@ -15165,3 +15169,14 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
15165
15169
|
|
|
15166
15170
|
.digit-toggle-btn-wrap, .toggle-option-container {
|
|
15167
15171
|
width: 60px !important; }
|
|
15172
|
+
|
|
15173
|
+
.digit-header-img {
|
|
15174
|
+
width: 82px;
|
|
15175
|
+
height: 30px; }
|
|
15176
|
+
|
|
15177
|
+
.digit-topbar-ulb .state {
|
|
15178
|
+
width: 60px;
|
|
15179
|
+
height: 60px; }
|
|
15180
|
+
|
|
15181
|
+
.digit-privacy-checkbox-align {
|
|
15182
|
+
margin-top: 1rem !important; }
|