@egovernments/digit-ui-health-css 0.3.19 → 0.3.21
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 +27 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/index.scss +40 -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.21
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -9388,6 +9388,16 @@ tbody tr:nth-child(odd) {
|
|
|
9388
9388
|
grid-gap: 0.25rem !important;
|
|
9389
9389
|
gap: 0.25rem !important; }
|
|
9390
9390
|
|
|
9391
|
+
.pgr-inbox-wrapper .digit-checkbox-container, .pgr-inbox-wrapper .digit-employee-select-wrap {
|
|
9392
|
+
margin-bottom: 0; }
|
|
9393
|
+
|
|
9394
|
+
.pgr-inbox-wrapper .rdrCalendarWrapper.rdrDateRangeWrapper.pickerShadow {
|
|
9395
|
+
position: absolute;
|
|
9396
|
+
z-index: 999; }
|
|
9397
|
+
|
|
9398
|
+
.pgr-inbox-wrapper .digit-label-field-pair.digit-inbox-search-composer-label-pair.vertical .filter-label {
|
|
9399
|
+
display: none; }
|
|
9400
|
+
|
|
9391
9401
|
.boundary-dropdown-container {
|
|
9392
9402
|
display: -webkit-box;
|
|
9393
9403
|
display: -ms-flexbox;
|
|
@@ -9424,3 +9434,19 @@ tbody tr:nth-child(odd) {
|
|
|
9424
9434
|
color: #d4351c;
|
|
9425
9435
|
margin-top: .5rem;
|
|
9426
9436
|
margin-bottom: 0; }
|
|
9437
|
+
.pgr-upload-file-wrapper .selector-button-border {
|
|
9438
|
+
display: -webkit-box;
|
|
9439
|
+
display: -ms-flexbox;
|
|
9440
|
+
display: flex;
|
|
9441
|
+
-webkit-box-align: center;
|
|
9442
|
+
-ms-flex-align: center;
|
|
9443
|
+
align-items: center;
|
|
9444
|
+
-webkit-box-pack: center;
|
|
9445
|
+
-ms-flex-pack: center;
|
|
9446
|
+
justify-content: center; }
|
|
9447
|
+
.pgr-upload-file-wrapper .tag-container .tag .text {
|
|
9448
|
+
cursor: default; }
|
|
9449
|
+
|
|
9450
|
+
.pgr-inbox-wrapper .digit-inbox-search-links-header {
|
|
9451
|
+
position: relative;
|
|
9452
|
+
right: 2.3rem; }
|