@egovernments/digit-ui-health-css 0.3.2 → 0.3.5
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/CHANGELOG.md +34 -11
- package/dist/index.css +3750 -898
- package/dist/index.min.css +2 -2
- package/package.json +4 -1
- package/src/components/microplan.scss +24 -0
- package/src/components/microplanning.scss +3 -1
- package/src/index.scss +3 -1
- package/src/pages/employee/campaign.scss +555 -29
- package/src/pages/employee/campaignCommon.scss +357 -0
- package/src/pages/employee/campaignCycle.scss +72 -12
- package/src/pages/employee/coreOverride.scss +40 -6
- package/src/pages/employee/healthdss.scss +1406 -0
- package/src/pages/employee/hrmsupdate.scss +14 -0
- package/src/pages/employee/index.scss +443 -33
- package/src/pages/employee/mapview.scss +36 -0
- package/src/pages/employee/mycampaignsnew.scss +110 -0
|
@@ -105,15 +105,22 @@ header {
|
|
|
105
105
|
@extend .typography.text-heading-xl;
|
|
106
106
|
margin-bottom: 0rem;
|
|
107
107
|
}
|
|
108
|
-
.digit-button-primary {
|
|
109
|
-
background-color: theme(digitv2.lightTheme.primary) !important;
|
|
110
|
-
}
|
|
111
108
|
.digit-button-secondary {
|
|
112
109
|
.icon-label-container {
|
|
113
110
|
h2 {
|
|
114
|
-
color: theme(digitv2.lightTheme.primary)
|
|
111
|
+
color: theme(digitv2.lightTheme.primary);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.card-container-delivery{
|
|
117
|
+
.additional-elements-column{
|
|
118
|
+
.icon-label-container{
|
|
119
|
+
.digit-button-label{
|
|
120
|
+
margin-top: 0.125rem;
|
|
115
121
|
}
|
|
116
122
|
}
|
|
123
|
+
}
|
|
117
124
|
}
|
|
118
125
|
|
|
119
126
|
/*.digit-popup-wrap {
|
|
@@ -202,10 +209,37 @@ header {
|
|
|
202
209
|
.action-bar-wrap .actionBarClass {
|
|
203
210
|
z-index: 10;
|
|
204
211
|
}
|
|
205
|
-
.campaign-flow-stepper{
|
|
212
|
+
.campaign-flow-stepper {
|
|
206
213
|
margin-left: -5.625rem;
|
|
207
214
|
margin-right: -6.875rem;
|
|
208
215
|
}
|
|
209
|
-
.wbh-header-container{
|
|
216
|
+
.wbh-header-container {
|
|
210
217
|
margin: 0rem;
|
|
211
218
|
}
|
|
219
|
+
.digit-description {
|
|
220
|
+
display: contents !important;
|
|
221
|
+
}
|
|
222
|
+
.create-campaign-disable {
|
|
223
|
+
opacity: 0.5;
|
|
224
|
+
background: #c5c5c5 !important;
|
|
225
|
+
}
|
|
226
|
+
.date-field-container {
|
|
227
|
+
.digit-new-date-format {
|
|
228
|
+
z-index: 0;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.employee-app-wrapper {
|
|
233
|
+
&.digit-home-app-wrapper {
|
|
234
|
+
.ground-container {
|
|
235
|
+
&.digit-home-ground {
|
|
236
|
+
margin-left: 0.75rem;
|
|
237
|
+
margin-bottom: 1.5rem;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.digit-landing-page-card {
|
|
244
|
+
border-radius: 0.25rem;
|
|
245
|
+
}
|