@selco/installation-ui-css 1.0.10 → 1.0.12
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 +1 -7
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +0 -6
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.12
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11468,9 +11468,6 @@ body {
|
|
|
11468
11468
|
font-size: 16px;
|
|
11469
11469
|
text-decoration: underline; }
|
|
11470
11470
|
|
|
11471
|
-
.employee-select-wrap .options-card {
|
|
11472
|
-
margin-top: 0; }
|
|
11473
|
-
|
|
11474
11471
|
.create-project-wrapper .employee-select-wrap .options-card {
|
|
11475
11472
|
margin-top: 40px; }
|
|
11476
11473
|
|
|
@@ -14716,8 +14713,5 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14716
14713
|
font-size: 16px;
|
|
14717
14714
|
text-decoration: underline; }
|
|
14718
14715
|
|
|
14719
|
-
.employee-select-wrap .options-card {
|
|
14720
|
-
margin-top: 0; }
|
|
14721
|
-
|
|
14722
14716
|
.create-project-wrapper .employee-select-wrap .options-card {
|
|
14723
14717
|
margin-top: 40px; }
|