@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.
- package/README.md +6 -0
- package/package.json +1 -1
- package/prebuilt-themes/luxtheme-blue-min.css +1 -1
- package/prebuilt-themes/luxtheme-blue-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-blue.css +478 -38
- package/prebuilt-themes/luxtheme-blue.css.map +1 -1
- package/prebuilt-themes/luxtheme-green-min.css +1 -1
- package/prebuilt-themes/luxtheme-green-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-green.css +522 -57
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/prebuilt-themes/luxtheme-orange-min.css +1 -1
- package/prebuilt-themes/luxtheme-orange-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-orange.css +478 -38
- package/prebuilt-themes/luxtheme-orange.css.map +1 -1
- package/src/base/_luxcomponents.scss +493 -47
- package/src/base/_luxelevations.scss +51 -0
- package/src/base/_luxfocus.scss +79 -12
- package/src/base/_luxicons.scss +2 -0
- package/src/base/_luxstyles.scss +31 -4
- package/src/blue/_luxcommon.scss +6 -0
- package/src/blue/luxtheme.scss +1 -1
- package/src/green/_custom.scss +55 -22
- package/src/green/_luxcommon.scss +6 -0
- package/src/green/luxtheme.scss +1 -0
- package/src/orange/_luxcommon.scss +6 -0
- package/src/orange/luxtheme.scss +2 -2
- package/CHANGELOG.md +0 -73
|
@@ -24,6 +24,7 @@ lux-app-footer {
|
|
|
24
24
|
lux-app-header {
|
|
25
25
|
.lux-app-header {
|
|
26
26
|
background-color: $app-header-bg;
|
|
27
|
+
@include lux-elevation-z6();
|
|
27
28
|
|
|
28
29
|
.lux-show-border {
|
|
29
30
|
border-left: 1px solid $light-dividers;
|
|
@@ -36,7 +37,6 @@ lux-app-header {
|
|
|
36
37
|
div.lux-header-action {
|
|
37
38
|
lux-button {
|
|
38
39
|
button {
|
|
39
|
-
|
|
40
40
|
&:not(.mat-accent):not(.mat-warn):not(.mat-primary):not(.mat-button-disabled) {
|
|
41
41
|
color: map-get(map-get($lux-palette-primary, contrast), 500);
|
|
42
42
|
}
|
|
@@ -56,6 +56,10 @@ lux-app-header {
|
|
|
56
56
|
&.mat-primary:not(.mat-button-disabled) {
|
|
57
57
|
color: map-get($lux-palette_primary, A100);
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
&.lux-button-rounded {
|
|
61
|
+
@include lux-elevation-z0;
|
|
62
|
+
}
|
|
59
63
|
}
|
|
60
64
|
}
|
|
61
65
|
}
|
|
@@ -110,19 +114,29 @@ lux-button button.lux-button {
|
|
|
110
114
|
|
|
111
115
|
&.mat-button.mat-button-disabled,
|
|
112
116
|
&.mat-raised-button.mat-button-disabled,
|
|
117
|
+
&.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]),
|
|
113
118
|
&.mat-fab.mat-button-disabled {
|
|
114
119
|
color: $dark-disabled-text;
|
|
120
|
+
@include lux-elevation-z0;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&.mat-raised-button:not([class*=mat-elevation-z]) {
|
|
124
|
+
@include lux-elevation-z2;
|
|
115
125
|
}
|
|
116
126
|
|
|
117
127
|
&.lux-icon-button {
|
|
118
|
-
height: $button-height
|
|
119
|
-
padding-top: 4px;
|
|
120
|
-
padding-bottom: 2px;
|
|
128
|
+
height: $button-height;
|
|
121
129
|
}
|
|
122
130
|
|
|
123
131
|
&.lux-button-rounded {
|
|
124
132
|
height: $button-fav-height;
|
|
125
133
|
width: $button-fav-height;
|
|
134
|
+
|
|
135
|
+
&.lux-icon-button {
|
|
136
|
+
padding-top: 2px;
|
|
137
|
+
padding-bottom: 2px;
|
|
138
|
+
}
|
|
139
|
+
@include lux-elevation-z2;
|
|
126
140
|
}
|
|
127
141
|
}
|
|
128
142
|
|
|
@@ -151,6 +165,15 @@ lux-card {
|
|
|
151
165
|
border-color: $app-data-bg;
|
|
152
166
|
}
|
|
153
167
|
|
|
168
|
+
.lux-card-content-container {
|
|
169
|
+
overflow-x: hidden;
|
|
170
|
+
padding: $form-control-buffer;
|
|
171
|
+
|
|
172
|
+
> * {
|
|
173
|
+
margin-bottom: 0;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
154
177
|
.lux-highlight {
|
|
155
178
|
color: $dark-primary-text;
|
|
156
179
|
}
|
|
@@ -162,12 +185,31 @@ lux-card {
|
|
|
162
185
|
.lux-card-content-expanded {
|
|
163
186
|
background: $app-data-bg;
|
|
164
187
|
}
|
|
188
|
+
|
|
189
|
+
.mat-card:not([class*="mat-elevation-z"]) {
|
|
190
|
+
@include lux-elevation-z1;
|
|
191
|
+
}
|
|
165
192
|
}
|
|
166
193
|
|
|
167
194
|
/**
|
|
168
195
|
* Theming für LUX-Chips
|
|
169
196
|
*/
|
|
170
197
|
lux-chips {
|
|
198
|
+
min-height: calc(#{$form-control-complete-height} + 20px);
|
|
199
|
+
margin-bottom: 20px;
|
|
200
|
+
|
|
201
|
+
.lux-chips-autocomplete-icon {
|
|
202
|
+
color: var(--lux-theme-primary-500);
|
|
203
|
+
font-size: 24px;
|
|
204
|
+
padding-right: 4px;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
|
|
207
|
+
&.lux-disabled {
|
|
208
|
+
color: var(--lux-theme-dark-disabled-text);
|
|
209
|
+
cursor: default;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
171
213
|
.lux-chips {
|
|
172
214
|
mat-chip {
|
|
173
215
|
// Löschicon (luxSelected=true)
|
|
@@ -195,6 +237,23 @@ lux-chips {
|
|
|
195
237
|
}
|
|
196
238
|
}
|
|
197
239
|
}
|
|
240
|
+
mat-chip-list {
|
|
241
|
+
& div.mat-chip-list-wrapper {
|
|
242
|
+
margin: 0px 0px 0px -4px;
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.lux-chips-autocomplete-panel {
|
|
249
|
+
padding: $outline-width;
|
|
250
|
+
margin-top: -20px;
|
|
251
|
+
margin-left: 0;
|
|
252
|
+
margin-right: 0;
|
|
253
|
+
border-radius: 4px;
|
|
254
|
+
|
|
255
|
+
mat-option:not(:last-of-type) {
|
|
256
|
+
margin-bottom: $outline-width;
|
|
198
257
|
}
|
|
199
258
|
}
|
|
200
259
|
|
|
@@ -228,6 +287,18 @@ lux-datetimepicker {
|
|
|
228
287
|
}
|
|
229
288
|
}
|
|
230
289
|
|
|
290
|
+
.lux-datetime-overlay-content {
|
|
291
|
+
mat-card.mat-card {
|
|
292
|
+
@include lux-elevation-z4();
|
|
293
|
+
|
|
294
|
+
lux-input div.lux-form-control {
|
|
295
|
+
min-height: unset;
|
|
296
|
+
margin: $form-control-buffer;
|
|
297
|
+
text-align: center;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
231
302
|
/*
|
|
232
303
|
* Theming for LUX-Dialog
|
|
233
304
|
*/
|
|
@@ -235,9 +306,11 @@ lux-datetimepicker {
|
|
|
235
306
|
.lux-dialog-title {
|
|
236
307
|
color: $dark-primary-text;
|
|
237
308
|
}
|
|
309
|
+
.mat-dialog-container {
|
|
310
|
+
@include lux-elevation-z24;
|
|
311
|
+
}
|
|
238
312
|
}
|
|
239
313
|
|
|
240
|
-
|
|
241
314
|
/*
|
|
242
315
|
* Theming for LUX-Divider
|
|
243
316
|
*/
|
|
@@ -251,6 +324,8 @@ lux-divider {
|
|
|
251
324
|
* Theming for LUX-File-List
|
|
252
325
|
*/
|
|
253
326
|
lux-file-list .lux-file-list {
|
|
327
|
+
margin: $form-control-margin;
|
|
328
|
+
|
|
254
329
|
.lux-file-list-entry-label, .lux-file-list-entry-icon {
|
|
255
330
|
color: $dark-secondary-text;
|
|
256
331
|
}
|
|
@@ -281,6 +356,16 @@ lux-file-list .lux-file-list {
|
|
|
281
356
|
}
|
|
282
357
|
}
|
|
283
358
|
}
|
|
359
|
+
|
|
360
|
+
&.lux-file-list-error {
|
|
361
|
+
mat-card-title .lux-card-title-container {
|
|
362
|
+
color: $lux-warn-color;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
mat-card {
|
|
367
|
+
margin: 0 !important;
|
|
368
|
+
}
|
|
284
369
|
}
|
|
285
370
|
|
|
286
371
|
/*
|
|
@@ -300,21 +385,267 @@ lux-file-progress {
|
|
|
300
385
|
}
|
|
301
386
|
}
|
|
302
387
|
|
|
388
|
+
/*
|
|
389
|
+
* Theming für Lux-File-Upload
|
|
390
|
+
*/
|
|
391
|
+
.lux-file-upload-container {
|
|
392
|
+
display: flex;
|
|
393
|
+
flex-direction: column;
|
|
394
|
+
flex: 1 1 auto;
|
|
395
|
+
|
|
396
|
+
.lux-file-upload-drop-container {
|
|
397
|
+
display: flex;
|
|
398
|
+
flex-direction: column;
|
|
399
|
+
justify-content: space-between;
|
|
400
|
+
align-items: center;
|
|
401
|
+
flex: 1 1 auto;
|
|
402
|
+
|
|
403
|
+
border: 1px solid var(--lux-theme-primary-500);
|
|
404
|
+
border-radius: 4px;
|
|
405
|
+
color: var(--lux-theme-primary-500);
|
|
406
|
+
|
|
407
|
+
.lux-file-upload-drop-label-container {
|
|
408
|
+
display: flex;
|
|
409
|
+
flex-direction: row;
|
|
410
|
+
justify-content: space-between;
|
|
411
|
+
align-items: center;
|
|
412
|
+
flex: 1 1 auto;
|
|
413
|
+
gap: 12px;
|
|
414
|
+
|
|
415
|
+
padding: 24px 48px;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.lux-file-upload-drop-container-progress, .lux-file-upload-drop-container-no-progress{
|
|
419
|
+
height: 8px;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
&.lux-file-upload-drop-container-disabled {
|
|
423
|
+
color: var(--lux-theme-dark-disabled-text);
|
|
424
|
+
background-color: var(--lux-theme-app-data-bg);
|
|
425
|
+
border: 1px solid var(--lux-theme-dark-disabled-text);
|
|
426
|
+
|
|
427
|
+
.lux-file-upload-link {
|
|
428
|
+
cursor: default;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
&.lux-file-upload-drag-active {
|
|
433
|
+
background-color: var(--lux-theme-selected-bg-color);
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.lux-file-upload-icon {
|
|
437
|
+
display: flex;
|
|
438
|
+
flex: 0 0 auto;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.lux-file-upload-label-container {
|
|
442
|
+
display: flex;
|
|
443
|
+
flex: 1 1 auto;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.lux-file-upload-link {
|
|
447
|
+
cursor: pointer;
|
|
448
|
+
text-decoration: underline;
|
|
449
|
+
|
|
450
|
+
white-space: nowrap;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.lux-file-upload-error-container {
|
|
455
|
+
display: flex;
|
|
456
|
+
flex-direction: row;
|
|
457
|
+
justify-content: space-between;
|
|
458
|
+
align-items: center;
|
|
459
|
+
flex: 1 1 auto;
|
|
460
|
+
gap: 12px;
|
|
461
|
+
|
|
462
|
+
border: 1px solid var(--lux-theme-warn-500);
|
|
463
|
+
border-radius: 4px;
|
|
464
|
+
color: var(--lux-theme-warn-500);
|
|
465
|
+
padding: 18px 15px 15px 26px;
|
|
466
|
+
margin-bottom: 12px;
|
|
467
|
+
|
|
468
|
+
.lux-file-upload-error-icon {
|
|
469
|
+
display: flex;
|
|
470
|
+
flex: 0 0 30px;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.lux-file-upload-error-message {
|
|
474
|
+
display: flex;
|
|
475
|
+
flex: 1 1 auto;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.lux-file-upload-error-button {
|
|
479
|
+
display: flex;
|
|
480
|
+
flex: 0 0 auto;
|
|
481
|
+
|
|
482
|
+
button {
|
|
483
|
+
padding: 0;
|
|
484
|
+
margin: 0;
|
|
485
|
+
border-radius: 8px;
|
|
486
|
+
min-width: 40px;
|
|
487
|
+
min-height: 30px;
|
|
488
|
+
|
|
489
|
+
i {
|
|
490
|
+
font-size: 24px;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.lux-file-upload-hint-container {
|
|
497
|
+
margin-top: 4px;
|
|
498
|
+
margin-bottom: 12px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.lux-file-upload-no-hint-container {
|
|
502
|
+
min-height: 12px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.lux-file-upload-view-item-container {
|
|
506
|
+
display: flex;
|
|
507
|
+
flex-direction: row;
|
|
508
|
+
justify-content: space-between;
|
|
509
|
+
align-items: center;
|
|
510
|
+
flex: 1 1 auto;
|
|
511
|
+
gap: 12px;
|
|
512
|
+
|
|
513
|
+
background-color: var(--lux-theme-selected-bg-color);
|
|
514
|
+
border: 1px solid var(--lux-theme-accent-500);
|
|
515
|
+
border-radius: 4px;
|
|
516
|
+
color: var(--lux-theme-primary-500);
|
|
517
|
+
padding: 18px 15px 18px 26px;
|
|
518
|
+
margin-bottom: 12px;
|
|
519
|
+
|
|
520
|
+
&.lux-file-upload-view-item-disabled {
|
|
521
|
+
color: var(--lux-theme-dark-disabled-text);
|
|
522
|
+
background-color: var(--lux-theme-app-data-bg);
|
|
523
|
+
border: 1px solid var(--lux-theme-dark-disabled-text);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.lux-file-upload-view-item {
|
|
527
|
+
display: flex;
|
|
528
|
+
flex-direction: row;
|
|
529
|
+
justify-content: space-between;
|
|
530
|
+
align-items: center;
|
|
531
|
+
flex: 1 1 auto;
|
|
532
|
+
gap: 12px;
|
|
533
|
+
|
|
534
|
+
.lux-file-upload-view-item-icon {
|
|
535
|
+
display: flex;
|
|
536
|
+
flex: 0 0 30px;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.lux-file-upload-view-item-label-container {
|
|
540
|
+
display: flex;
|
|
541
|
+
flex: 1 1 auto;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
lux-button.lux-file-upload-view-item-delete-button {
|
|
545
|
+
display: flex;
|
|
546
|
+
align-items: center;
|
|
547
|
+
|
|
548
|
+
button {
|
|
549
|
+
padding: 0;
|
|
550
|
+
margin: 0;
|
|
551
|
+
border-radius: 8px;
|
|
552
|
+
min-width: 40px;
|
|
553
|
+
min-height: 30px;
|
|
554
|
+
|
|
555
|
+
i {
|
|
556
|
+
font-size: 24px;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
/* Die eigentliche File-Inputs und den Download-Anchor blenden wir aus */
|
|
564
|
+
.lux-file-upload-input {
|
|
565
|
+
display: none;
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.file-upload-dialog-title-container {
|
|
570
|
+
display: flex;
|
|
571
|
+
flex-direction: column;
|
|
572
|
+
gap: 10px;
|
|
573
|
+
|
|
574
|
+
.file-upload-dialog-close-button-container {
|
|
575
|
+
display: flex;
|
|
576
|
+
flex: 1 0 auto;
|
|
577
|
+
justify-content: flex-end;
|
|
578
|
+
align-items: center;
|
|
579
|
+
|
|
580
|
+
.file-upload-dialog-close-button {
|
|
581
|
+
display: flex;
|
|
582
|
+
flex: 0 0 auto;
|
|
583
|
+
|
|
584
|
+
button {
|
|
585
|
+
padding: 0;
|
|
586
|
+
margin: 0;
|
|
587
|
+
border-radius: 8px;
|
|
588
|
+
min-width: 40px;
|
|
589
|
+
min-height: 40px;
|
|
590
|
+
|
|
591
|
+
i,
|
|
592
|
+
mat-icon {
|
|
593
|
+
font-size: 30px !important;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.file-upload-dialog-title {
|
|
600
|
+
padding-right: 50px;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.file-upload-dialog-content-text {
|
|
604
|
+
padding-bottom: 30px;
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.file-dialog {
|
|
609
|
+
div.mat-dialog-title.lux-dialog-title {
|
|
610
|
+
font-size: 28px;
|
|
611
|
+
font-weight: normal;
|
|
612
|
+
margin-bottom: 0;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
p {
|
|
616
|
+
margin: 0;
|
|
617
|
+
padding-top: 12px;
|
|
618
|
+
padding-bottom: 30px;
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
|
|
303
623
|
/*
|
|
304
624
|
* Theming for LUX-Form-Controls
|
|
305
625
|
*/
|
|
306
626
|
.lux-form-control {
|
|
627
|
+
margin: $form-control-margin;
|
|
628
|
+
min-height: $form-control-complete-height;
|
|
629
|
+
|
|
630
|
+
.lux-label,
|
|
631
|
+
mat-hint,
|
|
632
|
+
mat-error {
|
|
633
|
+
color: $dark-secondary-text;
|
|
634
|
+
}
|
|
635
|
+
|
|
307
636
|
.lux-form-control-container {
|
|
308
637
|
padding: 6px 0 0 0;
|
|
309
638
|
|
|
639
|
+
input, textarea {
|
|
640
|
+
&:required {
|
|
641
|
+
@include lux-elevation-z0;
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
|
|
310
645
|
&:after {
|
|
311
646
|
border-bottom: 1px solid $form-border-color;
|
|
312
647
|
}
|
|
313
648
|
}
|
|
314
|
-
|
|
315
|
-
.lux-label, mat-hint, mat-error {
|
|
316
|
-
color: $dark-secondary-text;
|
|
317
|
-
}
|
|
318
649
|
}
|
|
319
650
|
|
|
320
651
|
.lux-form-control-error {
|
|
@@ -325,7 +656,10 @@ lux-file-progress {
|
|
|
325
656
|
}
|
|
326
657
|
|
|
327
658
|
.lux-form-control-container {
|
|
328
|
-
border-color: $lux-warn-color !important;
|
|
659
|
+
$lux-selected-border-color: $lux-warn-color !important;
|
|
660
|
+
&:after { // inaktives form-control hat auch eine rote Linie (anstatt schwarz)
|
|
661
|
+
border-bottom: 1px solid $lux-warn-color;
|
|
662
|
+
}
|
|
329
663
|
}
|
|
330
664
|
|
|
331
665
|
.lux-form-control-misc {
|
|
@@ -403,6 +737,18 @@ lux-lookup-combobox {
|
|
|
403
737
|
}
|
|
404
738
|
}
|
|
405
739
|
|
|
740
|
+
/*
|
|
741
|
+
* Eineheitliche Elevation für die Components auf Cdk-Overlay-Pane
|
|
742
|
+
*/
|
|
743
|
+
.cdk-overlay-pane {
|
|
744
|
+
& > .mat-autocomplete-panel:not([class*="mat-elevation-z"]),
|
|
745
|
+
.mat-datepicker-content,
|
|
746
|
+
.mat-select-panel:not([class*="mat-elevation-z"]),
|
|
747
|
+
.mat-menu-panel {
|
|
748
|
+
@include lux-elevation-z4;
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
|
|
406
752
|
/*
|
|
407
753
|
* Theming for LUX-Master-Detail
|
|
408
754
|
*/
|
|
@@ -413,6 +759,16 @@ lux-master-detail {
|
|
|
413
759
|
color: $dark-primary-text;
|
|
414
760
|
}
|
|
415
761
|
}
|
|
762
|
+
|
|
763
|
+
.lux-master-container.lux-empty-elements-aligned {
|
|
764
|
+
@include lux-elevation-z1;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
lux-list {
|
|
768
|
+
.mat-card:not([class*="mat-elevation-z"]) {
|
|
769
|
+
@include lux-elevation-z0;
|
|
770
|
+
}
|
|
771
|
+
}
|
|
416
772
|
}
|
|
417
773
|
|
|
418
774
|
/*
|
|
@@ -420,6 +776,7 @@ lux-master-detail {
|
|
|
420
776
|
*/
|
|
421
777
|
lux-master-footer {
|
|
422
778
|
background-color: $app-data-bg;
|
|
779
|
+
@include lux-elevation-z1;
|
|
423
780
|
}
|
|
424
781
|
|
|
425
782
|
/*
|
|
@@ -427,6 +784,7 @@ lux-master-footer {
|
|
|
427
784
|
*/
|
|
428
785
|
lux-master-header {
|
|
429
786
|
background-color: $app-data-bg;
|
|
787
|
+
@include lux-elevation-z1;
|
|
430
788
|
}
|
|
431
789
|
|
|
432
790
|
/*
|
|
@@ -446,7 +804,7 @@ lux-master-header {
|
|
|
446
804
|
*/
|
|
447
805
|
lux-message-box {
|
|
448
806
|
&.mat-elevation-z4 {
|
|
449
|
-
|
|
807
|
+
@include lux-elevation-z4();
|
|
450
808
|
}
|
|
451
809
|
}
|
|
452
810
|
|
|
@@ -454,11 +812,14 @@ lux-message-box {
|
|
|
454
812
|
* Theming for LUX-Snackbar
|
|
455
813
|
*/
|
|
456
814
|
@each $colorName, $colorNameHex in $colorsForDarkBg {
|
|
457
|
-
.lux-snackbar-content .lux-bg-color-#{
|
|
815
|
+
.lux-snackbar-content .lux-bg-color-#{"" + $colorName + ""} {
|
|
458
816
|
color: $colorNameHex;
|
|
459
817
|
background-color: transparent;
|
|
460
818
|
}
|
|
461
819
|
}
|
|
820
|
+
snack-bar-container.mat-snack-bar-container {
|
|
821
|
+
@include lux-elevation-z6();
|
|
822
|
+
}
|
|
462
823
|
|
|
463
824
|
/*
|
|
464
825
|
* Theming for LUX-Progress
|
|
@@ -471,7 +832,7 @@ lux-progress {
|
|
|
471
832
|
}
|
|
472
833
|
|
|
473
834
|
@each $colorName, $colorNameHex in $componentBgColors {
|
|
474
|
-
.lux-bg-color-#{
|
|
835
|
+
.lux-bg-color-#{"" + $colorName + ""} {
|
|
475
836
|
.mat-progress-bar-primary:after,
|
|
476
837
|
.mat-progress-bar-secondary:after {
|
|
477
838
|
background: $colorNameHex;
|
|
@@ -480,7 +841,7 @@ lux-progress {
|
|
|
480
841
|
}
|
|
481
842
|
|
|
482
843
|
@each $colorName, $colorNameHex in $componentBgColors {
|
|
483
|
-
mat-progress-spinner.lux-bg-color-#{
|
|
844
|
+
mat-progress-spinner.lux-bg-color-#{"" + $colorName + ""} {
|
|
484
845
|
circle {
|
|
485
846
|
stroke: $colorNameHex;
|
|
486
847
|
}
|
|
@@ -489,6 +850,11 @@ lux-progress {
|
|
|
489
850
|
}
|
|
490
851
|
|
|
491
852
|
lux-radio {
|
|
853
|
+
// damit ist der Focus-Indicator rund, wie bei Toggle-Thumb und Chips
|
|
854
|
+
.mat-radio-container {
|
|
855
|
+
border-radius: 50%;
|
|
856
|
+
}
|
|
857
|
+
|
|
492
858
|
.mat-radio-checked {
|
|
493
859
|
label.mat-radio-label .mat-radio-container {
|
|
494
860
|
span.mat-radio-inner-circle {
|
|
@@ -554,7 +920,7 @@ lux-select {
|
|
|
554
920
|
lux-side-nav {
|
|
555
921
|
.lux-side-nav {
|
|
556
922
|
background: $app-data-bg;
|
|
557
|
-
|
|
923
|
+
@include lux-elevation-z16();
|
|
558
924
|
|
|
559
925
|
.lux-side-nav-header {
|
|
560
926
|
border-bottom: 1px solid $dark-dividers;
|
|
@@ -616,27 +982,35 @@ lux-spinner {
|
|
|
616
982
|
* Theming for LUX-Stepper
|
|
617
983
|
*/
|
|
618
984
|
lux-stepper {
|
|
985
|
+
.mat-stepper-horizontal, .mat-stepper-vertical {
|
|
986
|
+
background-color: transparent;
|
|
987
|
+
}
|
|
619
988
|
|
|
620
989
|
// luxUseCustomIcons=true
|
|
621
990
|
.lux-ignore-mat-step-icons {
|
|
622
|
-
|
|
623
991
|
mat-step-header {
|
|
624
992
|
color: $dark-secondary-text;
|
|
625
|
-
|
|
993
|
+
|
|
626
994
|
&.lux-step-header-touched {
|
|
627
995
|
.lux-stepper-edited-icon,
|
|
628
996
|
.lux-stepper-normal-icon {
|
|
629
|
-
i,
|
|
997
|
+
i,
|
|
998
|
+
mat-icon {
|
|
630
999
|
color: $app-data-bg;
|
|
631
1000
|
background-color: map-get($lux-palette_primary, 500);
|
|
632
1001
|
}
|
|
633
1002
|
}
|
|
1003
|
+
|
|
1004
|
+
lux-step-header {
|
|
1005
|
+
color: map-get($lux-palette_primary, 500);
|
|
1006
|
+
}
|
|
634
1007
|
}
|
|
635
1008
|
|
|
636
1009
|
&:not(.lux-step-header-touched) {
|
|
637
1010
|
.lux-stepper-edited-icon,
|
|
638
1011
|
.lux-stepper-normal-icon {
|
|
639
|
-
i,
|
|
1012
|
+
i,
|
|
1013
|
+
mat-icon {
|
|
640
1014
|
color: $app-data-bg;
|
|
641
1015
|
background-color: $dark-secondary-text;
|
|
642
1016
|
}
|
|
@@ -647,11 +1021,10 @@ lux-stepper {
|
|
|
647
1021
|
|
|
648
1022
|
// luxUseCustomIcons=false
|
|
649
1023
|
.mat-step-header {
|
|
650
|
-
|
|
651
1024
|
lux-step-header {
|
|
652
|
-
color: $dark-secondary-text
|
|
1025
|
+
color: $dark-secondary-text;;
|
|
653
1026
|
}
|
|
654
|
-
|
|
1027
|
+
|
|
655
1028
|
&.lux-step-header-touched {
|
|
656
1029
|
.mat-step-icon {
|
|
657
1030
|
color: $app-data-bg;
|
|
@@ -662,6 +1035,10 @@ lux-stepper {
|
|
|
662
1035
|
color: $app-data-bg;
|
|
663
1036
|
background-color: map-get($lux-palette_primary, 500);
|
|
664
1037
|
}
|
|
1038
|
+
|
|
1039
|
+
lux-step-header {
|
|
1040
|
+
color: map-get($lux-palette_primary, 500);
|
|
1041
|
+
}
|
|
665
1042
|
}
|
|
666
1043
|
|
|
667
1044
|
&:not(.lux-step-header-touched) {
|
|
@@ -685,13 +1062,26 @@ lux-table {
|
|
|
685
1062
|
.lux-row-selected {
|
|
686
1063
|
background-color: $lux-selected-bg-color;
|
|
687
1064
|
}
|
|
1065
|
+
|
|
1066
|
+
table td {
|
|
1067
|
+
div.lux-form-control {
|
|
1068
|
+
min-height: $form-control-height-small;
|
|
1069
|
+
|
|
1070
|
+
.lux-form-control-label,
|
|
1071
|
+
.lux-form-control-misc {
|
|
1072
|
+
display: none;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
}
|
|
688
1077
|
}
|
|
689
1078
|
|
|
690
1079
|
/*
|
|
691
1080
|
* Theming for LUX-Tabs
|
|
692
1081
|
*/
|
|
693
1082
|
lux-tabs {
|
|
694
|
-
.mat-tab-nav-bar,
|
|
1083
|
+
.mat-tab-nav-bar,
|
|
1084
|
+
.mat-tab-header {
|
|
695
1085
|
border-color: $dark-dividers;
|
|
696
1086
|
}
|
|
697
1087
|
|
|
@@ -719,19 +1109,35 @@ lux-tile {
|
|
|
719
1109
|
.lux-highlight {
|
|
720
1110
|
color: map-get($lux-palette_primary, A400);
|
|
721
1111
|
}
|
|
1112
|
+
|
|
1113
|
+
.mat-card:not([class*="mat-elevation-z"]) {
|
|
1114
|
+
@include lux-elevation-z2;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.lux-tile-label {
|
|
1118
|
+
margin: 0;
|
|
1119
|
+
display: flex;
|
|
1120
|
+
flex-shrink: 1;
|
|
1121
|
+
flex-grow: 0;
|
|
1122
|
+
min-height: 65px;
|
|
1123
|
+
max-height: 65px;
|
|
1124
|
+
}
|
|
722
1125
|
}
|
|
723
1126
|
|
|
724
1127
|
/*
|
|
725
1128
|
* Theming for LUX-Toggle
|
|
726
1129
|
*/
|
|
727
1130
|
lux-toggle {
|
|
728
|
-
|
|
729
1131
|
.mat-slide-toggle {
|
|
730
1132
|
label {
|
|
731
1133
|
color: $dark-primary-text;
|
|
732
1134
|
font-family: $app-font-family;
|
|
733
1135
|
}
|
|
734
1136
|
|
|
1137
|
+
.mat-slide-toggle-thumb {
|
|
1138
|
+
@include lux-elevation-z1;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
735
1141
|
&.mat-checked {
|
|
736
1142
|
.mat-slide-toggle-bar {
|
|
737
1143
|
background-color: map-get($lux-palette_primary, 100);
|
|
@@ -785,6 +1191,26 @@ mat-tooltip-component .mat-tooltip {
|
|
|
785
1191
|
font-size: 14px;
|
|
786
1192
|
}
|
|
787
1193
|
|
|
1194
|
+
/*
|
|
1195
|
+
* Theming for LUX-Accordion
|
|
1196
|
+
*/
|
|
1197
|
+
mat-expansion-panel.mat-expansion-panel:not([class*="mat-elevation-z"]) {
|
|
1198
|
+
@include lux-elevation-z2;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
/*
|
|
1203
|
+
* Theming for LUX-Errorpage
|
|
1204
|
+
*/
|
|
1205
|
+
lux-error-page {
|
|
1206
|
+
lux-card:not(.lux-error-page-desktop) {
|
|
1207
|
+
.mat-card:not([class*="mat-elevation-z"]) {
|
|
1208
|
+
@include lux-elevation-z0;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
|
|
788
1214
|
/*
|
|
789
1215
|
* Theming für Lux-Stepper-Large
|
|
790
1216
|
*/
|
|
@@ -836,42 +1262,62 @@ lux-stepper-large {
|
|
|
836
1262
|
font-size: 22px;
|
|
837
1263
|
line-height: 1.5;
|
|
838
1264
|
|
|
839
|
-
&.lux-active {
|
|
840
|
-
|
|
841
|
-
|
|
1265
|
+
&.lux-active:not(.lux-disabled) {
|
|
1266
|
+
.lux-stepper-large-nav-item-number-container {
|
|
1267
|
+
color: $lux-stepper-large-nav-item-active-fc;
|
|
1268
|
+
background-color: $lux-stepper-large-nav-item-active-bg;
|
|
1269
|
+
}
|
|
842
1270
|
|
|
843
|
-
|
|
844
|
-
|
|
1271
|
+
.lux-stepper-large-nav-item-label {
|
|
1272
|
+
color: #003366;
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
845
1275
|
|
|
1276
|
+
&.lux-touched:not(.lux-disabled) {
|
|
846
1277
|
a {
|
|
847
1278
|
text-decoration: underline;
|
|
848
1279
|
}
|
|
849
|
-
}
|
|
850
1280
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
1281
|
+
&.lux-completed:not(.lux-active) {
|
|
1282
|
+
.lux-stepper-large-nav-item-number-container {
|
|
1283
|
+
color: $lux-stepper-large-nav-item-completed-fg;
|
|
1284
|
+
background-color: $lux-stepper-large-nav-item-completed-bg;
|
|
1285
|
+
}
|
|
854
1286
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
1287
|
+
a {
|
|
1288
|
+
color: #2E8533;
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
859
1291
|
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
1292
|
+
&:not(.lux-completed):not(.lux-active) {
|
|
1293
|
+
.lux-stepper-large-nav-item-number-container {
|
|
1294
|
+
color: $lux-stepper-large-nav-item-completed-fg;
|
|
1295
|
+
background-color: $lux-stepper-large-nav-item-completed-bg;
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
863
1298
|
}
|
|
864
1299
|
|
|
865
|
-
|
|
866
|
-
|
|
1300
|
+
&:not(.lux-touched) {
|
|
1301
|
+
opacity: 0.6;
|
|
1302
|
+
color: #003366;
|
|
867
1303
|
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
1304
|
+
.lux-stepper-large-nav-item-number-container {
|
|
1305
|
+
color: $lux-stepper-large-nav-item-disabled-fg;
|
|
1306
|
+
background-color: $lux-stepper-large-nav-item-disabled-bg;
|
|
1307
|
+
}
|
|
871
1308
|
}
|
|
872
1309
|
|
|
873
|
-
&.lux-disabled
|
|
874
|
-
|
|
1310
|
+
&.lux-disabled {
|
|
1311
|
+
opacity: 0.6;
|
|
1312
|
+
|
|
1313
|
+
.lux-stepper-large-nav-item-number-container {
|
|
1314
|
+
color: $lux-stepper-large-nav-item-disabled-fg;
|
|
1315
|
+
background-color: $lux-stepper-large-nav-item-disabled-bg;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.lux-stepper-large-nav-item-label {
|
|
1319
|
+
color: $lux-stepper-large-nav-item-disabled-fg;
|
|
1320
|
+
}
|
|
875
1321
|
}
|
|
876
1322
|
|
|
877
1323
|
.lux-stepper-large-nav-item-number-container {
|