@egovernments/digit-ui-health-css 0.3.20 → 0.3.22

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @egovernments/digit-ui-health-css - 0.3.20
2
+ * @egovernments/digit-ui-health-css - 0.3.22
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;
@@ -9440,3 +9450,43 @@ tbody tr:nth-child(odd) {
9440
9450
  .pgr-inbox-wrapper .digit-inbox-search-links-header {
9441
9451
  position: relative;
9442
9452
  right: 2.3rem; }
9453
+
9454
+ .pgr-response-btn {
9455
+ -webkit-box-sizing: border-box;
9456
+ box-sizing: border-box;
9457
+ display: -webkit-box;
9458
+ display: -ms-flexbox;
9459
+ display: flex;
9460
+ -webkit-box-orient: horizontal;
9461
+ -webkit-box-direction: normal;
9462
+ -ms-flex-direction: row;
9463
+ flex-direction: row;
9464
+ -webkit-box-pack: center;
9465
+ -ms-flex-pack: center;
9466
+ justify-content: center;
9467
+ -webkit-box-align: center;
9468
+ -ms-flex-align: center;
9469
+ align-items: center;
9470
+ padding: .5rem 1.5rem;
9471
+ grid-gap: .5rem;
9472
+ gap: .5rem;
9473
+ width: 20.813rem;
9474
+ height: 2.5rem;
9475
+ -webkit-box-flex: 0;
9476
+ -ms-flex: none;
9477
+ flex: none;
9478
+ -webkit-box-ordinal-group: 1;
9479
+ -ms-flex-order: 0;
9480
+ order: 0;
9481
+ -ms-flex-positive: 0;
9482
+ flex-grow: 0;
9483
+ margin: .5rem; }
9484
+
9485
+ .create-complaint-btn {
9486
+ background: #fff;
9487
+ border: 1px solid #c84c0e; }
9488
+
9489
+ .back-btn {
9490
+ background: #c84c0e;
9491
+ border: 1px solid #c84c0e;
9492
+ margin-right: 6rem; }