@egovernments/digit-ui-health-css 0.3.29 → 0.3.31
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.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.31
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4056,6 +4056,41 @@ header {
|
|
|
4056
4056
|
-webkit-animation: slideInFromBottom .5s ease forwards;
|
|
4057
4057
|
animation: slideInFromBottom .5s ease forwards; }
|
|
4058
4058
|
|
|
4059
|
+
.bill-details-table .rdt_Table input[type=checkbox], .manage-bills-table .rdt_Table input[type=checkbox] {
|
|
4060
|
+
cursor: pointer; }
|
|
4061
|
+
|
|
4062
|
+
.bill-details-table .rdt_Table input[type=checkbox]:checked, .manage-bills-table .rdt_Table input[type=checkbox]:checked {
|
|
4063
|
+
-moz-appearance: none !important;
|
|
4064
|
+
appearance: none !important;
|
|
4065
|
+
-webkit-appearance: none !important;
|
|
4066
|
+
width: 1rem;
|
|
4067
|
+
height: 1rem;
|
|
4068
|
+
border: 0.125rem solid #c84c0e !important;
|
|
4069
|
+
border-radius: .125rem;
|
|
4070
|
+
background: #fff !important;
|
|
4071
|
+
display: grid;
|
|
4072
|
+
-ms-flex-line-pack: center;
|
|
4073
|
+
align-content: center;
|
|
4074
|
+
-webkit-box-pack: center;
|
|
4075
|
+
-ms-flex-pack: center;
|
|
4076
|
+
justify-content: center;
|
|
4077
|
+
place-content: center; }
|
|
4078
|
+
|
|
4079
|
+
.bill-details-table .rdt_Table input[type=checkbox]:checked:after, .manage-bills-table .rdt_Table input[type=checkbox]:checked:after {
|
|
4080
|
+
content: "";
|
|
4081
|
+
width: .3rem;
|
|
4082
|
+
height: .55rem;
|
|
4083
|
+
border: solid #c84c0e;
|
|
4084
|
+
border-width: 0 .125rem .125rem 0;
|
|
4085
|
+
-webkit-transform: rotate(45deg) scale(1);
|
|
4086
|
+
transform: rotate(45deg) scale(1);
|
|
4087
|
+
-webkit-transform-origin: center;
|
|
4088
|
+
transform-origin: center;
|
|
4089
|
+
margin-top: -.05rem; }
|
|
4090
|
+
|
|
4091
|
+
.worker-details-popup .digit-popup-heading {
|
|
4092
|
+
color: #0b4b66; }
|
|
4093
|
+
|
|
4059
4094
|
.horizontal-nav {
|
|
4060
4095
|
background-color: initial !important; }
|
|
4061
4096
|
|
|
@@ -7242,7 +7277,7 @@ header {
|
|
|
7242
7277
|
gap: 2rem;
|
|
7243
7278
|
width: 80%; }
|
|
7244
7279
|
.digit-dss-switch-tabs.progressBar {
|
|
7245
|
-
padding:
|
|
7280
|
+
padding: .5rem;
|
|
7246
7281
|
overflow: hidden; }
|
|
7247
7282
|
|
|
7248
7283
|
.digit-dss-switch-tab-wrapper::-webkit-scrollbar {
|
|
@@ -7737,8 +7772,8 @@ header {
|
|
|
7737
7772
|
.digit-reports-list__row-icon {
|
|
7738
7773
|
-ms-flex-negative: 0;
|
|
7739
7774
|
flex-shrink: 0;
|
|
7740
|
-
width:
|
|
7741
|
-
height:
|
|
7775
|
+
width: 2.5rem;
|
|
7776
|
+
height: 2.5rem;
|
|
7742
7777
|
-webkit-box-pack: center;
|
|
7743
7778
|
-ms-flex-pack: center;
|
|
7744
7779
|
justify-content: center;
|
|
@@ -7748,8 +7783,8 @@ header {
|
|
|
7748
7783
|
-webkit-box-flex: 1;
|
|
7749
7784
|
-ms-flex: 1;
|
|
7750
7785
|
flex: 1;
|
|
7751
|
-
grid-gap:
|
|
7752
|
-
gap:
|
|
7786
|
+
grid-gap: .5rem;
|
|
7787
|
+
gap: .5rem;
|
|
7753
7788
|
display: -webkit-box;
|
|
7754
7789
|
display: -ms-flexbox;
|
|
7755
7790
|
display: flex;
|
|
@@ -7847,8 +7882,8 @@ header {
|
|
|
7847
7882
|
align-items: center; }
|
|
7848
7883
|
|
|
7849
7884
|
.digit-report-detail__header-svg {
|
|
7850
|
-
width:
|
|
7851
|
-
height:
|
|
7885
|
+
width: 2.5rem;
|
|
7886
|
+
height: 2.5rem;
|
|
7852
7887
|
-ms-flex-negative: 0;
|
|
7853
7888
|
flex-shrink: 0; }
|
|
7854
7889
|
|
|
@@ -7866,8 +7901,8 @@ header {
|
|
|
7866
7901
|
display: -webkit-box;
|
|
7867
7902
|
display: -ms-flexbox;
|
|
7868
7903
|
display: flex;
|
|
7869
|
-
grid-gap:
|
|
7870
|
-
gap:
|
|
7904
|
+
grid-gap: .5rem;
|
|
7905
|
+
gap: .5rem; }
|
|
7871
7906
|
|
|
7872
7907
|
.digit-report-detail__header-with-tag {
|
|
7873
7908
|
-webkit-box-align: center;
|