@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.
@@ -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) !important;
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
+ }