@egovernments/digit-ui-health-css 0.3.8 → 0.3.10
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.3.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.3.10
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -215,7 +215,11 @@
|
|
|
215
215
|
display: flex;
|
|
216
216
|
-webkit-box-align: start;
|
|
217
217
|
-ms-flex-align: start;
|
|
218
|
-
align-items: flex-start;
|
|
218
|
+
align-items: flex-start;
|
|
219
|
+
-webkit-box-orient: horizontal;
|
|
220
|
+
-webkit-box-direction: normal;
|
|
221
|
+
-ms-flex-direction: row;
|
|
222
|
+
flex-direction: row; }
|
|
219
223
|
.microplan-naming-conventions .microplan-naming-convention-instruction-list-container .number {
|
|
220
224
|
min-width: 1.2rem !important; }
|
|
221
225
|
.microplan-naming-conventions .microplan-naming-convention-instruction-list {
|
|
@@ -4733,7 +4737,7 @@ header {
|
|
|
4733
4737
|
|
|
4734
4738
|
.dataMappingCard {
|
|
4735
4739
|
overflow-y: scroll;
|
|
4736
|
-
margin-top:
|
|
4740
|
+
margin-top: 0; }
|
|
4737
4741
|
|
|
4738
4742
|
.dataMappingDropdown {
|
|
4739
4743
|
min-width: 13rem !important; }
|
|
@@ -5337,6 +5341,12 @@ header {
|
|
|
5337
5341
|
max-width: -moz-fit-content;
|
|
5338
5342
|
max-width: fit-content; }
|
|
5339
5343
|
|
|
5344
|
+
.campaign-name-container {
|
|
5345
|
+
display: ruby !important; }
|
|
5346
|
+
|
|
5347
|
+
.campaign-name-code {
|
|
5348
|
+
margin-left: 0.5rem !important; }
|
|
5349
|
+
|
|
5340
5350
|
.formula-label-field {
|
|
5341
5351
|
display: -webkit-box;
|
|
5342
5352
|
display: -ms-flexbox;
|