@egovernments/digit-ui-health-css 0.2.86 → 0.2.88
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.88
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -4444,7 +4444,8 @@ header {
|
|
|
4444
4444
|
|
|
4445
4445
|
.cmn-help-info-card {
|
|
4446
4446
|
margin: 1.5rem 1rem;
|
|
4447
|
-
max-width: 100%;
|
|
4447
|
+
max-width: 100%;
|
|
4448
|
+
display: column; }
|
|
4448
4449
|
.cmn-help-info-card .cmn-help-info-card-elements-wrapper {
|
|
4449
4450
|
margin-bottom: .5rem; }
|
|
4450
4451
|
.cmn-help-info-card .cmn-help-info-card-elements-wrapper .digit-text-block-header-content .digit-text-block-header {
|
|
@@ -4759,7 +4760,7 @@ header {
|
|
|
4759
4760
|
font-size: .875rem;
|
|
4760
4761
|
line-height: 137%; }
|
|
4761
4762
|
.app-preview .app-card {
|
|
4762
|
-
height: 100%;
|
|
4763
|
+
min-height: 100%;
|
|
4763
4764
|
grid-gap: .5rem;
|
|
4764
4765
|
gap: .5rem; }
|
|
4765
4766
|
.app-preview .app-card::-webkit-scrollbar-button {
|
|
@@ -4856,6 +4857,8 @@ header {
|
|
|
4856
4857
|
color: #c84c0e;
|
|
4857
4858
|
text-align: center;
|
|
4858
4859
|
margin-top: 1.5rem; }
|
|
4860
|
+
.descStyle .disabledText {
|
|
4861
|
+
color: #c5c5c5; }
|
|
4859
4862
|
|
|
4860
4863
|
.containerStyle {
|
|
4861
4864
|
-ms-flex-wrap: wrap;
|
|
@@ -4896,9 +4899,9 @@ header {
|
|
|
4896
4899
|
|
|
4897
4900
|
.disabledCard {
|
|
4898
4901
|
cursor: not-allowed;
|
|
4899
|
-
border: 1.5px solid #
|
|
4902
|
+
border: 1.5px solid #c5c5c5; }
|
|
4900
4903
|
.disabledCard .descStyle {
|
|
4901
|
-
color: #
|
|
4904
|
+
color: #c5c5c5; }
|
|
4902
4905
|
.disabledCard svg {
|
|
4903
4906
|
fill: #505a5f; }
|
|
4904
4907
|
|
|
@@ -5064,6 +5067,87 @@ header {
|
|
|
5064
5067
|
.app-config-version-tags .app-config-version-tag {
|
|
5065
5068
|
width: 40%; }
|
|
5066
5069
|
|
|
5070
|
+
.content-group {
|
|
5071
|
+
display: -webkit-box;
|
|
5072
|
+
display: -ms-flexbox;
|
|
5073
|
+
display: flex;
|
|
5074
|
+
-webkit-box-align: center;
|
|
5075
|
+
-ms-flex-align: center;
|
|
5076
|
+
align-items: center;
|
|
5077
|
+
grid-gap: 1.5rem;
|
|
5078
|
+
gap: 1.5rem;
|
|
5079
|
+
padding: 1rem 0;
|
|
5080
|
+
border-bottom: 1px solid #ddd; }
|
|
5081
|
+
|
|
5082
|
+
.content-group.no-border {
|
|
5083
|
+
border-bottom: none;
|
|
5084
|
+
padding-bottom: 0;
|
|
5085
|
+
margin-bottom: 0; }
|
|
5086
|
+
|
|
5087
|
+
.content-icon {
|
|
5088
|
+
width: 6.5rem;
|
|
5089
|
+
height: 6.5rem;
|
|
5090
|
+
-o-object-fit: contain;
|
|
5091
|
+
object-fit: contain;
|
|
5092
|
+
margin-top: 4px;
|
|
5093
|
+
-ms-flex-negative: 0;
|
|
5094
|
+
flex-shrink: 0; }
|
|
5095
|
+
|
|
5096
|
+
.content-text-block {
|
|
5097
|
+
display: -webkit-box;
|
|
5098
|
+
display: -ms-flexbox;
|
|
5099
|
+
display: flex;
|
|
5100
|
+
-webkit-box-orient: vertical;
|
|
5101
|
+
-webkit-box-direction: normal;
|
|
5102
|
+
-ms-flex-direction: column;
|
|
5103
|
+
flex-direction: column; }
|
|
5104
|
+
|
|
5105
|
+
.content-bold-text {
|
|
5106
|
+
font-weight: 700;
|
|
5107
|
+
font-size: 1.5rem;
|
|
5108
|
+
margin-bottom: 4px;
|
|
5109
|
+
color: #0b4b66; }
|
|
5110
|
+
|
|
5111
|
+
.content-regular-text {
|
|
5112
|
+
font-size: [object Object];
|
|
5113
|
+
color: #505a5f; }
|
|
5114
|
+
|
|
5115
|
+
.text-group {
|
|
5116
|
+
display: -webkit-box;
|
|
5117
|
+
display: -ms-flexbox;
|
|
5118
|
+
display: flex;
|
|
5119
|
+
-webkit-box-orient: vertical;
|
|
5120
|
+
-webkit-box-direction: normal;
|
|
5121
|
+
-ms-flex-direction: column;
|
|
5122
|
+
flex-direction: column;
|
|
5123
|
+
grid-gap: 4px;
|
|
5124
|
+
gap: 4px;
|
|
5125
|
+
margin-bottom: 12px; }
|
|
5126
|
+
|
|
5127
|
+
.bold-text {
|
|
5128
|
+
font-weight: 700;
|
|
5129
|
+
margin: 0; }
|
|
5130
|
+
|
|
5131
|
+
.regular-text {
|
|
5132
|
+
margin: 0; }
|
|
5133
|
+
|
|
5134
|
+
.paragraph-text {
|
|
5135
|
+
margin-bottom: 12px; }
|
|
5136
|
+
|
|
5137
|
+
.image-block {
|
|
5138
|
+
margin: 10px 0; }
|
|
5139
|
+
|
|
5140
|
+
.responsive-image {
|
|
5141
|
+
max-width: 100%;
|
|
5142
|
+
height: auto; }
|
|
5143
|
+
|
|
5144
|
+
.list-block {
|
|
5145
|
+
padding-left: 20px;
|
|
5146
|
+
margin-bottom: 12px; }
|
|
5147
|
+
|
|
5148
|
+
.campaign-requirements-heading .digit-popup-icon-header-container .digit-popup-heading-subheading-wrap .digit-popup-heading {
|
|
5149
|
+
color: #0b4b66; }
|
|
5150
|
+
|
|
5067
5151
|
.formula-label-field {
|
|
5068
5152
|
display: -webkit-box;
|
|
5069
5153
|
display: -ms-flexbox;
|
|
@@ -7179,6 +7263,12 @@ tbody tr:nth-child(odd) {
|
|
|
7179
7263
|
.individualElement h2 {
|
|
7180
7264
|
color: #363636; }
|
|
7181
7265
|
|
|
7266
|
+
.individualElement div {
|
|
7267
|
+
-webkit-box-orient: vertical;
|
|
7268
|
+
-webkit-box-direction: normal;
|
|
7269
|
+
-ms-flex-direction: column;
|
|
7270
|
+
flex-direction: column; }
|
|
7271
|
+
|
|
7182
7272
|
.link {
|
|
7183
7273
|
color: #c84c0e !important; }
|
|
7184
7274
|
|
|
@@ -7554,6 +7644,11 @@ tbody tr:nth-child(odd) {
|
|
|
7554
7644
|
display: -webkit-box !important;
|
|
7555
7645
|
display: -ms-flexbox !important;
|
|
7556
7646
|
display: flex !important; }
|
|
7647
|
+
.app-preview-field-pair .digit-field .selection-card-container .selection-card {
|
|
7648
|
+
width: 100%;
|
|
7649
|
+
-webkit-box-pack: center;
|
|
7650
|
+
-ms-flex-pack: center;
|
|
7651
|
+
justify-content: center; }
|
|
7557
7652
|
.app-preview-field-pair .infotext {
|
|
7558
7653
|
width: 12rem !important; }
|
|
7559
7654
|
|