@egovernments/digit-ui-health-css 0.2.136 → 0.2.138
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.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.2.138
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -3719,8 +3719,7 @@ tbody tr:last-child td:last-child .digit-dropdown-employee-select-wrap .digit-dr
|
|
|
3719
3719
|
display: flex;
|
|
3720
3720
|
-webkit-box-pack: justify;
|
|
3721
3721
|
-ms-flex-pack: justify;
|
|
3722
|
-
justify-content: space-between;
|
|
3723
|
-
margin-bottom: 1.5rem; }
|
|
3722
|
+
justify-content: space-between; }
|
|
3724
3723
|
.campaign-bulk-upload .campaign-download-template-btn {
|
|
3725
3724
|
font-weight: 700; }
|
|
3726
3725
|
|
|
@@ -4104,7 +4103,8 @@ header {
|
|
|
4104
4103
|
z-index: 0; }
|
|
4105
4104
|
|
|
4106
4105
|
.employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground {
|
|
4107
|
-
margin-left: .75rem;
|
|
4106
|
+
margin-left: .75rem;
|
|
4107
|
+
margin-bottom: 1.5rem; }
|
|
4108
4108
|
|
|
4109
4109
|
.digit-landing-page-card {
|
|
4110
4110
|
border-radius: .25rem; }
|
|
@@ -5041,22 +5041,39 @@ header {
|
|
|
5041
5041
|
width: 21rem;
|
|
5042
5042
|
height: 20rem;
|
|
5043
5043
|
border: 1px;
|
|
5044
|
-
border-radius: .75rem;
|
|
5044
|
+
border-radius: .75rem;
|
|
5045
|
+
display: -webkit-box;
|
|
5046
|
+
display: -ms-flexbox;
|
|
5047
|
+
display: flex;
|
|
5048
|
+
-webkit-box-orient: vertical;
|
|
5049
|
+
-webkit-box-direction: normal;
|
|
5050
|
+
-ms-flex-direction: column;
|
|
5051
|
+
flex-direction: column;
|
|
5052
|
+
-webkit-box-pack: justify;
|
|
5053
|
+
-ms-flex-pack: justify;
|
|
5054
|
+
justify-content: space-between; }
|
|
5045
5055
|
|
|
5046
5056
|
.modules-container {
|
|
5047
|
-
|
|
5057
|
+
grid-gap: 1.5rem;
|
|
5058
|
+
-ms-flex-wrap: wrap;
|
|
5059
|
+
flex-wrap: wrap;
|
|
5060
|
+
-webkit-box-align: stretch;
|
|
5061
|
+
-ms-flex-align: stretch;
|
|
5062
|
+
align-items: stretch;
|
|
5063
|
+
padding: 1rem 1rem 1rem 0;
|
|
5064
|
+
grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr)); }
|
|
5048
5065
|
|
|
5049
5066
|
.modules-container, .modules-feature-container {
|
|
5050
5067
|
display: -webkit-box;
|
|
5051
5068
|
display: -ms-flexbox;
|
|
5052
5069
|
display: flex;
|
|
5070
|
+
gap: 1.5rem; }
|
|
5071
|
+
|
|
5072
|
+
.modules-feature-container {
|
|
5053
5073
|
grid-gap: 1.5rem;
|
|
5054
|
-
gap: 1.5rem;
|
|
5055
5074
|
-webkit-box-align: start;
|
|
5056
5075
|
-ms-flex-align: start;
|
|
5057
|
-
align-items: flex-start;
|
|
5058
|
-
|
|
5059
|
-
.modules-feature-container {
|
|
5076
|
+
align-items: flex-start;
|
|
5060
5077
|
padding: 1rem; }
|
|
5061
5078
|
|
|
5062
5079
|
.campaign-module-button {
|
|
@@ -5106,7 +5123,8 @@ header {
|
|
|
5106
5123
|
margin: 0 0 1rem;
|
|
5107
5124
|
font-family: Roboto;
|
|
5108
5125
|
font-size: [object Object];
|
|
5109
|
-
color: #505a5f;
|
|
5126
|
+
color: #505a5f;
|
|
5127
|
+
word-wrap: break-word; }
|
|
5110
5128
|
|
|
5111
5129
|
.date-container-popUp, .name-container-popUp {
|
|
5112
5130
|
margin-top: .8rem;
|
|
@@ -5295,6 +5313,13 @@ header {
|
|
|
5295
5313
|
.start-header {
|
|
5296
5314
|
color: #0b4b66 !important; }
|
|
5297
5315
|
|
|
5316
|
+
.digit-loader-new.Overlayloader.loader-center {
|
|
5317
|
+
position: fixed;
|
|
5318
|
+
top: 50%;
|
|
5319
|
+
left: 50%;
|
|
5320
|
+
-webkit-transform: translate(-50%, -50%);
|
|
5321
|
+
transform: translate(-50%, -50%); }
|
|
5322
|
+
|
|
5298
5323
|
.formula-label-field {
|
|
5299
5324
|
display: -webkit-box;
|
|
5300
5325
|
display: -ms-flexbox;
|
|
@@ -8226,17 +8251,14 @@ header {
|
|
|
8226
8251
|
margin-left: 0;
|
|
8227
8252
|
margin-right: 0;
|
|
8228
8253
|
padding-right: 0;
|
|
8229
|
-
margin-bottom: 0;
|
|
8230
8254
|
min-height: calc(100vh - 10em); }
|
|
8231
8255
|
.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground {
|
|
8232
|
-
padding: 0;
|
|
8233
|
-
margin-bottom: 0; }
|
|
8256
|
+
padding: 0; }
|
|
8234
8257
|
.main.digit-home-main .employee-app-wrapper.digit-home-app-wrapper .ground-container.digit-home-ground .employee-app-container.digit-home-employee-app .ground-container.moduleCardWrapper.gridModuleWrapper.digit-home-moduleCardWrapper {
|
|
8235
8258
|
grid-gap: 1.5rem;
|
|
8236
8259
|
gap: 1.5rem;
|
|
8237
8260
|
margin-top: 1.5rem;
|
|
8238
8261
|
margin-left: 1rem;
|
|
8239
|
-
margin-bottom: 0;
|
|
8240
8262
|
padding: 0;
|
|
8241
8263
|
display: grid !important;
|
|
8242
8264
|
grid-template-columns: repeat(auto-fill, minmax(263px, 1fr)); }
|