@selco/installation-ui-css 1.0.17 → 1.0.18
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 +10 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +14 -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.18
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11836,6 +11836,9 @@ 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; }
|
|
@@ -15093,6 +15096,12 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
15093
15096
|
-webkit-transform: translateX(-50%) !important;
|
|
15094
15097
|
transform: translateX(-50%) !important; }
|
|
15095
15098
|
|
|
15099
|
+
.admin-form .digit-toast-success {
|
|
15100
|
+
bottom: 20% !important; }
|
|
15101
|
+
|
|
15096
15102
|
.org-user-assignment .employeeCard {
|
|
15097
15103
|
margin-bottom: 0 !important;
|
|
15098
15104
|
padding: 0 !important; }
|
|
15105
|
+
|
|
15106
|
+
.digit-toggle-btn-wrap, .toggle-option-container {
|
|
15107
|
+
width: 60px !important; }
|