@egovernments/digit-ui-health-css 0.2.133 → 0.2.135

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.2.133
2
+ * @egovernments/digit-ui-health-css - 0.2.135
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -3818,7 +3818,8 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
3818
3818
  border-width: 1px 1px 4px;
3819
3819
  -webkit-box-sizing: border-box;
3820
3820
  box-sizing: border-box;
3821
- font-size: 1.5rem; }
3821
+ font-size: 1.5rem;
3822
+ cursor: default; }
3822
3823
  .campaign-tab-head.active, .campaign-tab-head :focus {
3823
3824
  outline: none; }
3824
3825
 
@@ -3839,7 +3840,8 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
3839
3840
  width: 9.188rem;
3840
3841
  font-family: Roboto;
3841
3842
  font-weight: 700;
3842
- font-size: 1rem; }
3843
+ font-size: 1rem;
3844
+ cursor: default; }
3843
3845
 
3844
3846
  .tab-content-header {
3845
3847
  margin-top: 1.5rem;
@@ -4027,6 +4029,9 @@ header {
4027
4029
  .digit-button-secondary .icon-label-container h2 {
4028
4030
  color: #c84c0e; }
4029
4031
 
4032
+ .card-container-delivery .additional-elements-column .icon-label-container .digit-button-label {
4033
+ margin-top: .125rem; }
4034
+
4030
4035
  .employee .digit-employeeSidebar .sidebar {
4031
4036
  z-index: 999; }
4032
4037
 
@@ -6712,17 +6717,27 @@ header {
6712
6717
  -ms-flex-align: center;
6713
6718
  align-items: center;
6714
6719
  grid-gap: .5rem;
6715
- gap: .5rem; }
6716
- @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
6717
- .digit-side-content .digit-table-search-wrapper .digit-field {
6718
- max-width: 27.5rem; } }
6719
- @media (max-aspect-ratio: 9 / 16) {
6720
- .digit-side-content .digit-table-search-wrapper .digit-field {
6721
- max-width: 100%;
6720
+ gap: .5rem;
6721
+ width: 24rem;
6722
+ max-width: 100%; }
6723
+ .digit-side-content .digit-table-search-wrapper svg {
6724
+ -ms-flex-negative: 0;
6725
+ flex-shrink: 0; }
6726
+ @media (max-width: 64rem) {
6727
+ .digit-side-content .digit-table-search-wrapper {
6728
+ width: 20rem; } }
6729
+ @media (max-width: 48rem) {
6730
+ .digit-side-content .digit-table-search-wrapper {
6722
6731
  width: 100%; } }
6723
- @media (min-aspect-ratio: 3 / 4) {
6724
- .digit-side-content .digit-table-search-wrapper .digit-field {
6725
- width: 37.5rem; } }
6732
+ .digit-side-content .digit-table-search-wrapper .digit-field {
6733
+ width: 24rem;
6734
+ max-width: 100%; }
6735
+ @media (max-width: 64rem) {
6736
+ .digit-side-content .digit-table-search-wrapper .digit-field {
6737
+ width: 20rem; } }
6738
+ @media (max-width: 48rem) {
6739
+ .digit-side-content .digit-table-search-wrapper .digit-field {
6740
+ width: 100%; } }
6726
6741
 
6727
6742
  .custom-table.digit-side-content {
6728
6743
  width: auto; }
@@ -6816,6 +6831,7 @@ header {
6816
6831
 
6817
6832
  .digit-loader-new.digit-center-loader {
6818
6833
  width: 100%;
6834
+ height: 100%;
6819
6835
  display: -webkit-box;
6820
6836
  display: -ms-flexbox;
6821
6837
  display: flex;
@@ -8524,6 +8540,7 @@ tbody tr:nth-child(odd) {
8524
8540
  .add-new-product-container {
8525
8541
  border: 1px solid #d6d5d4;
8526
8542
  background-color: #fafafa;
8543
+ margin-bottom: 1.5rem;
8527
8544
  width: 100%; }
8528
8545
  .add-new-product-container .heading-bar {
8529
8546
  font-weight: 700;
@@ -9070,6 +9087,11 @@ tbody tr:nth-child(odd) {
9070
9087
  justify-content: center; }
9071
9088
  .app-preview-field-pair .infotext {
9072
9089
  width: 12rem !important; }
9090
+ .app-preview-field-pair .digit-field .digit-radio-options-wrap {
9091
+ -webkit-box-orient: vertical;
9092
+ -webkit-box-direction: normal;
9093
+ -ms-flex-direction: column;
9094
+ flex-direction: column; }
9073
9095
 
9074
9096
  .app-preview-field-pair.app-preview-selected {
9075
9097
  background-color: rgba(200, 76, 14, 0.10196);