@egovernments/digit-ui-health-css 0.3.17 → 0.3.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 +20 -5
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +16 -3
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.19
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9384,9 +9384,9 @@ tbody tr:nth-child(odd) {
|
|
|
9384
9384
|
-ms-flex-align: center;
|
|
9385
9385
|
align-items: center; }
|
|
9386
9386
|
|
|
9387
|
-
.pgr-inbox-wrapper .
|
|
9388
|
-
grid-
|
|
9389
|
-
|
|
9387
|
+
.pgr-inbox-wrapper .digit-date-range-label-field {
|
|
9388
|
+
grid-gap: 0.25rem !important;
|
|
9389
|
+
gap: 0.25rem !important; }
|
|
9390
9390
|
|
|
9391
9391
|
.boundary-dropdown-container {
|
|
9392
9392
|
display: -webkit-box;
|
|
@@ -9405,7 +9405,22 @@ tbody tr:nth-child(odd) {
|
|
|
9405
9405
|
|
|
9406
9406
|
.custom-form-complaints .digit-card-section-header:not(:first-of-type) {
|
|
9407
9407
|
border-top: .2rem solid #d6d5d5;
|
|
9408
|
-
padding-top:
|
|
9408
|
+
padding-top: 2rem; }
|
|
9409
9409
|
|
|
9410
9410
|
.custom-form-complaints .digit-card-section-header {
|
|
9411
9411
|
margin-bottom: 1.5rem; }
|
|
9412
|
+
|
|
9413
|
+
.pgr-upload-file-wrapper {
|
|
9414
|
+
display: -webkit-box;
|
|
9415
|
+
display: -ms-flexbox;
|
|
9416
|
+
display: flex;
|
|
9417
|
+
-webkit-box-orient: vertical;
|
|
9418
|
+
-webkit-box-direction: normal;
|
|
9419
|
+
-ms-flex-direction: column;
|
|
9420
|
+
flex-direction: column;
|
|
9421
|
+
grid-row-gap: .75rem;
|
|
9422
|
+
row-gap: .75rem; }
|
|
9423
|
+
.pgr-upload-file-wrapper .pgr-upload-error {
|
|
9424
|
+
color: #d4351c;
|
|
9425
|
+
margin-top: .5rem;
|
|
9426
|
+
margin-bottom: 0; }
|