@ihk-gfi/lux-components-theme 11.11.0 → 13.0.0

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.
@@ -2,6 +2,31 @@
2
2
  /*
3
3
  Dieses Partial-SCSS dient der Verwaltung der Farb-Paletten für die LUX-Components.
4
4
  */
5
+ /*
6
+ Mixins für die Bestimmung der Schatten, um den Components eine "Höhe" zu geben
7
+ Sortierung erfolgt nach "Material Design Specification"
8
+ https://material.io/design/environment/elevation.html#default-elevations
9
+ und nutzt die "Elevation Sass mixins" von @angular/material/core/style/elevation.scss
10
+ https://material.angular.io/guide/elevation
11
+ Wichtig: Hierbei handelt es sich um eine reine optische Elevation.
12
+ Der z-index wird dadurch nicht verändert!
13
+
14
+ Folgenden Components wurden die lux-elevation-z# mixins zugewiesen
15
+ lux-elevation-z0: (kein Schatten/niedrigste Ebene)
16
+ - im lux-Master-Detail wird die Card ohne Schatten genutzt, im Header der lux-rounded-Button ohne Schatten
17
+ lux-elevation-z1: (Strukturierende Elemente ohne Funktion)
18
+ - lux-card,lux-master-header/-footer/detail-contianer, wegen der geringen Größe Toggle-Thumb,
19
+ lux-elevation-z2: ("klickbare" Elemente)
20
+ - lux-buttons (luxRaised/luxRounded), lux-tile, lux-accordion
21
+ lux-elevation-z4: (Listen/Menüs im cdk-overlay)
22
+ - lux-message-box, lux-datepicker, lux-datetimepicker, lux-autocomplete, lux-select, lux-menu
23
+ lux-elevation-z6:
24
+ - lux-snackbar, lux-app-header
25
+ lux-elevation-z16:
26
+ - lux-side-nav (drawer)
27
+ lux-elevation-z24: (höchste Ebene)
28
+ - lux-dialog
29
+ */
5
30
  /*
6
31
  * Theming for LUX-App-Content
7
32
  */
@@ -24,6 +49,7 @@ lux-app-footer .footerFont {
24
49
  */
25
50
  lux-app-header .lux-app-header {
26
51
  background-color: #9b6100;
52
+ box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
27
53
  }
28
54
  lux-app-header .lux-app-header .lux-show-border {
29
55
  border-left: 1px solid rgba(255, 255, 255, 0.2);
@@ -46,6 +72,9 @@ lux-app-header .lux-app-header div.lux-header-action lux-button button.mat-warn:
46
72
  lux-app-header .lux-app-header div.lux-header-action lux-button button.mat-primary:not(.mat-button-disabled) {
47
73
  color: #fff3e0;
48
74
  }
75
+ lux-app-header .lux-app-header div.lux-header-action lux-button button.lux-button-rounded {
76
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
77
+ }
49
78
  lux-app-header .lux-app-header button:not(.mat-primary):not(.mat-warn):not(.mat-accent):not(.lux-button-rounded) {
50
79
  color: #000000;
51
80
  }
@@ -78,17 +107,24 @@ lux-button button.lux-button.mat-button, lux-button button.lux-button.mat-raised
78
107
  margin-left: 2px;
79
108
  margin-right: 2px;
80
109
  }
81
- lux-button button.lux-button.mat-button.mat-button-disabled, lux-button button.lux-button.mat-raised-button.mat-button-disabled, lux-button button.lux-button.mat-fab.mat-button-disabled {
110
+ lux-button button.lux-button.mat-button.mat-button-disabled, lux-button button.lux-button.mat-raised-button.mat-button-disabled, lux-button button.lux-button.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]), lux-button button.lux-button.mat-fab.mat-button-disabled {
82
111
  color: rgba(0, 0, 0, 0.4);
112
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
113
+ }
114
+ lux-button button.lux-button.mat-raised-button:not([class*=mat-elevation-z]) {
115
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
83
116
  }
84
117
  lux-button button.lux-button.lux-icon-button {
85
118
  height: 45px;
86
- padding-top: 4px;
87
- padding-bottom: 2px;
88
119
  }
89
120
  lux-button button.lux-button.lux-button-rounded {
90
121
  height: 45px;
91
122
  width: 45px;
123
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
124
+ }
125
+ lux-button button.lux-button.lux-button-rounded.lux-icon-button {
126
+ padding-top: 2px;
127
+ padding-bottom: 2px;
92
128
  }
93
129
 
94
130
  /**
@@ -110,6 +146,13 @@ lux-checkbox .mat-checkbox-checked:not(.mat-checkbox-disabled) label span.mat-ch
110
146
  lux-card .lux-card-content-container mat-tab-group.lux-tab-group .lux-tabs-notification-icon {
111
147
  border-color: #ffffff;
112
148
  }
149
+ lux-card .lux-card-content-container {
150
+ overflow-x: hidden;
151
+ padding: 4px;
152
+ }
153
+ lux-card .lux-card-content-container > * {
154
+ margin-bottom: 0;
155
+ }
113
156
  lux-card .lux-highlight {
114
157
  color: rgba(0, 0, 0, 0.87);
115
158
  }
@@ -119,10 +162,27 @@ lux-card .mat-card-subtitle {
119
162
  lux-card .lux-card-content-expanded {
120
163
  background: #ffffff;
121
164
  }
165
+ lux-card .mat-card:not([class*=mat-elevation-z]) {
166
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
167
+ }
122
168
 
123
169
  /**
124
170
  * Theming für LUX-Chips
125
171
  */
172
+ lux-chips {
173
+ min-height: calc(70px + 20px);
174
+ margin-bottom: 20px;
175
+ }
176
+ lux-chips .lux-chips-autocomplete-icon {
177
+ color: var(--lux-theme-primary-500);
178
+ font-size: 24px;
179
+ padding-right: 4px;
180
+ cursor: pointer;
181
+ }
182
+ lux-chips .lux-chips-autocomplete-icon.lux-disabled {
183
+ color: var(--lux-theme-dark-disabled-text);
184
+ cursor: default;
185
+ }
126
186
  lux-chips .lux-chips mat-chip.mat-chip-selected .mat-chip-remove {
127
187
  color: #ffffff !important;
128
188
  opacity: 1 !important;
@@ -140,6 +200,20 @@ lux-chips .lux-chips mat-chip.mat-chip-disabled lux-icon i,
140
200
  lux-chips .lux-chips mat-chip.mat-chip-disabled lux-icon mat-icon {
141
201
  color: #ffffff;
142
202
  }
203
+ lux-chips .lux-chips mat-chip-list div.mat-chip-list-wrapper {
204
+ margin: 0px 0px 0px -4px;
205
+ }
206
+
207
+ .lux-chips-autocomplete-panel {
208
+ padding: 2px;
209
+ margin-top: -20px;
210
+ margin-left: 0;
211
+ margin-right: 0;
212
+ border-radius: 4px;
213
+ }
214
+ .lux-chips-autocomplete-panel mat-option:not(:last-of-type) {
215
+ margin-bottom: 2px;
216
+ }
143
217
 
144
218
  /*
145
219
  * Theming for LUX-Datepicker
@@ -161,12 +235,24 @@ lux-datetimepicker mat-datepicker-toggle button.mat-button-disabled .mat-button-
161
235
  color: rgba(0, 0, 0, 0.4);
162
236
  }
163
237
 
238
+ .lux-datetime-overlay-content mat-card.mat-card {
239
+ box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
240
+ }
241
+ .lux-datetime-overlay-content mat-card.mat-card lux-input div.lux-form-control {
242
+ min-height: unset;
243
+ margin: 4px;
244
+ text-align: center;
245
+ }
246
+
164
247
  /*
165
248
  * Theming for LUX-Dialog
166
249
  */
167
250
  .lux-dialog .lux-dialog-title {
168
251
  color: rgba(0, 0, 0, 0.87);
169
252
  }
253
+ .lux-dialog .mat-dialog-container {
254
+ box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
255
+ }
170
256
 
171
257
  /*
172
258
  * Theming for LUX-Divider
@@ -178,6 +264,9 @@ lux-divider .mat-divider {
178
264
  /*
179
265
  * Theming for LUX-File-List
180
266
  */
267
+ lux-file-list .lux-file-list {
268
+ margin: 0px;
269
+ }
181
270
  lux-file-list .lux-file-list .lux-file-list-entry-label, lux-file-list .lux-file-list .lux-file-list-entry-icon {
182
271
  color: rgba(0, 0, 0, 0.65);
183
272
  }
@@ -196,6 +285,12 @@ lux-file-list .lux-file-list.lux-file-list-disabled i {
196
285
  lux-file-list .lux-file-list.lux-file-list-disabled .lux-file-icon-hint span {
197
286
  text-decoration-color: rgba(0, 0, 0, 0.4) !important;
198
287
  }
288
+ lux-file-list .lux-file-list.lux-file-list-error mat-card-title .lux-card-title-container {
289
+ color: #b01211;
290
+ }
291
+ lux-file-list .lux-file-list mat-card {
292
+ margin: 0 !important;
293
+ }
199
294
 
200
295
  /*
201
296
  * Theming for LUX-File-Progress
@@ -209,24 +304,227 @@ lux-file-progress .lux-file-overlay mat-spinner svg circle {
209
304
  background: #d0a520;
210
305
  }
211
306
 
307
+ /*
308
+ * Theming für Lux-File-Upload
309
+ */
310
+ .lux-file-upload-container {
311
+ display: flex;
312
+ flex-direction: column;
313
+ flex: 1 1 auto;
314
+ /* Die eigentliche File-Inputs und den Download-Anchor blenden wir aus */
315
+ }
316
+ .lux-file-upload-container .lux-file-upload-drop-container {
317
+ display: flex;
318
+ flex-direction: column;
319
+ justify-content: space-between;
320
+ align-items: center;
321
+ flex: 1 1 auto;
322
+ border: 1px solid var(--lux-theme-primary-500);
323
+ border-radius: 4px;
324
+ color: var(--lux-theme-primary-500);
325
+ }
326
+ .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-drop-label-container {
327
+ display: flex;
328
+ flex-direction: row;
329
+ justify-content: space-between;
330
+ align-items: center;
331
+ flex: 1 1 auto;
332
+ gap: 12px;
333
+ padding: 24px 48px;
334
+ }
335
+ .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-drop-container-progress, .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-drop-container-no-progress {
336
+ height: 8px;
337
+ }
338
+ .lux-file-upload-container .lux-file-upload-drop-container.lux-file-upload-drop-container-disabled {
339
+ color: var(--lux-theme-dark-disabled-text);
340
+ background-color: var(--lux-theme-app-data-bg);
341
+ border: 1px solid var(--lux-theme-dark-disabled-text);
342
+ }
343
+ .lux-file-upload-container .lux-file-upload-drop-container.lux-file-upload-drop-container-disabled .lux-file-upload-link {
344
+ cursor: default;
345
+ }
346
+ .lux-file-upload-container .lux-file-upload-drop-container.lux-file-upload-drag-active {
347
+ background-color: var(--lux-theme-selected-bg-color);
348
+ }
349
+ .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-icon {
350
+ display: flex;
351
+ flex: 0 0 auto;
352
+ }
353
+ .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-label-container {
354
+ display: flex;
355
+ flex: 1 1 auto;
356
+ }
357
+ .lux-file-upload-container .lux-file-upload-drop-container .lux-file-upload-link {
358
+ cursor: pointer;
359
+ text-decoration: underline;
360
+ white-space: nowrap;
361
+ }
362
+ .lux-file-upload-container .lux-file-upload-error-container {
363
+ display: flex;
364
+ flex-direction: row;
365
+ justify-content: space-between;
366
+ align-items: center;
367
+ flex: 1 1 auto;
368
+ gap: 12px;
369
+ border: 1px solid var(--lux-theme-warn-500);
370
+ border-radius: 4px;
371
+ color: var(--lux-theme-warn-500);
372
+ padding: 18px 15px 15px 26px;
373
+ margin-bottom: 12px;
374
+ }
375
+ .lux-file-upload-container .lux-file-upload-error-container .lux-file-upload-error-icon {
376
+ display: flex;
377
+ flex: 0 0 30px;
378
+ }
379
+ .lux-file-upload-container .lux-file-upload-error-container .lux-file-upload-error-message {
380
+ display: flex;
381
+ flex: 1 1 auto;
382
+ }
383
+ .lux-file-upload-container .lux-file-upload-error-container .lux-file-upload-error-button {
384
+ display: flex;
385
+ flex: 0 0 auto;
386
+ }
387
+ .lux-file-upload-container .lux-file-upload-error-container .lux-file-upload-error-button button {
388
+ padding: 0;
389
+ margin: 0;
390
+ border-radius: 8px;
391
+ min-width: 40px;
392
+ min-height: 30px;
393
+ }
394
+ .lux-file-upload-container .lux-file-upload-error-container .lux-file-upload-error-button button i {
395
+ font-size: 24px;
396
+ }
397
+ .lux-file-upload-container .lux-file-upload-hint-container {
398
+ margin-top: 4px;
399
+ margin-bottom: 12px;
400
+ }
401
+ .lux-file-upload-container .lux-file-upload-no-hint-container {
402
+ min-height: 12px;
403
+ }
404
+ .lux-file-upload-container .lux-file-upload-view-item-container {
405
+ display: flex;
406
+ flex-direction: row;
407
+ justify-content: space-between;
408
+ align-items: center;
409
+ flex: 1 1 auto;
410
+ gap: 12px;
411
+ background-color: var(--lux-theme-selected-bg-color);
412
+ border: 1px solid var(--lux-theme-accent-500);
413
+ border-radius: 4px;
414
+ color: var(--lux-theme-primary-500);
415
+ padding: 18px 15px 18px 26px;
416
+ margin-bottom: 12px;
417
+ }
418
+ .lux-file-upload-container .lux-file-upload-view-item-container.lux-file-upload-view-item-disabled {
419
+ color: var(--lux-theme-dark-disabled-text);
420
+ background-color: var(--lux-theme-app-data-bg);
421
+ border: 1px solid var(--lux-theme-dark-disabled-text);
422
+ }
423
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item {
424
+ display: flex;
425
+ flex-direction: row;
426
+ justify-content: space-between;
427
+ align-items: center;
428
+ flex: 1 1 auto;
429
+ gap: 12px;
430
+ }
431
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item .lux-file-upload-view-item-icon {
432
+ display: flex;
433
+ flex: 0 0 30px;
434
+ }
435
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item .lux-file-upload-view-item-label-container {
436
+ display: flex;
437
+ flex: 1 1 auto;
438
+ }
439
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item lux-button.lux-file-upload-view-item-delete-button {
440
+ display: flex;
441
+ align-items: center;
442
+ }
443
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item lux-button.lux-file-upload-view-item-delete-button button {
444
+ padding: 0;
445
+ margin: 0;
446
+ border-radius: 8px;
447
+ min-width: 40px;
448
+ min-height: 30px;
449
+ }
450
+ .lux-file-upload-container .lux-file-upload-view-item-container .lux-file-upload-view-item lux-button.lux-file-upload-view-item-delete-button button i {
451
+ font-size: 24px;
452
+ }
453
+ .lux-file-upload-container .lux-file-upload-input {
454
+ display: none;
455
+ }
456
+
457
+ .file-upload-dialog-title-container {
458
+ display: flex;
459
+ flex-direction: column;
460
+ gap: 10px;
461
+ }
462
+ .file-upload-dialog-title-container .file-upload-dialog-close-button-container {
463
+ display: flex;
464
+ flex: 1 0 auto;
465
+ justify-content: flex-end;
466
+ align-items: center;
467
+ }
468
+ .file-upload-dialog-title-container .file-upload-dialog-close-button-container .file-upload-dialog-close-button {
469
+ display: flex;
470
+ flex: 0 0 auto;
471
+ }
472
+ .file-upload-dialog-title-container .file-upload-dialog-close-button-container .file-upload-dialog-close-button button {
473
+ padding: 0;
474
+ margin: 0;
475
+ border-radius: 8px;
476
+ min-width: 40px;
477
+ min-height: 40px;
478
+ }
479
+ .file-upload-dialog-title-container .file-upload-dialog-close-button-container .file-upload-dialog-close-button button i,
480
+ .file-upload-dialog-title-container .file-upload-dialog-close-button-container .file-upload-dialog-close-button button mat-icon {
481
+ font-size: 30px !important;
482
+ }
483
+ .file-upload-dialog-title-container .file-upload-dialog-title {
484
+ padding-right: 50px;
485
+ }
486
+ .file-upload-dialog-title-container .file-upload-dialog-content-text {
487
+ padding-bottom: 30px;
488
+ }
489
+
490
+ .file-dialog div.mat-dialog-title.lux-dialog-title {
491
+ font-size: 28px;
492
+ font-weight: normal;
493
+ margin-bottom: 0;
494
+ }
495
+ .file-dialog p {
496
+ margin: 0;
497
+ padding-top: 12px;
498
+ padding-bottom: 30px;
499
+ }
500
+
212
501
  /*
213
502
  * Theming for LUX-Form-Controls
214
503
  */
504
+ .lux-form-control {
505
+ margin: 0px;
506
+ min-height: 70px;
507
+ }
508
+ .lux-form-control .lux-label,
509
+ .lux-form-control mat-hint,
510
+ .lux-form-control mat-error {
511
+ color: rgba(0, 0, 0, 0.65);
512
+ }
215
513
  .lux-form-control .lux-form-control-container {
216
514
  padding: 6px 0 0 0;
217
515
  }
516
+ .lux-form-control .lux-form-control-container input:required, .lux-form-control .lux-form-control-container textarea:required {
517
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
518
+ }
218
519
  .lux-form-control .lux-form-control-container:after {
219
520
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
220
521
  }
221
- .lux-form-control .lux-label, .lux-form-control mat-hint, .lux-form-control mat-error {
222
- color: rgba(0, 0, 0, 0.65);
223
- }
224
522
 
225
523
  .lux-form-control-error .lux-form-control-label > * {
226
524
  color: #b01211 !important;
227
525
  }
228
- .lux-form-control-error .lux-form-control-container {
229
- border-color: #b01211 !important;
526
+ .lux-form-control-error .lux-form-control-container:after {
527
+ border-bottom: 1px solid #b01211;
230
528
  }
231
529
  .lux-form-control-error .lux-form-control-misc > * {
232
530
  color: #b01211 !important;
@@ -282,6 +580,16 @@ lux-lookup-combobox mat-select[aria-disabled=false] .mat-select-arrow {
282
580
  border-left: 2px solid #b01211;
283
581
  }
284
582
 
583
+ /*
584
+ * Eineheitliche Elevation für die Components auf Cdk-Overlay-Pane
585
+ */
586
+ .cdk-overlay-pane > .mat-autocomplete-panel:not([class*=mat-elevation-z]),
587
+ .cdk-overlay-pane .mat-datepicker-content,
588
+ .cdk-overlay-pane .mat-select-panel:not([class*=mat-elevation-z]),
589
+ .cdk-overlay-pane .mat-menu-panel {
590
+ box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
591
+ }
592
+
285
593
  /*
286
594
  * Theming for LUX-Master-Detail
287
595
  */
@@ -289,12 +597,19 @@ lux-master-detail .lux-detail-container .lux-detail-empty-icon,
289
597
  lux-master-detail .lux-detail-container .lux-detail-empty-icon-text {
290
598
  color: rgba(0, 0, 0, 0.87);
291
599
  }
600
+ lux-master-detail .lux-master-container.lux-empty-elements-aligned {
601
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
602
+ }
603
+ lux-master-detail lux-list .mat-card:not([class*=mat-elevation-z]) {
604
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
605
+ }
292
606
 
293
607
  /*
294
608
  * Theming for LUX-Master-Footer
295
609
  */
296
610
  lux-master-footer {
297
611
  background-color: #ffffff;
612
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
298
613
  }
299
614
 
300
615
  /*
@@ -302,6 +617,7 @@ lux-master-footer {
302
617
  */
303
618
  lux-master-header {
304
619
  background-color: #ffffff;
620
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
305
621
  }
306
622
 
307
623
  /*
@@ -316,7 +632,7 @@ lux-master-header {
316
632
  * Theming for LUX-Message-Box
317
633
  */
318
634
  lux-message-box.mat-elevation-z4 {
319
- box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
635
+ box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
320
636
  }
321
637
 
322
638
  /*
@@ -362,6 +678,10 @@ lux-message-box.mat-elevation-z4 {
362
678
  background-color: transparent;
363
679
  }
364
680
 
681
+ snack-bar-container.mat-snack-bar-container {
682
+ box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
683
+ }
684
+
365
685
  /*
366
686
  * Theming for LUX-Progress
367
687
  */
@@ -434,6 +754,9 @@ lux-progress mat-progress-spinner.lux-bg-color-white circle {
434
754
  stroke: #ffffff;
435
755
  }
436
756
 
757
+ lux-radio .mat-radio-container {
758
+ border-radius: 50%;
759
+ }
437
760
  lux-radio .mat-radio-checked label.mat-radio-label .mat-radio-container span.mat-radio-inner-circle {
438
761
  background-color: #d0a520;
439
762
  }
@@ -475,7 +798,7 @@ lux-select mat-select[aria-disabled=false] .mat-select-arrow {
475
798
  */
476
799
  lux-side-nav .lux-side-nav {
477
800
  background: #ffffff;
478
- box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
801
+ box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
479
802
  }
480
803
  lux-side-nav .lux-side-nav .lux-side-nav-header {
481
804
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
@@ -517,16 +840,24 @@ lux-spinner .mat-progress-spinner > svg > circle {
517
840
  /*
518
841
  * Theming for LUX-Stepper
519
842
  */
843
+ lux-stepper .mat-stepper-horizontal, lux-stepper .mat-stepper-vertical {
844
+ background-color: transparent;
845
+ }
520
846
  lux-stepper .lux-ignore-mat-step-icons mat-step-header {
521
847
  color: rgba(0, 0, 0, 0.65);
522
848
  }
523
- lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-edited-icon i, lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-edited-icon mat-icon,
849
+ lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-edited-icon i,
850
+ lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-edited-icon mat-icon,
524
851
  lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-normal-icon i,
525
852
  lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched .lux-stepper-normal-icon mat-icon {
526
853
  color: #ffffff;
527
854
  background-color: #d0a520;
528
855
  }
529
- lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-edited-icon i, lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-edited-icon mat-icon,
856
+ lux-stepper .lux-ignore-mat-step-icons mat-step-header.lux-step-header-touched lux-step-header {
857
+ color: #d0a520;
858
+ }
859
+ lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-edited-icon i,
860
+ lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-edited-icon mat-icon,
530
861
  lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-normal-icon i,
531
862
  lux-stepper .lux-ignore-mat-step-icons mat-step-header:not(.lux-step-header-touched) .lux-stepper-normal-icon mat-icon {
532
863
  color: #ffffff;
@@ -543,6 +874,9 @@ lux-stepper .mat-step-header.lux-step-header-touched .mat-step-icon-selected {
543
874
  color: #ffffff;
544
875
  background-color: #d0a520;
545
876
  }
877
+ lux-stepper .mat-step-header.lux-step-header-touched lux-step-header {
878
+ color: #d0a520;
879
+ }
546
880
  lux-stepper .mat-step-header:not(.lux-step-header-touched) .mat-step-icon {
547
881
  color: #ffffff;
548
882
  background-color: rgba(0, 0, 0, 0.65);
@@ -558,11 +892,19 @@ lux-stepper .mat-step-header:not(.lux-step-header-touched) .mat-step-icon-select
558
892
  lux-table .lux-row-selected {
559
893
  background-color: #f1e4bc;
560
894
  }
895
+ lux-table table td div.lux-form-control {
896
+ min-height: 18px;
897
+ }
898
+ lux-table table td div.lux-form-control .lux-form-control-label,
899
+ lux-table table td div.lux-form-control .lux-form-control-misc {
900
+ display: none;
901
+ }
561
902
 
562
903
  /*
563
904
  * Theming for LUX-Tabs
564
905
  */
565
- lux-tabs .mat-tab-nav-bar, lux-tabs .mat-tab-header {
906
+ lux-tabs .mat-tab-nav-bar,
907
+ lux-tabs .mat-tab-header {
566
908
  border-color: rgba(0, 0, 0, 0.2);
567
909
  }
568
910
  lux-tabs mat-tab-group div[role=tab]:not(.mat-tab-disabled) {
@@ -584,6 +926,17 @@ lux-tile .lux-notification-new {
584
926
  lux-tile .lux-highlight {
585
927
  color: #ffcc7a;
586
928
  }
929
+ lux-tile .mat-card:not([class*=mat-elevation-z]) {
930
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
931
+ }
932
+ lux-tile .lux-tile-label {
933
+ margin: 0;
934
+ display: flex;
935
+ flex-shrink: 1;
936
+ flex-grow: 0;
937
+ min-height: 65px;
938
+ max-height: 65px;
939
+ }
587
940
 
588
941
  /*
589
942
  * Theming for LUX-Toggle
@@ -592,6 +945,9 @@ lux-toggle .mat-slide-toggle label {
592
945
  color: rgba(0, 0, 0, 0.87);
593
946
  font-family: Roboto, Helvetica Neue, sans-serif;
594
947
  }
948
+ lux-toggle .mat-slide-toggle .mat-slide-toggle-thumb {
949
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
950
+ }
595
951
  lux-toggle .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
596
952
  background-color: #f1e4bc;
597
953
  }
@@ -621,6 +977,20 @@ mat-tooltip-component .mat-tooltip {
621
977
  font-size: 14px;
622
978
  }
623
979
 
980
+ /*
981
+ * Theming for LUX-Accordion
982
+ */
983
+ mat-expansion-panel.mat-expansion-panel:not([class*=mat-elevation-z]) {
984
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
985
+ }
986
+
987
+ /*
988
+ * Theming for LUX-Errorpage
989
+ */
990
+ lux-error-page lux-card:not(.lux-error-page-desktop) .mat-card:not([class*=mat-elevation-z]) {
991
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
992
+ }
993
+
624
994
  /*
625
995
  * Theming für Lux-Stepper-Large
626
996
  */
@@ -668,25 +1038,37 @@ lux-stepper-large {
668
1038
  font-size: 22px;
669
1039
  line-height: 1.5;
670
1040
  }
671
- .lux-stepper-large-nav-item.lux-active {
672
- font-weight: bold;
1041
+ .lux-stepper-large-nav-item.lux-active:not(.lux-disabled) .lux-stepper-large-nav-item-number-container {
1042
+ color: #ffffff;
1043
+ background-color: #003366;
673
1044
  }
674
- .lux-stepper-large-nav-item.lux-completed {
675
- color: #2E8533;
1045
+ .lux-stepper-large-nav-item.lux-active:not(.lux-disabled) .lux-stepper-large-nav-item-label {
1046
+ color: #003366;
676
1047
  }
677
- .lux-stepper-large-nav-item.lux-completed a {
1048
+ .lux-stepper-large-nav-item.lux-touched:not(.lux-disabled) a {
678
1049
  text-decoration: underline;
679
1050
  }
680
- .lux-stepper-large-nav-item.lux-disabled {
681
- opacity: 0.6;
682
- }
683
- .lux-stepper-large-nav-item.lux-completed .lux-stepper-large-nav-item-number-container {
1051
+ .lux-stepper-large-nav-item.lux-touched:not(.lux-disabled).lux-completed:not(.lux-active) .lux-stepper-large-nav-item-number-container {
684
1052
  color: #ffffff;
685
1053
  background-color: #2E8533;
686
1054
  }
687
- .lux-stepper-large-nav-item.lux-active .lux-stepper-large-nav-item-number-container {
1055
+ .lux-stepper-large-nav-item.lux-touched:not(.lux-disabled).lux-completed:not(.lux-active) a {
1056
+ color: #2E8533;
1057
+ }
1058
+ .lux-stepper-large-nav-item.lux-touched:not(.lux-disabled):not(.lux-completed):not(.lux-active) .lux-stepper-large-nav-item-number-container {
688
1059
  color: #ffffff;
689
- background-color: #003366;
1060
+ background-color: #2E8533;
1061
+ }
1062
+ .lux-stepper-large-nav-item:not(.lux-touched) {
1063
+ opacity: 0.6;
1064
+ color: #003366;
1065
+ }
1066
+ .lux-stepper-large-nav-item:not(.lux-touched) .lux-stepper-large-nav-item-number-container {
1067
+ color: #003366;
1068
+ background-color: #eff3f6;
1069
+ }
1070
+ .lux-stepper-large-nav-item.lux-disabled {
1071
+ opacity: 0.6;
690
1072
  }
691
1073
  .lux-stepper-large-nav-item.lux-disabled .lux-stepper-large-nav-item-number-container {
692
1074
  color: #003366;
@@ -982,6 +1364,9 @@ lux-list lux-list-item lux-card mat-card:hover {
982
1364
  lux-chips .mat-standard-chip:focus {
983
1365
  outline: 2px dotted #000000 !important;
984
1366
  }
1367
+ lux-chips .mat-chip.mat-standard-chip:after {
1368
+ background-color: unset;
1369
+ }
985
1370
 
986
1371
  /** ########## Form-Control ########## **/
987
1372
  lux-form-control .lux-form-control:not(.lux-form-control-disabled).lux-focused .lux-form-control-label > * {
@@ -1005,10 +1390,14 @@ lux-form-control .lux-form-control:not(.lux-form-control-disabled).lux-focused .
1005
1390
  height: 2px;
1006
1391
  border-bottom: 2px solid #b3790b;
1007
1392
  }
1393
+ lux-form-control .lux-form-control:not(.lux-form-control-disabled).lux-focused.lux-form-control-error .lux-form-control-container:after {
1394
+ border-bottom: 2px solid #b01211;
1395
+ }
1008
1396
 
1009
1397
  /** ########## Datepicker ########## **/
1010
1398
  lux-datepicker mat-datepicker-toggle button:focus {
1011
1399
  outline: 2px dotted #000000 !important;
1400
+ border-radius: 4px;
1012
1401
  }
1013
1402
  lux-datepicker mat-datepicker-toggle .mat-button-focus-overlay {
1014
1403
  display: none;
@@ -1037,6 +1426,7 @@ lux-datepicker mat-datepicker-toggle .mat-button-focus-overlay {
1037
1426
  /** ########## Datetimepicker ########## **/
1038
1427
  lux-datetimepicker mat-datepicker-toggle button:focus {
1039
1428
  outline: 2px dotted #000000 !important;
1429
+ border-radius: 4px;
1040
1430
  }
1041
1431
  lux-datetimepicker mat-datepicker-toggle .mat-button-focus-overlay {
1042
1432
  display: none;
@@ -1102,9 +1492,13 @@ lux-table th.cdk-keyboard-focused div.mat-sort-header-container {
1102
1492
  }
1103
1493
  .lux-select-panel mat-option:focus {
1104
1494
  outline: 2px dotted #000000 !important;
1495
+ outline-offset: -2px;
1496
+ border-radius: 4px;
1105
1497
  }
1106
1498
  .lux-select-panel mat-option.mat-active {
1107
1499
  outline: 2px dotted #000000 !important;
1500
+ outline-offset: -2px;
1501
+ border-radius: 4px;
1108
1502
  }
1109
1503
  .lux-select-panel mat-option:hover {
1110
1504
  background-color: #f1e4bc !important;
@@ -1150,13 +1544,17 @@ lux-button button:not([disabled]).mat-fab:focus:not(:hover).mat-primary, lux-but
1150
1544
  }
1151
1545
 
1152
1546
  /** ########## Autocomplete ########## **/
1153
- .lux-autocomplete-panel mat-option:focus {
1547
+ .lux-autocomplete-panel mat-option:focus, .lux-chips-autocomplete-panel mat-option:focus {
1154
1548
  outline: 2px dotted #000000 !important;
1549
+ outline-offset: -2px;
1550
+ border-radius: 4px;
1155
1551
  }
1156
- .lux-autocomplete-panel mat-option.mat-active {
1552
+ .lux-autocomplete-panel mat-option.mat-active, .lux-chips-autocomplete-panel mat-option.mat-active {
1157
1553
  outline: 2px dotted #000000 !important;
1554
+ outline-offset: -2px;
1555
+ border-radius: 4px;
1158
1556
  }
1159
- .lux-autocomplete-panel mat-option:hover {
1557
+ .lux-autocomplete-panel mat-option:hover, .lux-chips-autocomplete-panel mat-option:hover {
1160
1558
  background-color: #f1e4bc !important;
1161
1559
  border-radius: 4px;
1162
1560
  }
@@ -1351,16 +1749,32 @@ lux-message-box div.lux-message-box-content div.lux-message-container:not(.lux-b
1351
1749
  }
1352
1750
 
1353
1751
  /** ########## Stepper large ########## **/
1354
- lux-stepper-large a:focus {
1752
+ lux-stepper-large .lux-stepper-large-nav-item a:focus {
1355
1753
  outline: none;
1356
1754
  }
1357
- lux-stepper-large a:hover {
1358
- background-color: #f1e4bc !important;
1359
- border-radius: 4px;
1755
+ lux-stepper-large .lux-stepper-large-nav-item a.lux-focused {
1756
+ outline: 2px dotted #000000 !important;
1360
1757
  }
1361
- lux-stepper-large a.lux-focused {
1362
- background-color: #f1e4bc !important;
1363
- border-radius: 4px;
1758
+ lux-stepper-large .lux-stepper-large-nav-item.lux-active .lux-stepper-large-nav-item-label-container a.lux-stepper-large-nav-item-label-link {
1759
+ cursor: text;
1760
+ }
1761
+ lux-stepper-large .lux-stepper-large-nav-item.lux-active .lux-stepper-large-nav-item-label-container a.lux-stepper-large-nav-item-label-link:hover {
1762
+ color: unset;
1763
+ }
1764
+ lux-stepper-large .lux-stepper-large-nav-item:not(.lux-active):not(.lux-completed) .lux-stepper-large-nav-item-label-container a.lux-stepper-large-nav-item-label-link:hover {
1765
+ color: #2E8533;
1766
+ }
1767
+ lux-stepper-large .lux-stepper-large-nav-item:not(.lux-active).lux-completed .lux-stepper-large-nav-item-label-container a.lux-stepper-large-nav-item-label-link:hover {
1768
+ color: #56BD66;
1769
+ }
1770
+
1771
+ /** ########## File-Upload ########## **/
1772
+ .lux-file-upload-drop-container {
1773
+ margin-left: 2px;
1774
+ margin-right: 2px;
1775
+ }
1776
+ .lux-file-upload-drop-container:focus {
1777
+ outline: 2px dotted #000000 !important;
1364
1778
  }
1365
1779
 
1366
1780
  :root {
@@ -1468,6 +1882,12 @@ lux-stepper-large a.lux-focused {
1468
1882
  --lux-theme-form-control-height-small: 18px;
1469
1883
  --lux-theme-form-control-font-size: 15px;
1470
1884
  --lux-theme-form-control-font-size-small: 12px;
1885
+ --lux-theme-form-control-label-padding: 2px 0 0 0;
1886
+ --lux-theme-form-control-container-padding: 6px 0 0 0;
1887
+ --lux-theme-form-control-misc-margin: 4px 0 2px 0;
1888
+ --lux-theme-form-control-complete-height: 70px;
1889
+ --lux-theme-form-control-buffer: 4px;
1890
+ --lux-theme-form-control-margin: 0px;
1471
1891
  --lux-theme-button-height: 45px;
1472
1892
  --lux-theme-button-fav-height: 45px;
1473
1893
  --lux-theme-outline-color-bright: #ffffff;
@@ -1620,18 +2040,39 @@ h6 {
1620
2040
  -webkit-border-radius: 4px;
1621
2041
  -moz-border-radius: 4px;
1622
2042
  border-radius: 4px;
1623
- padding: 8px;
2043
+ margin: 16px 0;
2044
+ padding: 16px 16px;
1624
2045
  border: 1px solid rgba(0, 0, 0, 0.2);
1625
2046
  display: flex;
1626
- margin: 0 0 16px 0;
1627
2047
  word-break: break-word;
1628
2048
  }
2049
+ .lux-highlight-section.column {
2050
+ flex-direction: column;
2051
+ gap: 16px;
2052
+ }
2053
+ .lux-highlight-section.row {
2054
+ flex-direction: row;
2055
+ gap: 16px;
2056
+ }
1629
2057
 
1630
2058
  .lux-highlight-section-label {
1631
2059
  margin-top: 0;
1632
2060
  margin-left: 0;
1633
2061
  }
1634
2062
 
2063
+ .lux-simple-form {
2064
+ margin: 4px 0;
2065
+ display: flex;
2066
+ }
2067
+ .lux-simple-form.column {
2068
+ flex-direction: column;
2069
+ gap: 16px;
2070
+ }
2071
+ .lux-simple-form.row {
2072
+ flex-direction: row;
2073
+ gap: 16px;
2074
+ }
2075
+
1635
2076
  .lux-app-container {
1636
2077
  flex-direction: column;
1637
2078
  box-sizing: border-box;
@@ -1690,7 +2131,7 @@ lux-card.lux-card-grow mat-card-content {
1690
2131
  }
1691
2132
 
1692
2133
  .lux-display-none {
1693
- display: none;
2134
+ display: none !important;
1694
2135
  }
1695
2136
 
1696
2137
  .lux-display-none-important {
@@ -1779,7 +2220,6 @@ lux-card.lux-card-grow mat-card-content {
1779
2220
  position: relative;
1780
2221
  margin: 0 !important;
1781
2222
  min-width: unset !important;
1782
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1783
2223
  visibility: hidden;
1784
2224
  }
1785
2225