@egovernments/digit-ui-health-css 0.2.132 → 0.2.134

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.132
2
+ * @egovernments/digit-ui-health-css - 0.2.134
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;
@@ -7130,7 +7146,7 @@ header {
7130
7146
  display: -ms-inline-flexbox;
7131
7147
  display: inline-flex;
7132
7148
  position: absolute;
7133
- right: 1.5rem;
7149
+ right: 2.5rem;
7134
7150
  -ms-flex-line-pack: end;
7135
7151
  align-content: flex-end;
7136
7152
  -webkit-box-align: center;
@@ -7146,6 +7162,11 @@ header {
7146
7162
  -webkit-box-pack: end;
7147
7163
  -ms-flex-pack: end;
7148
7164
  justify-content: flex-end; }
7165
+ .digit-filter-by-cycle-wrapper .header-dropdown-menu {
7166
+ min-width: 11.25rem !important; }
7167
+
7168
+ .digit-tag-container.customTable {
7169
+ margin: 0 0 1.5rem; }
7149
7170
 
7150
7171
  .digit-dss-switch-tabs {
7151
7172
  background: #fff;
@@ -8519,6 +8540,7 @@ tbody tr:nth-child(odd) {
8519
8540
  .add-new-product-container {
8520
8541
  border: 1px solid #d6d5d4;
8521
8542
  background-color: #fafafa;
8543
+ margin-bottom: 1.5rem;
8522
8544
  width: 100%; }
8523
8545
  .add-new-product-container .heading-bar {
8524
8546
  font-weight: 700;