@egovernments/digit-ui-health-css 0.2.94 → 0.2.96
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 +79 -22
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/campaign.scss +72 -22
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.96
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4468,7 +4468,8 @@ header {
|
|
|
4468
4468
|
|
|
4469
4469
|
.summary-header {
|
|
4470
4470
|
font-size: 2.25rem;
|
|
4471
|
-
margin-bottom: 1.5rem !important;
|
|
4471
|
+
margin-bottom: 1.5rem !important;
|
|
4472
|
+
color: #0b4b66; }
|
|
4472
4473
|
|
|
4473
4474
|
.date-field-container {
|
|
4474
4475
|
display: grid;
|
|
@@ -4708,13 +4709,11 @@ header {
|
|
|
4708
4709
|
|
|
4709
4710
|
.date-style {
|
|
4710
4711
|
max-width: 37.5rem;
|
|
4711
|
-
grid-gap: 1rem;
|
|
4712
|
-
gap: 1rem; }
|
|
4713
|
-
|
|
4714
|
-
.app-preview, .date-style {
|
|
4715
4712
|
display: -webkit-box;
|
|
4716
4713
|
display: -ms-flexbox;
|
|
4717
|
-
display: flex;
|
|
4714
|
+
display: flex;
|
|
4715
|
+
grid-gap: 1rem;
|
|
4716
|
+
gap: 1rem; }
|
|
4718
4717
|
|
|
4719
4718
|
.app-preview {
|
|
4720
4719
|
width: 29rem;
|
|
@@ -4761,12 +4760,42 @@ header {
|
|
|
4761
4760
|
.app-preview .app-card {
|
|
4762
4761
|
min-height: 100%;
|
|
4763
4762
|
grid-gap: .5rem;
|
|
4764
|
-
gap: .5rem;
|
|
4763
|
+
gap: .5rem;
|
|
4764
|
+
-webkit-box-shadow: none;
|
|
4765
|
+
box-shadow: none;
|
|
4766
|
+
border-style: none;
|
|
4767
|
+
padding: 1rem; }
|
|
4765
4768
|
.app-preview .app-card::-webkit-scrollbar-button {
|
|
4766
4769
|
display: none !important;
|
|
4767
4770
|
height: 0 !important;
|
|
4768
4771
|
width: 0 !important; }
|
|
4769
4772
|
|
|
4773
|
+
.app-card, .app-preview {
|
|
4774
|
+
display: -webkit-box;
|
|
4775
|
+
display: -ms-flexbox;
|
|
4776
|
+
display: flex; }
|
|
4777
|
+
|
|
4778
|
+
.app-card {
|
|
4779
|
+
-webkit-box-orient: vertical;
|
|
4780
|
+
-webkit-box-direction: normal;
|
|
4781
|
+
-ms-flex-direction: column;
|
|
4782
|
+
flex-direction: column;
|
|
4783
|
+
min-height: 100%;
|
|
4784
|
+
grid-gap: .5rem;
|
|
4785
|
+
gap: .5rem;
|
|
4786
|
+
-webkit-box-shadow: none;
|
|
4787
|
+
box-shadow: none;
|
|
4788
|
+
border-style: none;
|
|
4789
|
+
padding: 1rem; }
|
|
4790
|
+
.app-card::-webkit-scrollbar-button {
|
|
4791
|
+
display: none !important;
|
|
4792
|
+
height: 0 !important;
|
|
4793
|
+
width: 0 !important; }
|
|
4794
|
+
|
|
4795
|
+
.mobile-bezel-outerWrapper {
|
|
4796
|
+
-webkit-transform: scale(0.8);
|
|
4797
|
+
transform: scale(0.8); }
|
|
4798
|
+
|
|
4770
4799
|
.mobile-top {
|
|
4771
4800
|
background-color: #0b4b66;
|
|
4772
4801
|
height: 4rem;
|
|
@@ -4967,15 +4996,20 @@ header {
|
|
|
4967
4996
|
margin-left: 1rem; }
|
|
4968
4997
|
|
|
4969
4998
|
.module-card {
|
|
4970
|
-
width:
|
|
4971
|
-
height:
|
|
4999
|
+
width: 20rem;
|
|
5000
|
+
height: 20rem;
|
|
4972
5001
|
border: 1px;
|
|
4973
5002
|
border-radius: .75rem; }
|
|
4974
5003
|
|
|
4975
5004
|
.modules-container {
|
|
4976
|
-
display:
|
|
4977
|
-
|
|
5005
|
+
display: -webkit-box;
|
|
5006
|
+
display: -ms-flexbox;
|
|
5007
|
+
display: flex;
|
|
4978
5008
|
grid-gap: 1.5rem;
|
|
5009
|
+
gap: 1.5rem;
|
|
5010
|
+
-webkit-box-align: start;
|
|
5011
|
+
-ms-flex-align: start;
|
|
5012
|
+
align-items: flex-start;
|
|
4979
5013
|
padding: 1rem; }
|
|
4980
5014
|
|
|
4981
5015
|
.campaign-module-button {
|
|
@@ -5007,7 +5041,8 @@ header {
|
|
|
5007
5041
|
border-bottom-right-radius: .5rem; }
|
|
5008
5042
|
|
|
5009
5043
|
.digit-toggle-toolbar.app-config-tab {
|
|
5010
|
-
|
|
5044
|
+
top: 15rem;
|
|
5045
|
+
position: fixed; }
|
|
5011
5046
|
.digit-toggle-toolbar.app-config-tab > :first-child label {
|
|
5012
5047
|
border-top-left-radius: .5rem;
|
|
5013
5048
|
border-bottom-left-radius: .5rem; }
|
|
@@ -5051,27 +5086,32 @@ header {
|
|
|
5051
5086
|
text-wrap: nowrap; }
|
|
5052
5087
|
|
|
5053
5088
|
.app-config-version-tags {
|
|
5054
|
-
display: -webkit-box;
|
|
5055
|
-
display: -ms-flexbox;
|
|
5056
|
-
display: flex;
|
|
5057
5089
|
-webkit-box-align: end;
|
|
5058
5090
|
-ms-flex-align: end;
|
|
5059
5091
|
align-items: flex-end;
|
|
5060
|
-
margin-right: 24rem;
|
|
5061
5092
|
-webkit-box-pack: center;
|
|
5062
5093
|
-ms-flex-pack: center;
|
|
5063
5094
|
justify-content: center;
|
|
5064
|
-
|
|
5065
|
-
|
|
5095
|
+
width: -webkit-fit-content;
|
|
5096
|
+
width: -moz-fit-content;
|
|
5097
|
+
width: fit-content;
|
|
5098
|
+
padding: 0;
|
|
5099
|
+
margin: 0 0 -3.5rem 54rem;
|
|
5100
|
+
color: #0b4b66;
|
|
5101
|
+
font-family: Roboto Condensed;
|
|
5102
|
+
font-size: [object Object];
|
|
5103
|
+
font-weight: 700; }
|
|
5066
5104
|
.app-config-version-tags .app-config-placeholder-version-tag {
|
|
5067
5105
|
width: 30%; }
|
|
5068
5106
|
.app-config-version-tags .app-config-version-tag {
|
|
5069
5107
|
width: 40%; }
|
|
5070
5108
|
|
|
5071
|
-
.content-group {
|
|
5109
|
+
.app-config-version-tags, .content-group {
|
|
5072
5110
|
display: -webkit-box;
|
|
5073
5111
|
display: -ms-flexbox;
|
|
5074
|
-
display: flex;
|
|
5112
|
+
display: flex; }
|
|
5113
|
+
|
|
5114
|
+
.content-group {
|
|
5075
5115
|
-webkit-box-align: center;
|
|
5076
5116
|
-ms-flex-align: center;
|
|
5077
5117
|
align-items: center;
|
|
@@ -5152,11 +5192,28 @@ header {
|
|
|
5152
5192
|
.cycleBold {
|
|
5153
5193
|
font-weight: 700; }
|
|
5154
5194
|
|
|
5155
|
-
.QR-pop-up {
|
|
5195
|
+
.app-config-flex-container, .QR-pop-up {
|
|
5156
5196
|
width: -webkit-fit-content;
|
|
5157
5197
|
width: -moz-fit-content;
|
|
5158
5198
|
width: fit-content; }
|
|
5159
5199
|
|
|
5200
|
+
.app-config-flex-container {
|
|
5201
|
+
-webkit-box-align: center;
|
|
5202
|
+
-ms-flex-align: center;
|
|
5203
|
+
align-items: center;
|
|
5204
|
+
margin-right: "24rem";
|
|
5205
|
+
grid-gap: 2rem;
|
|
5206
|
+
gap: 2rem;
|
|
5207
|
+
margin-top: -2rem; }
|
|
5208
|
+
|
|
5209
|
+
.app-config-flex-container, .feature-container {
|
|
5210
|
+
display: -webkit-box;
|
|
5211
|
+
display: -ms-flexbox;
|
|
5212
|
+
display: flex; }
|
|
5213
|
+
|
|
5214
|
+
.app-config {
|
|
5215
|
+
width: auto; }
|
|
5216
|
+
|
|
5160
5217
|
.formula-label-field {
|
|
5161
5218
|
display: -webkit-box;
|
|
5162
5219
|
display: -ms-flexbox;
|