@egovernments/digit-ui-health-css 0.2.134 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-health-css",
3
- "version": "0.2.134",
3
+ "version": "0.2.136",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -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 {
@@ -1092,6 +1092,11 @@ tbody {
1092
1092
  .infotext {
1093
1093
  width: 12rem !important;
1094
1094
  }
1095
+ .digit-field {
1096
+ .digit-radio-options-wrap {
1097
+ flex-direction: column;
1098
+ }
1099
+ }
1095
1100
  }
1096
1101
  .app-preview-field-pair.app-preview-selected {
1097
1102
  .digit-header-content .label {
@@ -1260,7 +1265,7 @@ tbody {
1260
1265
  }
1261
1266
  }
1262
1267
 
1263
- .info-text{
1268
+ .info-text {
1264
1269
  color: theme(digitv2.lightTheme.text-color-secondary);
1265
1270
  }
1266
1271