@egovernments/digit-ui-health-css 0.2.121 → 0.2.123
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.2.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.2.123
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4449,12 +4449,17 @@ header {
|
|
|
4449
4449
|
margin-bottom: 0; }
|
|
4450
4450
|
.boldLabel .digit-header-content {
|
|
4451
4451
|
font-weight: 700; }
|
|
4452
|
+
.boldLabel.withoutMargin {
|
|
4453
|
+
margin-bottom: 0 !important; }
|
|
4452
4454
|
|
|
4453
4455
|
.clickable:hover {
|
|
4454
4456
|
border: .063rem solid #c84c0e;
|
|
4455
4457
|
-webkit-box-shadow: 0.063rem rgba(0, 0, 0, 0.16078);
|
|
4456
4458
|
box-shadow: 0.063rem rgba(0, 0, 0, 0.16078); }
|
|
4457
4459
|
|
|
4460
|
+
.setup-campaign .digit-label-field-pair {
|
|
4461
|
+
margin-bottom: 0; }
|
|
4462
|
+
|
|
4458
4463
|
.cmn-help-info-card {
|
|
4459
4464
|
margin: 1.5rem 1rem;
|
|
4460
4465
|
max-width: 100%;
|
|
@@ -4702,9 +4707,9 @@ header {
|
|
|
4702
4707
|
|
|
4703
4708
|
.campaign-tag {
|
|
4704
4709
|
background-color: #eff8ff !important;
|
|
4705
|
-
border-color: #
|
|
4710
|
+
border-color: #0057bd !important; }
|
|
4706
4711
|
.campaign-tag .digit-tag-text {
|
|
4707
|
-
color: #
|
|
4712
|
+
color: #0057bd !important; }
|
|
4708
4713
|
|
|
4709
4714
|
.digit-popup-wrapper.dataMapping .digit-popup-children-wrap {
|
|
4710
4715
|
overflow: visible; }
|
|
@@ -4886,15 +4891,12 @@ header {
|
|
|
4886
4891
|
|
|
4887
4892
|
.campaign-header-style {
|
|
4888
4893
|
color: #0b4b66;
|
|
4889
|
-
font-size: 2.5rem;
|
|
4890
|
-
padding-bottom: 1rem; }
|
|
4894
|
+
font-size: 2.5rem; }
|
|
4891
4895
|
|
|
4892
4896
|
.SubHeadingClass {
|
|
4893
4897
|
color: #505a5f;
|
|
4894
4898
|
font-weight: 400;
|
|
4895
|
-
font-size: 1rem;
|
|
4896
|
-
margin-top: 1.5rem;
|
|
4897
|
-
margin-bottom: 1.5rem; }
|
|
4899
|
+
font-size: 1rem; }
|
|
4898
4900
|
|
|
4899
4901
|
.date-header {
|
|
4900
4902
|
width: 100% !important;
|
|
@@ -5116,6 +5118,9 @@ header {
|
|
|
5116
5118
|
width: 3.125rem; }
|
|
5117
5119
|
|
|
5118
5120
|
.app-config-version-tags {
|
|
5121
|
+
display: -webkit-box;
|
|
5122
|
+
display: -ms-flexbox;
|
|
5123
|
+
display: flex;
|
|
5119
5124
|
-webkit-box-align: end;
|
|
5120
5125
|
-ms-flex-align: end;
|
|
5121
5126
|
align-items: flex-end;
|
|
@@ -5136,12 +5141,13 @@ header {
|
|
|
5136
5141
|
.app-config-version-tags .app-config-version-tag {
|
|
5137
5142
|
width: 40%; }
|
|
5138
5143
|
|
|
5139
|
-
.
|
|
5140
|
-
|
|
5141
|
-
display: -ms-flexbox;
|
|
5142
|
-
display: flex; }
|
|
5144
|
+
.version-tag .digit-tag-text {
|
|
5145
|
+
font-size: .75rem; }
|
|
5143
5146
|
|
|
5144
5147
|
.content-group {
|
|
5148
|
+
display: -webkit-box;
|
|
5149
|
+
display: -ms-flexbox;
|
|
5150
|
+
display: flex;
|
|
5145
5151
|
-webkit-box-align: center;
|
|
5146
5152
|
-ms-flex-align: center;
|
|
5147
5153
|
align-items: center;
|
|
@@ -5272,8 +5278,10 @@ header {
|
|
|
5272
5278
|
|
|
5273
5279
|
.dynamic-image-component {
|
|
5274
5280
|
max-width: 100%;
|
|
5275
|
-
margin-
|
|
5276
|
-
|
|
5281
|
+
margin-bottom: -2.5rem; }
|
|
5282
|
+
|
|
5283
|
+
.start-header {
|
|
5284
|
+
color: #0b4b66 !important; }
|
|
5277
5285
|
|
|
5278
5286
|
.formula-label-field {
|
|
5279
5287
|
display: -webkit-box;
|
|
@@ -7005,9 +7013,6 @@ header {
|
|
|
7005
7013
|
margin-left: 4rem;
|
|
7006
7014
|
min-width: 12.5rem; }
|
|
7007
7015
|
|
|
7008
|
-
.info-text {
|
|
7009
|
-
padding-bottom: 1.5rem; }
|
|
7010
|
-
|
|
7011
7016
|
.microplan-bulk-upload {
|
|
7012
7017
|
display: -webkit-box;
|
|
7013
7018
|
display: -ms-flexbox;
|
|
@@ -7214,36 +7219,36 @@ tbody tr:nth-child(odd) {
|
|
|
7214
7219
|
.setup-campaign .digit-field {
|
|
7215
7220
|
margin-bottom: 0 !important; }
|
|
7216
7221
|
|
|
7217
|
-
.campaign-summary-container
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
.campaign-summary-container .digit-infobanner-wrap.error {
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7222
|
+
.campaign-summary-container {
|
|
7223
|
+
overflow: auto; }
|
|
7224
|
+
.campaign-summary-container .setup-campaign-card .employeeCard.employeeCard-override {
|
|
7225
|
+
padding: 1.5rem;
|
|
7226
|
+
margin-bottom: 1.5rem !important; }
|
|
7227
|
+
.campaign-summary-container .row {
|
|
7228
|
+
-webkit-box-pack: start;
|
|
7229
|
+
-ms-flex-pack: start;
|
|
7230
|
+
justify-content: flex-start;
|
|
7231
|
+
grid-gap: 5rem;
|
|
7232
|
+
gap: 5rem; }
|
|
7233
|
+
.campaign-summary-container .row h2 {
|
|
7234
|
+
margin: 0;
|
|
7235
|
+
width: 272px; }
|
|
7236
|
+
.campaign-summary-container .row .value {
|
|
7237
|
+
width: unset; }
|
|
7238
|
+
.campaign-summary-container .row .value p {
|
|
7239
|
+
margin: 0; }
|
|
7240
|
+
.campaign-summary-container .digit-infobanner-wrap.error {
|
|
7241
|
+
margin-left: 0;
|
|
7242
|
+
margin-bottom: 1.5rem;
|
|
7243
|
+
min-width: 100%; }
|
|
7244
|
+
.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary {
|
|
7245
|
+
height: 1.5rem;
|
|
7246
|
+
background-color: #d4351c; }
|
|
7247
|
+
.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large {
|
|
7248
|
+
font-size: 14px; }
|
|
7249
|
+
.campaign-summary-container .digit-infobanner-wrap.error .digit-button-primary .icon-label-container.primary.large .digit-button-label {
|
|
7250
|
+
font-size: 14px;
|
|
7251
|
+
color: #fff; }
|
|
7247
7252
|
|
|
7248
7253
|
.view-composer-header-section .employee-card-sub-header {
|
|
7249
7254
|
margin-bottom: 1.5rem; }
|
|
@@ -7624,7 +7629,7 @@ tbody tr:nth-child(odd) {
|
|
|
7624
7629
|
border-radius: .75rem; }
|
|
7625
7630
|
|
|
7626
7631
|
.app-configure-action-button {
|
|
7627
|
-
border-radius: .
|
|
7632
|
+
border-radius: 1.25rem;
|
|
7628
7633
|
padding: .25rem;
|
|
7629
7634
|
height: 3rem;
|
|
7630
7635
|
width: 10rem;
|
|
@@ -7813,7 +7818,7 @@ tbody tr:nth-child(odd) {
|
|
|
7813
7818
|
.app-preview-field-pair.app-preview-selected {
|
|
7814
7819
|
background-color: rgba(200, 76, 14, 0.10196);
|
|
7815
7820
|
border: 2px solid #c84c0e;
|
|
7816
|
-
border-radius:
|
|
7821
|
+
border-radius: .5rem; }
|
|
7817
7822
|
.app-preview-field-pair.app-preview-selected .digit-header-content .label {
|
|
7818
7823
|
width: 100%; }
|
|
7819
7824
|
.app-preview-field-pair.app-preview-selected .digit-field .digit-radio-options-wrap {
|
|
@@ -7952,9 +7957,7 @@ tbody tr:nth-child(odd) {
|
|
|
7952
7957
|
-ms-flex-direction: row-reverse;
|
|
7953
7958
|
flex-direction: row-reverse; }
|
|
7954
7959
|
.mobile-bezel-flexContainer .mobile-bezel-zoom-container {
|
|
7955
|
-
display:
|
|
7956
|
-
display: -ms-flexbox;
|
|
7957
|
-
display: flex;
|
|
7960
|
+
display: none;
|
|
7958
7961
|
height: -webkit-fit-content;
|
|
7959
7962
|
height: -moz-fit-content;
|
|
7960
7963
|
height: fit-content;
|
|
@@ -7977,6 +7980,9 @@ tbody tr:nth-child(odd) {
|
|
|
7977
7980
|
color: #787878;
|
|
7978
7981
|
font-size: 14px; }
|
|
7979
7982
|
|
|
7983
|
+
.info-text {
|
|
7984
|
+
color: #505a5f; }
|
|
7985
|
+
|
|
7980
7986
|
.appConfig-flex-action {
|
|
7981
7987
|
display: -webkit-box;
|
|
7982
7988
|
display: -ms-flexbox;
|