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

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.23
2
+ * @egovernments/digit-ui-health-css - 0.3.24
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -9489,7 +9489,7 @@ tbody tr:nth-child(odd) {
9489
9489
  .back-btn {
9490
9490
  background: #c84c0e;
9491
9491
  border: 1px solid #c84c0e;
9492
- margin-right: 6rem; }
9492
+ margin-right: 1.5rem; }
9493
9493
 
9494
9494
  .digit-button-primary.pgr-response-btn .icon-label-container {
9495
9495
  -webkit-box-pack: center;
@@ -9531,3 +9531,29 @@ tbody tr:nth-child(odd) {
9531
9531
  flex: 1;
9532
9532
  max-width: 80%;
9533
9533
  word-break: break-word; }
9534
+
9535
+ .pgr-create-complaint-form .custom-form-complaints .digit-card-component .digit-label-field-pair .digit-field {
9536
+ position: relative;
9537
+ bottom: .5rem; }
9538
+
9539
+ .digit-popup-overlay .popup-wrapper.pgr-workflow-popup .digit-popup-children-wrap .modal-action .digit-card-component {
9540
+ padding-left: 0 !important;
9541
+ padding-right: 0 !important; }
9542
+
9543
+ .pgr-inbox-wrapper .rdt_TableCol_Sortable .__rdt_custom_sort_icon__ {
9544
+ display: none; }
9545
+
9546
+ .boundary-dropdown-wrapper {
9547
+ display: -webkit-box;
9548
+ display: -ms-flexbox;
9549
+ display: flex;
9550
+ -webkit-box-orient: horizontal;
9551
+ -webkit-box-direction: normal;
9552
+ -ms-flex-direction: row;
9553
+ flex-direction: row; }
9554
+ .boundary-dropdown-wrapper .comment-label-without-card {
9555
+ min-width: 34%; }
9556
+ .boundary-dropdown-wrapper .digit-text-input-field-without-card {
9557
+ min-width: 67%;
9558
+ margin-bottom: 2.5rem;
9559
+ margin-right: 2rem; }