@egovernments/digit-ui-health-css 0.2.109 → 0.2.111
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 +59 -29
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/campaign.scss +9 -13
- package/src/pages/employee/index.scss +47 -5
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.2.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.2.111
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4723,12 +4723,14 @@ header {
|
|
|
4723
4723
|
|
|
4724
4724
|
.date-style {
|
|
4725
4725
|
max-width: 37.5rem;
|
|
4726
|
-
display: -webkit-box;
|
|
4727
|
-
display: -ms-flexbox;
|
|
4728
|
-
display: flex;
|
|
4729
4726
|
grid-gap: 1rem;
|
|
4730
4727
|
gap: 1rem; }
|
|
4731
4728
|
|
|
4729
|
+
.app-preview, .date-style {
|
|
4730
|
+
display: -webkit-box;
|
|
4731
|
+
display: -ms-flexbox;
|
|
4732
|
+
display: flex; }
|
|
4733
|
+
|
|
4732
4734
|
.app-preview {
|
|
4733
4735
|
width: 29rem;
|
|
4734
4736
|
height: calc(100vh - 22rem);
|
|
@@ -4784,16 +4786,14 @@ header {
|
|
|
4784
4786
|
height: 0 !important;
|
|
4785
4787
|
width: 0 !important; }
|
|
4786
4788
|
|
|
4787
|
-
.app-card, .app-preview {
|
|
4788
|
-
display: -webkit-box;
|
|
4789
|
-
display: -ms-flexbox;
|
|
4790
|
-
display: flex; }
|
|
4791
|
-
|
|
4792
4789
|
.app-card {
|
|
4793
4790
|
-webkit-box-orient: vertical;
|
|
4794
4791
|
-webkit-box-direction: normal;
|
|
4795
4792
|
-ms-flex-direction: column;
|
|
4796
4793
|
flex-direction: column;
|
|
4794
|
+
display: -webkit-box;
|
|
4795
|
+
display: -ms-flexbox;
|
|
4796
|
+
display: flex;
|
|
4797
4797
|
min-height: 100%;
|
|
4798
4798
|
grid-gap: .5rem;
|
|
4799
4799
|
gap: .5rem;
|
|
@@ -4801,10 +4801,6 @@ header {
|
|
|
4801
4801
|
box-shadow: none;
|
|
4802
4802
|
border-style: none;
|
|
4803
4803
|
padding: 1rem; }
|
|
4804
|
-
.app-card::-webkit-scrollbar-button {
|
|
4805
|
-
display: none !important;
|
|
4806
|
-
height: 0 !important;
|
|
4807
|
-
width: 0 !important; }
|
|
4808
4804
|
|
|
4809
4805
|
.mobile-bezel-outerWrapper {
|
|
4810
4806
|
-webkit-transform: scale(0.8);
|
|
@@ -4814,7 +4810,7 @@ header {
|
|
|
4814
4810
|
.app-config-tag-page-fixed {
|
|
4815
4811
|
position: fixed;
|
|
4816
4812
|
top: 15rem;
|
|
4817
|
-
left:
|
|
4813
|
+
left: 67rem;
|
|
4818
4814
|
color: #0b4b66;
|
|
4819
4815
|
font-family: Roboto Condensed;
|
|
4820
4816
|
font-weight: 700; }
|
|
@@ -5029,8 +5025,8 @@ header {
|
|
|
5029
5025
|
height: fit-content; }
|
|
5030
5026
|
|
|
5031
5027
|
.module-card {
|
|
5032
|
-
width:
|
|
5033
|
-
height:
|
|
5028
|
+
width: 21rem;
|
|
5029
|
+
height: 20rem;
|
|
5034
5030
|
border: 1px;
|
|
5035
5031
|
border-radius: .75rem; }
|
|
5036
5032
|
|
|
@@ -5097,9 +5093,9 @@ header {
|
|
|
5097
5093
|
|
|
5098
5094
|
.date-container-popUp, .name-container-popUp {
|
|
5099
5095
|
margin-top: .8rem;
|
|
5100
|
-
margin-right: 0;
|
|
5101
5096
|
font-weight: 700;
|
|
5102
|
-
text-wrap: nowrap;
|
|
5097
|
+
text-wrap: nowrap;
|
|
5098
|
+
width: 3.125rem; }
|
|
5103
5099
|
|
|
5104
5100
|
.pop-display {
|
|
5105
5101
|
display: -webkit-box;
|
|
@@ -5112,9 +5108,9 @@ header {
|
|
|
5112
5108
|
|
|
5113
5109
|
.end-date-container-popUp {
|
|
5114
5110
|
margin-top: .8rem;
|
|
5115
|
-
margin-right: 1rem;
|
|
5116
5111
|
font-weight: 700;
|
|
5117
|
-
text-wrap: nowrap;
|
|
5112
|
+
text-wrap: nowrap;
|
|
5113
|
+
width: 3.125rem; }
|
|
5118
5114
|
|
|
5119
5115
|
.app-config-version-tags {
|
|
5120
5116
|
-webkit-box-align: end;
|
|
@@ -5235,7 +5231,10 @@ header {
|
|
|
5235
5231
|
margin-right: 24rem;
|
|
5236
5232
|
margin-left: min(10%, 12rem);
|
|
5237
5233
|
grid-gap: 2rem;
|
|
5238
|
-
gap: 2rem;
|
|
5234
|
+
gap: 2rem;
|
|
5235
|
+
-webkit-box-align: end;
|
|
5236
|
+
-ms-flex-align: end;
|
|
5237
|
+
align-items: flex-end; }
|
|
5239
5238
|
|
|
5240
5239
|
.app-config-flex-container, .feature-container {
|
|
5241
5240
|
display: -webkit-box;
|
|
@@ -7595,7 +7594,7 @@ tbody tr:nth-child(odd) {
|
|
|
7595
7594
|
|
|
7596
7595
|
.configure-app-tabs .configure-app-tab-head {
|
|
7597
7596
|
border: 1px solid #d6d5d4;
|
|
7598
|
-
border-radius:
|
|
7597
|
+
border-radius: 0;
|
|
7599
7598
|
padding: .5rem 1rem;
|
|
7600
7599
|
min-width: 2.5rem;
|
|
7601
7600
|
height: 2rem;
|
|
@@ -7617,7 +7616,8 @@ tbody tr:nth-child(odd) {
|
|
|
7617
7616
|
padding: .25rem;
|
|
7618
7617
|
height: 3rem;
|
|
7619
7618
|
width: 10rem;
|
|
7620
|
-
min-width: 10rem;
|
|
7619
|
+
min-width: 10rem;
|
|
7620
|
+
margin-bottom: 5rem; }
|
|
7621
7621
|
|
|
7622
7622
|
.app-configuration-side-panel {
|
|
7623
7623
|
width: 24rem;
|
|
@@ -7671,7 +7671,11 @@ tbody tr:nth-child(odd) {
|
|
|
7671
7671
|
border: .0031rem solid #0b4b66;
|
|
7672
7672
|
color: #0b4b66;
|
|
7673
7673
|
font-size: .75rem;
|
|
7674
|
-
font-weight: 400;
|
|
7674
|
+
font-weight: 400;
|
|
7675
|
+
height: 1.5rem; }
|
|
7676
|
+
.app-config-field-tag .digit-tag-text {
|
|
7677
|
+
font-size: .75rem;
|
|
7678
|
+
font-weight: 400; }
|
|
7675
7679
|
.app-config-field-tag .digit-tag-wrapper {
|
|
7676
7680
|
border-radius: .5rem; }
|
|
7677
7681
|
|
|
@@ -7795,7 +7799,7 @@ tbody tr:nth-child(odd) {
|
|
|
7795
7799
|
width: 12rem !important; }
|
|
7796
7800
|
|
|
7797
7801
|
.app-preview-field-pair.app-preview-selected {
|
|
7798
|
-
background-color: rgba(200, 76, 14, 0.
|
|
7802
|
+
background-color: rgba(200, 76, 14, 0.10196);
|
|
7799
7803
|
border: 2px solid #c84c0e;
|
|
7800
7804
|
border-radius: 1rem; }
|
|
7801
7805
|
.app-preview-field-pair.app-preview-selected .digit-field .digit-radio-options-wrap {
|
|
@@ -7855,12 +7859,13 @@ tbody tr:nth-child(odd) {
|
|
|
7855
7859
|
display: -webkit-box;
|
|
7856
7860
|
display: -ms-flexbox;
|
|
7857
7861
|
display: flex;
|
|
7858
|
-
-webkit-box-align:
|
|
7859
|
-
-ms-flex-align:
|
|
7860
|
-
align-items:
|
|
7862
|
+
-webkit-box-align: center;
|
|
7863
|
+
-ms-flex-align: center;
|
|
7864
|
+
align-items: center; }
|
|
7861
7865
|
|
|
7862
7866
|
.icon-wrapper.app-config-tooltip {
|
|
7863
|
-
margin-bottom:
|
|
7867
|
+
margin-bottom: 0;
|
|
7868
|
+
height: 2rem;
|
|
7864
7869
|
display: contents; }
|
|
7865
7870
|
.icon-wrapper.app-config-tooltip .tooltip-wrapper .tooltip-content {
|
|
7866
7871
|
width: -webkit-max-content !important;
|
|
@@ -7888,3 +7893,28 @@ tbody tr:nth-child(odd) {
|
|
|
7888
7893
|
background-color: #d9d9d9;
|
|
7889
7894
|
border-radius: 50%;
|
|
7890
7895
|
display: block; }
|
|
7896
|
+
|
|
7897
|
+
.mobile-bezel-screen {
|
|
7898
|
+
scrollbar-width: none;
|
|
7899
|
+
scrollbar-color: #d6d5d4 transparent;
|
|
7900
|
+
overflow-y: auto; }
|
|
7901
|
+
.mobile-bezel-screen::-webkit-scrollbar {
|
|
7902
|
+
width: 0;
|
|
7903
|
+
background: transparent; }
|
|
7904
|
+
.mobile-bezel-screen::-webkit-scrollbar-thumb {
|
|
7905
|
+
background-color: initial;
|
|
7906
|
+
-webkit-transition: background-color .3s ease;
|
|
7907
|
+
transition: background-color .3s ease; }
|
|
7908
|
+
.mobile-bezel-screen::-webkit-scrollbar-track {
|
|
7909
|
+
background: transparent; }
|
|
7910
|
+
.mobile-bezel-screen::-webkit-scrollbar-button {
|
|
7911
|
+
display: none !important;
|
|
7912
|
+
height: 0 !important;
|
|
7913
|
+
width: 0 !important; }
|
|
7914
|
+
.mobile-bezel-screen.scrolling {
|
|
7915
|
+
scrollbar-width: thin;
|
|
7916
|
+
scrollbar-color: #d6d5d4 transparent;
|
|
7917
|
+
-webkit-transition: scrollbar-color .3s ease;
|
|
7918
|
+
transition: scrollbar-color .3s ease; }
|
|
7919
|
+
.mobile-bezel-screen.scrolling::-webkit-scrollbar-thumb {
|
|
7920
|
+
background-color: #d6d5d4; }
|