@egovernments/digit-ui-health-css 0.3.32 → 0.3.34
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 +43 -10
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/healthdss.scss +61 -3
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.34
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -7704,6 +7704,18 @@ header {
|
|
|
7704
7704
|
font-size: 2.5rem;
|
|
7705
7705
|
color: #0b4b66 !important; }
|
|
7706
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
|
+
|
|
7707
7719
|
.digit-reports-list__description {
|
|
7708
7720
|
margin: 0;
|
|
7709
7721
|
color: #505a5f; }
|
|
@@ -7720,7 +7732,8 @@ header {
|
|
|
7720
7732
|
gap: 1.5rem; }
|
|
7721
7733
|
|
|
7722
7734
|
.digit-reports-list__row-card {
|
|
7723
|
-
cursor: pointer;
|
|
7735
|
+
cursor: pointer;
|
|
7736
|
+
border-radius: .75rem; }
|
|
7724
7737
|
|
|
7725
7738
|
.digit-reports-list__row {
|
|
7726
7739
|
grid-gap: 1rem;
|
|
@@ -7742,7 +7755,8 @@ header {
|
|
|
7742
7755
|
-webkit-box-pack: center;
|
|
7743
7756
|
-ms-flex-pack: center;
|
|
7744
7757
|
justify-content: center;
|
|
7745
|
-
background-color: #
|
|
7758
|
+
background-color: #fbeee8;
|
|
7759
|
+
border-radius: 4px; }
|
|
7746
7760
|
|
|
7747
7761
|
.digit-reports-list__row-content {
|
|
7748
7762
|
-webkit-box-flex: 1;
|
|
@@ -7762,7 +7776,7 @@ header {
|
|
|
7762
7776
|
font-family: Roboto;
|
|
7763
7777
|
font-weight: 700;
|
|
7764
7778
|
font-size: 1rem;
|
|
7765
|
-
color: #
|
|
7779
|
+
color: #0b4b66; }
|
|
7766
7780
|
|
|
7767
7781
|
.digit-reports-list__row-desc {
|
|
7768
7782
|
font-family: Roboto;
|
|
@@ -7795,11 +7809,20 @@ header {
|
|
|
7795
7809
|
.digit-report-detail__custom-btn {
|
|
7796
7810
|
margin-left: auto; }
|
|
7797
7811
|
|
|
7798
|
-
.digit-report-
|
|
7799
|
-
|
|
7812
|
+
.digit-report-detail__card {
|
|
7813
|
+
border-radius: .75rem; }
|
|
7814
|
+
|
|
7815
|
+
.digit-report-detail__popup {
|
|
7816
|
+
border-radius: 12px !important;
|
|
7817
|
+
max-width: 48% !important; }
|
|
7818
|
+
.digit-report-detail__popup .digit-popup-heading {
|
|
7819
|
+
color: #0b4b66; }
|
|
7820
|
+
.digit-report-detail__popup .digit-popup-children-wrap {
|
|
7821
|
+
overflow: visible !important; }
|
|
7800
7822
|
|
|
7801
7823
|
.digit-report-detail__file-card {
|
|
7802
|
-
padding: .75rem;
|
|
7824
|
+
padding: .75rem;
|
|
7825
|
+
border-radius: .5rem; }
|
|
7803
7826
|
|
|
7804
7827
|
.digit-report-detail__file-row {
|
|
7805
7828
|
display: -webkit-box;
|
|
@@ -7836,15 +7859,18 @@ header {
|
|
|
7836
7859
|
.digit-report-detail__file-actions .digit-checkbox-container {
|
|
7837
7860
|
margin: 0; }
|
|
7838
7861
|
|
|
7862
|
+
.digit-report-details-accordion {
|
|
7863
|
+
border-radius: .75rem; }
|
|
7864
|
+
|
|
7839
7865
|
.digit-report-detail__header-wrap {
|
|
7840
7866
|
display: -webkit-box;
|
|
7841
7867
|
display: -ms-flexbox;
|
|
7842
7868
|
display: flex;
|
|
7843
7869
|
grid-gap: 1rem;
|
|
7844
7870
|
gap: 1rem;
|
|
7845
|
-
-webkit-box-align:
|
|
7846
|
-
-ms-flex-align:
|
|
7847
|
-
align-items:
|
|
7871
|
+
-webkit-box-align: start;
|
|
7872
|
+
-ms-flex-align: start;
|
|
7873
|
+
align-items: flex-start; }
|
|
7848
7874
|
|
|
7849
7875
|
.digit-report-detail__header-svg {
|
|
7850
7876
|
width: 2.5rem;
|
|
@@ -7907,6 +7933,13 @@ header {
|
|
|
7907
7933
|
.digit-user-tracking-boundary-filter .digit-tag-container .digit-button-link h2 {
|
|
7908
7934
|
font-size: 1rem; } }
|
|
7909
7935
|
|
|
7936
|
+
.digit-card-inputError.custom-date-range, .digit-citizenCard-input.custom-date-range, .digit-employeeCard-input.custom-date-range, .digit-employeeCard-inputError.custom-date-range {
|
|
7937
|
+
border-radius: .375rem; }
|
|
7938
|
+
|
|
7939
|
+
@media (min-width: 48rem) {
|
|
7940
|
+
.digit-popup-overlay .digit-popup-wrapper.digit-report-detail__popup {
|
|
7941
|
+
max-width: 48%; } }
|
|
7942
|
+
|
|
7910
7943
|
.digit-results-card-component {
|
|
7911
7944
|
grid-gap: 1.5rem;
|
|
7912
7945
|
gap: 1.5rem;
|