@egovernments/digit-ui-health-css 0.2.131 → 0.2.133
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 +36 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/healthdss.scss +60 -8
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.2.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.2.133
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -7130,7 +7130,7 @@ header {
|
|
|
7130
7130
|
display: -ms-inline-flexbox;
|
|
7131
7131
|
display: inline-flex;
|
|
7132
7132
|
position: absolute;
|
|
7133
|
-
right:
|
|
7133
|
+
right: 2.5rem;
|
|
7134
7134
|
-ms-flex-line-pack: end;
|
|
7135
7135
|
align-content: flex-end;
|
|
7136
7136
|
-webkit-box-align: center;
|
|
@@ -7146,6 +7146,11 @@ header {
|
|
|
7146
7146
|
-webkit-box-pack: end;
|
|
7147
7147
|
-ms-flex-pack: end;
|
|
7148
7148
|
justify-content: flex-end; }
|
|
7149
|
+
.digit-filter-by-cycle-wrapper .header-dropdown-menu {
|
|
7150
|
+
min-width: 11.25rem !important; }
|
|
7151
|
+
|
|
7152
|
+
.digit-tag-container.customTable {
|
|
7153
|
+
margin: 0 0 1.5rem; }
|
|
7149
7154
|
|
|
7150
7155
|
.digit-dss-switch-tabs {
|
|
7151
7156
|
background: #fff;
|
|
@@ -7575,6 +7580,35 @@ header {
|
|
|
7575
7580
|
margin-bottom: 1.5rem;
|
|
7576
7581
|
margin-left: 1.5rem; }
|
|
7577
7582
|
|
|
7583
|
+
.digit-kibana-card {
|
|
7584
|
+
width: 100%; }
|
|
7585
|
+
.digit-kibana-card h1 {
|
|
7586
|
+
margin: 0 0 1.5rem;
|
|
7587
|
+
color: #0b0c0c;
|
|
7588
|
+
font-family: Roboto;
|
|
7589
|
+
font-style: normal;
|
|
7590
|
+
font-weight: 700; }
|
|
7591
|
+
@media (max-aspect-ratio: 9 / 16) {
|
|
7592
|
+
.digit-kibana-card h1 {
|
|
7593
|
+
font-size: 1.25rem; } }
|
|
7594
|
+
@media (min-aspect-ratio: 9 / 16) and (max-aspect-ratio: 3 / 4) {
|
|
7595
|
+
.digit-kibana-card h1 {
|
|
7596
|
+
font-size: 1.375rem; } }
|
|
7597
|
+
@media (min-aspect-ratio: 3 / 4) {
|
|
7598
|
+
.digit-kibana-card h1 {
|
|
7599
|
+
font-size: 1.5rem; } }
|
|
7600
|
+
|
|
7601
|
+
.app-iframe-wrapper.digit-dss-kibana-iframe-wrapper {
|
|
7602
|
+
left: unset !important;
|
|
7603
|
+
top: unset !important;
|
|
7604
|
+
position: unset !important;
|
|
7605
|
+
height: 37.5rem; }
|
|
7606
|
+
|
|
7607
|
+
.app-iframe.digit-dss-kibana-iframe {
|
|
7608
|
+
position: unset !important;
|
|
7609
|
+
height: 37.5rem !important;
|
|
7610
|
+
width: 100% !important; }
|
|
7611
|
+
|
|
7578
7612
|
.digit-results-card-component {
|
|
7579
7613
|
grid-gap: 1.5rem;
|
|
7580
7614
|
gap: 1.5rem;
|