@egovernments/digit-ui-health-css 0.3.18 → 0.3.20
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 +32 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +29 -1
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.20
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9409,3 +9409,34 @@ tbody tr:nth-child(odd) {
|
|
|
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; }
|
|
9427
|
+
.pgr-upload-file-wrapper .selector-button-border {
|
|
9428
|
+
display: -webkit-box;
|
|
9429
|
+
display: -ms-flexbox;
|
|
9430
|
+
display: flex;
|
|
9431
|
+
-webkit-box-align: center;
|
|
9432
|
+
-ms-flex-align: center;
|
|
9433
|
+
align-items: center;
|
|
9434
|
+
-webkit-box-pack: center;
|
|
9435
|
+
-ms-flex-pack: center;
|
|
9436
|
+
justify-content: center; }
|
|
9437
|
+
.pgr-upload-file-wrapper .tag-container .tag .text {
|
|
9438
|
+
cursor: default; }
|
|
9439
|
+
|
|
9440
|
+
.pgr-inbox-wrapper .digit-inbox-search-links-header {
|
|
9441
|
+
position: relative;
|
|
9442
|
+
right: 2.3rem; }
|