@egovernments/digit-ui-health-css 0.2.130 → 0.2.132

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.130
2
+ * @egovernments/digit-ui-health-css - 0.2.132
3
3
  *
4
4
  * Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
5
5
  *
@@ -7575,6 +7575,35 @@ header {
7575
7575
  margin-bottom: 1.5rem;
7576
7576
  margin-left: 1.5rem; }
7577
7577
 
7578
+ .digit-kibana-card {
7579
+ width: 100%; }
7580
+ .digit-kibana-card h1 {
7581
+ margin: 0 0 1.5rem;
7582
+ color: #0b0c0c;
7583
+ font-family: Roboto;
7584
+ font-style: normal;
7585
+ font-weight: 700; }
7586
+ @media (max-aspect-ratio: 9 / 16) {
7587
+ .digit-kibana-card h1 {
7588
+ font-size: 1.25rem; } }
7589
+ @media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
7590
+ .digit-kibana-card h1 {
7591
+ font-size: 1.375rem; } }
7592
+ @media (min-aspect-ratio: 3 / 4) {
7593
+ .digit-kibana-card h1 {
7594
+ font-size: 1.5rem; } }
7595
+
7596
+ .app-iframe-wrapper.digit-dss-kibana-iframe-wrapper {
7597
+ left: unset !important;
7598
+ top: unset !important;
7599
+ position: unset !important;
7600
+ height: 37.5rem; }
7601
+
7602
+ .app-iframe.digit-dss-kibana-iframe {
7603
+ position: unset !important;
7604
+ height: 37.5rem !important;
7605
+ width: 100% !important; }
7606
+
7578
7607
  .digit-results-card-component {
7579
7608
  grid-gap: 1.5rem;
7580
7609
  gap: 1.5rem;
@@ -7673,8 +7702,8 @@ header {
7673
7702
  -webkit-box-align: center;
7674
7703
  -ms-flex-align: center;
7675
7704
  align-items: center;
7676
- grid-gap: 4rem;
7677
- gap: 4rem;
7705
+ grid-gap: 8.5rem;
7706
+ gap: 8.5rem;
7678
7707
  -webkit-box-orient: unset;
7679
7708
  -webkit-box-direction: unset;
7680
7709
  -ms-flex-direction: unset;