@egovernments/digit-ui-health-css 0.3.31 → 0.3.33
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.33
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4056,41 +4056,6 @@ 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
|
-
|
|
4094
4059
|
.horizontal-nav {
|
|
4095
4060
|
background-color: initial !important; }
|
|
4096
4061
|
|
|
@@ -7739,6 +7704,18 @@ header {
|
|
|
7739
7704
|
font-size: 2.5rem;
|
|
7740
7705
|
color: #0b4b66 !important; }
|
|
7741
7706
|
|
|
7707
|
+
.digit-button-default.large, .digit-button-primary.large, .digit-button-secondary.large, .digit-button-teritiary.large {
|
|
7708
|
+
border-radius: .5rem; }
|
|
7709
|
+
|
|
7710
|
+
.digit-button-default.medium, .digit-button-default.small, .digit-button-primary.medium, .digit-button-primary.small, .digit-button-secondary.medium, .digit-button-secondary.small, .digit-button-teritiary.medium, .digit-button-teritiary.small {
|
|
7711
|
+
border-radius: .375rem; }
|
|
7712
|
+
|
|
7713
|
+
.digit-selector-button-primary, .digit-submit-bar {
|
|
7714
|
+
border-radius: .375rem; }
|
|
7715
|
+
|
|
7716
|
+
.digit-reports-list__cards_main {
|
|
7717
|
+
border-radius: .75rem; }
|
|
7718
|
+
|
|
7742
7719
|
.digit-reports-list__description {
|
|
7743
7720
|
margin: 0;
|
|
7744
7721
|
color: #505a5f; }
|
|
@@ -7755,7 +7732,8 @@ header {
|
|
|
7755
7732
|
gap: 1.5rem; }
|
|
7756
7733
|
|
|
7757
7734
|
.digit-reports-list__row-card {
|
|
7758
|
-
cursor: pointer;
|
|
7735
|
+
cursor: pointer;
|
|
7736
|
+
border-radius: .75rem; }
|
|
7759
7737
|
|
|
7760
7738
|
.digit-reports-list__row {
|
|
7761
7739
|
grid-gap: 1rem;
|
|
@@ -7777,7 +7755,8 @@ header {
|
|
|
7777
7755
|
-webkit-box-pack: center;
|
|
7778
7756
|
-ms-flex-pack: center;
|
|
7779
7757
|
justify-content: center;
|
|
7780
|
-
background-color: #
|
|
7758
|
+
background-color: #fbeee8;
|
|
7759
|
+
border-radius: 4px; }
|
|
7781
7760
|
|
|
7782
7761
|
.digit-reports-list__row-content {
|
|
7783
7762
|
-webkit-box-flex: 1;
|
|
@@ -7797,7 +7776,7 @@ header {
|
|
|
7797
7776
|
font-family: Roboto;
|
|
7798
7777
|
font-weight: 700;
|
|
7799
7778
|
font-size: 1rem;
|
|
7800
|
-
color: #
|
|
7779
|
+
color: #0b4b66; }
|
|
7801
7780
|
|
|
7802
7781
|
.digit-reports-list__row-desc {
|
|
7803
7782
|
font-family: Roboto;
|
|
@@ -7830,11 +7809,17 @@ header {
|
|
|
7830
7809
|
.digit-report-detail__custom-btn {
|
|
7831
7810
|
margin-left: auto; }
|
|
7832
7811
|
|
|
7833
|
-
.digit-report-
|
|
7834
|
-
|
|
7812
|
+
.digit-report-detail__card {
|
|
7813
|
+
border-radius: .75rem; }
|
|
7814
|
+
|
|
7815
|
+
.digit-report-detail__popup {
|
|
7816
|
+
border-radius: 12px !important; }
|
|
7817
|
+
.digit-report-detail__popup .digit-popup-heading {
|
|
7818
|
+
color: #0b4b66; }
|
|
7835
7819
|
|
|
7836
7820
|
.digit-report-detail__file-card {
|
|
7837
|
-
padding: .75rem;
|
|
7821
|
+
padding: .75rem;
|
|
7822
|
+
border-radius: .5rem; }
|
|
7838
7823
|
|
|
7839
7824
|
.digit-report-detail__file-row {
|
|
7840
7825
|
display: -webkit-box;
|
|
@@ -7871,15 +7856,18 @@ header {
|
|
|
7871
7856
|
.digit-report-detail__file-actions .digit-checkbox-container {
|
|
7872
7857
|
margin: 0; }
|
|
7873
7858
|
|
|
7859
|
+
.digit-report-details-accordion {
|
|
7860
|
+
border-radius: .75rem; }
|
|
7861
|
+
|
|
7874
7862
|
.digit-report-detail__header-wrap {
|
|
7875
7863
|
display: -webkit-box;
|
|
7876
7864
|
display: -ms-flexbox;
|
|
7877
7865
|
display: flex;
|
|
7878
7866
|
grid-gap: 1rem;
|
|
7879
7867
|
gap: 1rem;
|
|
7880
|
-
-webkit-box-align:
|
|
7881
|
-
-ms-flex-align:
|
|
7882
|
-
align-items:
|
|
7868
|
+
-webkit-box-align: start;
|
|
7869
|
+
-ms-flex-align: start;
|
|
7870
|
+
align-items: flex-start; }
|
|
7883
7871
|
|
|
7884
7872
|
.digit-report-detail__header-svg {
|
|
7885
7873
|
width: 2.5rem;
|
|
@@ -7942,6 +7930,9 @@ header {
|
|
|
7942
7930
|
.digit-user-tracking-boundary-filter .digit-tag-container .digit-button-link h2 {
|
|
7943
7931
|
font-size: 1rem; } }
|
|
7944
7932
|
|
|
7933
|
+
.digit-card-inputError.custom-date-range, .digit-citizenCard-input.custom-date-range, .digit-employeeCard-input.custom-date-range, .digit-employeeCard-inputError.custom-date-range {
|
|
7934
|
+
border-radius: .375rem; }
|
|
7935
|
+
|
|
7945
7936
|
.digit-results-card-component {
|
|
7946
7937
|
grid-gap: 1.5rem;
|
|
7947
7938
|
gap: 1.5rem;
|