@egovernments/digit-ui-health-css 0.3.24 → 0.3.25
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 +22 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +18 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.3.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.25
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9552,8 +9552,28 @@ tbody tr:nth-child(odd) {
|
|
|
9552
9552
|
-ms-flex-direction: row;
|
|
9553
9553
|
flex-direction: row; }
|
|
9554
9554
|
.boundary-dropdown-wrapper .comment-label-without-card {
|
|
9555
|
-
min-width: 34%;
|
|
9555
|
+
min-width: 34%;
|
|
9556
|
+
position: relative;
|
|
9557
|
+
top: .5rem; }
|
|
9556
9558
|
.boundary-dropdown-wrapper .digit-text-input-field-without-card {
|
|
9557
9559
|
min-width: 67%;
|
|
9558
9560
|
margin-bottom: 2.5rem;
|
|
9559
9561
|
margin-right: 2rem; }
|
|
9562
|
+
|
|
9563
|
+
.date-picker-wrapper {
|
|
9564
|
+
display: -webkit-box;
|
|
9565
|
+
display: -ms-flexbox;
|
|
9566
|
+
display: flex;
|
|
9567
|
+
-webkit-box-orient: horizontal;
|
|
9568
|
+
-webkit-box-direction: normal;
|
|
9569
|
+
-ms-flex-direction: row;
|
|
9570
|
+
flex-direction: row; }
|
|
9571
|
+
.date-picker-wrapper .date-picker-label {
|
|
9572
|
+
min-width: 34%;
|
|
9573
|
+
color: #363636;
|
|
9574
|
+
position: relative;
|
|
9575
|
+
top: .5rem; }
|
|
9576
|
+
.date-picker-wrapper .date-picker-field {
|
|
9577
|
+
min-width: 67%;
|
|
9578
|
+
margin-bottom: 2.5rem;
|
|
9579
|
+
margin-right: 2rem; }
|