@egovernments/digit-ui-health-css 0.2.137 → 0.2.139
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/package.json
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
color: #0057bd !important;
|
|
217
217
|
}
|
|
218
218
|
background-color: #eff8ff !important;
|
|
219
|
-
border-color:
|
|
219
|
+
border-color: #0057bd !important;
|
|
220
220
|
}
|
|
221
221
|
.digit-popup-wrapper.dataMapping {
|
|
222
222
|
.digit-popup-children-wrap {
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
color: theme(digitv2.lightTheme.primary-2);
|
|
426
426
|
font-size: 2.5rem;
|
|
427
427
|
}
|
|
428
|
-
.campaign-header-module-style{
|
|
428
|
+
.campaign-header-module-style {
|
|
429
429
|
color: theme(digitv2.lightTheme.primary-2);
|
|
430
430
|
font-size: 2.5rem;
|
|
431
431
|
margin-bottom: 1rem !important;
|
|
@@ -542,14 +542,21 @@
|
|
|
542
542
|
height: 20rem;
|
|
543
543
|
border: 1px;
|
|
544
544
|
border-radius: 0.75rem;
|
|
545
|
+
display: flex;
|
|
546
|
+
flex-direction: column;
|
|
547
|
+
justify-content: space-between;
|
|
548
|
+
|
|
545
549
|
}
|
|
546
550
|
.modules-container {
|
|
547
551
|
display: flex;
|
|
548
552
|
gap: 1.5rem;
|
|
549
|
-
|
|
553
|
+
flex-wrap: wrap;
|
|
554
|
+
align-items: stretch;
|
|
550
555
|
padding-left: 0rem;
|
|
551
556
|
padding: 1rem;
|
|
552
557
|
padding-left: 0rem;
|
|
558
|
+
grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
|
|
559
|
+
|
|
553
560
|
}
|
|
554
561
|
|
|
555
562
|
.modules-feature-container {
|
|
@@ -617,6 +624,7 @@
|
|
|
617
624
|
font-family: theme(digitv2.fontFamily.sans);
|
|
618
625
|
font-size: theme(digitv2.fontSize.heading-s);
|
|
619
626
|
color: theme(digitv2.lightTheme.text-color-secondary);
|
|
627
|
+
overflow-wrap: break-word;
|
|
620
628
|
}
|
|
621
629
|
.name-container-popUp {
|
|
622
630
|
margin-top: 0.8rem;
|
|
@@ -666,11 +674,10 @@
|
|
|
666
674
|
}
|
|
667
675
|
}
|
|
668
676
|
|
|
669
|
-
.version-tag{
|
|
670
|
-
.digit-tag-text{
|
|
677
|
+
.version-tag {
|
|
678
|
+
.digit-tag-text {
|
|
671
679
|
font-size: 0.75rem;
|
|
672
680
|
}
|
|
673
|
-
|
|
674
681
|
}
|
|
675
682
|
|
|
676
683
|
.content-group {
|
|
@@ -808,10 +815,16 @@
|
|
|
808
815
|
top: 1rem;
|
|
809
816
|
right: 1rem;
|
|
810
817
|
}
|
|
811
|
-
.dynamic-image-component{
|
|
818
|
+
.dynamic-image-component {
|
|
812
819
|
max-width: 100%;
|
|
813
820
|
margin-bottom: -2.5rem;
|
|
814
821
|
}
|
|
815
|
-
.start-header{
|
|
822
|
+
.start-header {
|
|
816
823
|
color: theme(digitv2.lightTheme.primary-2) !important;
|
|
817
|
-
}
|
|
824
|
+
}
|
|
825
|
+
.digit-loader-new.Overlayloader.loader-center {
|
|
826
|
+
position: fixed;
|
|
827
|
+
top: 50%;
|
|
828
|
+
left: 50%;
|
|
829
|
+
transform: translate(-50%, -50%);
|
|
830
|
+
}
|