@egovernments/digit-ui-health-css 0.2.135 → 0.2.136
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 +22 -14
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/healthdss.scss +8 -3
package/package.json
CHANGED
|
@@ -558,6 +558,7 @@
|
|
|
558
558
|
align-items: stretch;
|
|
559
559
|
justify-content: flex-start;
|
|
560
560
|
gap: 1.5rem;
|
|
561
|
+
flex-wrap: wrap;
|
|
561
562
|
|
|
562
563
|
.digit-dss-card-parent {
|
|
563
564
|
flex: 1;
|
|
@@ -576,8 +577,6 @@
|
|
|
576
577
|
|
|
577
578
|
.digit-loader-new {
|
|
578
579
|
&.digit-center-loader {
|
|
579
|
-
width: 100%;
|
|
580
|
-
height: 100%;
|
|
581
580
|
display: flex;
|
|
582
581
|
align-items: center;
|
|
583
582
|
justify-content: center;
|
|
@@ -737,8 +736,9 @@
|
|
|
737
736
|
}
|
|
738
737
|
|
|
739
738
|
.digit-stacked-collection-card {
|
|
740
|
-
width: 33
|
|
739
|
+
/*width: 33%;*/
|
|
741
740
|
gap: 2rem;
|
|
741
|
+
flex: 1 1 0;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.digit-dss-options-header-wrapper {
|
|
@@ -1075,6 +1075,11 @@
|
|
|
1075
1075
|
gap: 1.5rem;
|
|
1076
1076
|
align-items: stretch;
|
|
1077
1077
|
margin-bottom: 1.5rem;
|
|
1078
|
+
flex-wrap: wrap;
|
|
1079
|
+
|
|
1080
|
+
.digit-chart-item{
|
|
1081
|
+
flex: 1 1 0;
|
|
1082
|
+
}
|
|
1078
1083
|
}
|
|
1079
1084
|
|
|
1080
1085
|
.wrapper-child {
|