@egovernments/digit-ui-health-css 0.2.137 → 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 +33 -8
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/campaign.scss +22 -9
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
|
*
|
|
@@ -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;
|