@egovernments/digit-ui-health-css 0.3.21 → 0.3.23

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.21
2
+ * @egovernments/digit-ui-health-css - 0.3.23
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -9450,3 +9450,84 @@ tbody tr:nth-child(odd) {
9450
9450
  .pgr-inbox-wrapper .digit-inbox-search-links-header {
9451
9451
  position: relative;
9452
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; }
9493
+
9494
+ .digit-button-primary.pgr-response-btn .icon-label-container {
9495
+ -webkit-box-pack: center;
9496
+ -ms-flex-pack: center;
9497
+ justify-content: center; }
9498
+ .digit-button-primary.pgr-response-btn .icon-label-container .digit-button-label {
9499
+ width: -webkit-fit-content;
9500
+ width: -moz-fit-content;
9501
+ width: fit-content; }
9502
+
9503
+ .boundary-hierarchy-container {
9504
+ width: 100%;
9505
+ margin: 1rem 0; }
9506
+
9507
+ .boundary-hierarchy-list {
9508
+ width: 100%; }
9509
+
9510
+ .boundary-hierarchy-item {
9511
+ display: -webkit-box;
9512
+ display: -ms-flexbox;
9513
+ display: flex;
9514
+ -webkit-box-align: center;
9515
+ -ms-flex-align: center;
9516
+ align-items: center;
9517
+ grid-gap: 1.5rem;
9518
+ gap: 1.5rem;
9519
+ margin-bottom: .5rem;
9520
+ width: 100%; }
9521
+
9522
+ .boundary-hierarchy-label {
9523
+ font-weight: 500;
9524
+ min-width: 20%;
9525
+ -ms-flex-negative: 0;
9526
+ flex-shrink: 0; }
9527
+
9528
+ .boundary-hierarchy-code {
9529
+ -webkit-box-flex: 1;
9530
+ -ms-flex: 1;
9531
+ flex: 1;
9532
+ max-width: 80%;
9533
+ word-break: break-word; }