@ihk-gfi/lux-components-theme 14.6.0 → 15.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.
Files changed (38) hide show
  1. package/README.md +13 -18
  2. package/package.json +6 -7
  3. package/prebuilt-themes/luxtheme-authentic-min.css +1 -1
  4. package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -1
  5. package/prebuilt-themes/luxtheme-authentic.css +5561 -2555
  6. package/prebuilt-themes/luxtheme-authentic.css.map +1 -1
  7. package/prebuilt-themes/luxtheme-green-min.css +1 -1
  8. package/prebuilt-themes/luxtheme-green-min.css.map +1 -1
  9. package/prebuilt-themes/luxtheme-green.css +5602 -2917
  10. package/prebuilt-themes/luxtheme-green.css.map +1 -1
  11. package/src/authentic/_custom.scss +47 -81
  12. package/src/authentic/_luxcommon.scss +14 -17
  13. package/src/authentic/luxtheme.scss +78 -86
  14. package/src/base/_luxcommon.scss +0 -8
  15. package/src/base/_luxcomponents.scss +41 -558
  16. package/src/base/_luxfocus.scss +7 -205
  17. package/src/base/_luxstyles.scss +16 -15
  18. package/src/base/_luxtheme.scss +13 -1
  19. package/src/base/components/_luxAppHeaderAc.scss +4 -2
  20. package/src/base/components/_luxButton.scss +143 -0
  21. package/src/base/components/_luxFormControlWrapper.scss +9 -13
  22. package/src/base/components/_luxFormControlsAuthentic.scss +19 -14
  23. package/src/base/components/_luxIcon.scss +41 -0
  24. package/src/base/components/_luxLinkPlain.scss +1 -4
  25. package/src/base/components/_luxMasterDetailAc.scss +27 -21
  26. package/src/base/components/_luxTextbox.scss +1 -1
  27. package/src/base/components/_luxTileAc.scss +4 -12
  28. package/src/green/_custom.scss +44 -314
  29. package/src/green/_luxcommon.scss +11 -19
  30. package/src/green/luxtheme.scss +84 -87
  31. package/prebuilt-themes/luxtheme-blue-min.css +0 -1
  32. package/prebuilt-themes/luxtheme-blue-min.css.map +0 -1
  33. package/prebuilt-themes/luxtheme-blue.css +0 -9103
  34. package/prebuilt-themes/luxtheme-blue.css.map +0 -1
  35. package/src/blue/_custom.scss +0 -120
  36. package/src/blue/_luxcommon.scss +0 -101
  37. package/src/blue/_luxpalette.scss +0 -106
  38. package/src/blue/luxtheme.scss +0 -102
@@ -23,7 +23,7 @@ lux-link-plain {
23
23
  lux-icon {
24
24
  font-size: inherit;
25
25
  display: flex;
26
- mat-icon.mat-icon.lux-lx-icon-no-size {
26
+ mat-icon.mat-icon.lux-icon {
27
27
  padding: 0px !important;
28
28
  width: 0.8em;
29
29
  height: 0.8em;
@@ -41,7 +41,6 @@ lux-link-plain {
41
41
  color: map.get(luxpalette.$lux-palette-primary, A700);
42
42
  font-family: inherit;
43
43
  lux-icon {
44
- i,
45
44
  mat-icon {
46
45
  color: map.get(luxpalette.$lux-palette-primary, A700);
47
46
  }
@@ -54,7 +53,6 @@ lux-link-plain {
54
53
  cursor: text;
55
54
  text-decoration: none;
56
55
  lux-icon {
57
- i,
58
56
  mat-icon {
59
57
  color: luxcommon.$dark-disabled-text;
60
58
  }
@@ -66,7 +64,6 @@ lux-link-plain {
66
64
  text-decoration: underline;
67
65
  cursor: pointer;
68
66
  lux-icon {
69
- i,
70
67
  mat-icon {
71
68
  color: map.get(luxpalette.$lux-palette-primary, 300);
72
69
  }
@@ -23,24 +23,24 @@
23
23
  background-color: unset;
24
24
  }
25
25
  }
26
-
27
- .lux-master-header-container-ac {
26
+
27
+ .lux-master-header-container-ac {
28
28
  z-index: 100;
29
- position:relative;
29
+ position: relative;
30
30
 
31
31
  lux-button.master-ac-toggle {
32
32
  position: absolute;
33
33
  right: -18px;
34
34
  top: 17px;
35
35
  z-index: 1000;
36
-
36
+
37
37
  button.lux-button.lux-button-rounded {
38
- @include luxelevations.lux-elevation-z0;
38
+ @include luxelevations.lux-elevation-z0;
39
39
  border: 1px solid luxcommon.$app-border-color;
40
40
  color: map.get(luxpalette.$lux-palette-primary, 500);
41
41
  background-color: #fff !important;
42
42
  }
43
-
43
+
44
44
  .lux-button-icon-round.lux-lx-icon.lux-no-size {
45
45
  // optische Anpassung für das "Chevron"-Icon, damit es zentriert im Button sitzt
46
46
  // Anpassung erforderlich, falls das Icon ausgetauscht wird
@@ -50,9 +50,9 @@
50
50
  }
51
51
  }
52
52
  button.lux-button.lux-button-rounded {
53
- &:hover:not([disabled]){
53
+ &:hover:not([disabled]) {
54
54
  color: luxcommon.$lux-hover-color;
55
- border-radius: 50%
55
+ border-radius: 50%;
56
56
  }
57
57
  &:active:not([disabled]) {
58
58
  color: map.get(luxpalette.$lux-palette-primary, 700);
@@ -62,7 +62,8 @@
62
62
  .lux-menu-extended {
63
63
  padding: 0px;
64
64
  }
65
- mat-card-title, h2 {
65
+ mat-card-title,
66
+ h2 {
66
67
  font-size: 16px;
67
68
  }
68
69
  mat-card-subtitle.mat-card-subtitle {
@@ -76,7 +77,8 @@
76
77
  mat-card.mat-card {
77
78
  padding: 12px;
78
79
  }
79
- mat-card-title, h2 {
80
+ mat-card-title,
81
+ h2 {
80
82
  font-size: 16px;
81
83
  }
82
84
  mat-card-subtitle.mat-card-subtitle {
@@ -99,13 +101,13 @@
99
101
  .lux-master-view-ac {
100
102
  margin: 10px 0;
101
103
  z-index: 100;
102
-
104
+
103
105
  lux-list {
104
106
  border: none !important;
105
107
  }
106
-
108
+
107
109
  lux-list-item {
108
- margin-bottom: 4px;
110
+ margin-bottom: 4px;
109
111
  mat-card.mat-card {
110
112
  margin: 0px;
111
113
 
@@ -120,11 +122,11 @@
120
122
  }
121
123
  }
122
124
  }
123
-
125
+
124
126
  lux-list-item,
125
127
  lux-list-item-content {
126
128
  display: block;
127
- }
129
+ }
128
130
  }
129
131
 
130
132
  lux-master-footer-ac {
@@ -143,21 +145,25 @@
143
145
  border: 1px solid luxcommon.$app-border-color;
144
146
  border-radius: 4px;
145
147
  background-color: #fff;
146
-
148
+
147
149
  .lux-detail-header-ac {
148
150
  mat-card.mat-card.lux-card {
149
151
  border: none;
150
152
  }
151
153
  }
152
-
154
+
153
155
  .lux-detail-empty {
154
156
  position: absolute;
155
157
  top: 0;
156
158
  left: 0;
157
159
  right: 0;
158
160
  bottom: 0;
161
+
162
+ &.lux-mobile {
163
+ top: 60px;
164
+ }
159
165
  }
160
-
166
+
161
167
  .lux-detail-empty-icon,
162
168
  .lux-detail-empty-icon-text {
163
169
  opacity: 0.6;
@@ -173,7 +179,7 @@
173
179
  }
174
180
  .back-to-master-button-container {
175
181
  padding: 4px;
176
-
182
+
177
183
  &:hover {
178
184
  background-color: luxcommon.$lux-hover-color;
179
185
  cursor: pointer;
@@ -181,7 +187,7 @@
181
187
 
182
188
  lux-button.back-to-master-button {
183
189
  button.lux-button.lux-button-rounded {
184
- @include luxelevations.lux-elevation-z0;
190
+ @include luxelevations.lux-elevation-z0;
185
191
  border: 1px solid luxcommon.$app-border-color;
186
192
  color: map.get(luxpalette.$lux-palette-primary, 500);
187
193
  }
@@ -203,4 +209,4 @@
203
209
  }
204
210
  }
205
211
  }
206
- }
212
+ }
@@ -28,7 +28,7 @@ lux-textbox {
28
28
  justify-self: start;
29
29
  align-self: start;
30
30
  color: luxpalette.$lux-primary-color;
31
- mat-icon.mat-icon.lux-lx-icon-no-size {
31
+ mat-icon.mat-icon.lux-icon {
32
32
  padding: 0 !important;
33
33
  }
34
34
  }
@@ -18,18 +18,10 @@ lux-tile-ac {
18
18
 
19
19
  .lux-tile-icon {
20
20
  color: map.get(luxpalette.$lux-palette-primary, 500);
21
- lux-icon {
22
- width: 2em;
23
- height: 2em;
24
- i,
25
- mat-icon:not(.lux-lx-icon, .lux-lx-icon-no-size) {
26
- padding: 0 !important;
27
- font-size: 2em !important;
28
- }
29
- mat-icon.lux-lx-icon-no-size {
30
- width: 2em;
31
- height: 2em;
32
- }
21
+ mat-icon.lux-icon {
22
+ padding: 0px !important;
23
+ height: 32px;
24
+ width: 32px;
33
25
  }
34
26
  }
35
27
 
@@ -237,7 +237,6 @@ lux-app-header {
237
237
  lux-button button.lux-button {
238
238
  font-weight: normal !important;
239
239
  font-family: luxcommon.$app-font-family;
240
- align-items: center;
241
240
 
242
241
  &.mat-button,
243
242
  &.mat-raised-button,
@@ -266,21 +265,9 @@ lux-button button.lux-button {
266
265
  border-radius: 18px;
267
266
  height: luxcommon.$button-height;
268
267
 
269
- & lux-icon:not(.lux-button-icon-round) {
270
- i.lux-fa-icon {
271
- font-size: 1em !important;
272
- }
273
- mat-icon.mat-icon.lux-material-icon:not(.lux-lx-icon, .lux-lx-icon-no-size) {
274
- font-size: 1.2em !important;
275
- padding: 0px !important;
276
- height: unset !important;
277
- width: unset !important;
278
- }
279
- }
280
- mat-icon.mat-icon.lux-lx-icon:not(.lux-fa-icon, .lux-material-icon),
281
- mat-icon.mat-icon.lux-lx-icon-no-size:not(.lux-fa-icon, .lux-material-icon) {
282
- height: 22px;
283
- width: 22px;
268
+ lux-icon.lux-button-icon mat-icon.mat-icon.lux-icon {
269
+ height: 22px !important;
270
+ width: 22px !important;
284
271
  }
285
272
  }
286
273
 
@@ -289,28 +276,21 @@ lux-button button.lux-button {
289
276
  height: luxcommon.$button-fav-height;
290
277
  width: luxcommon.$button-fav-height;
291
278
  font-size: $button-font-size;
292
- .mat-button-wrapper {
293
- height: 100%;
294
- display: inline-flex;
295
- align-items: center;
296
- line-height: 1;
297
- }
298
279
 
299
280
  & lux-icon.lux-button-icon-round {
300
- line-height: 1;
301
- height: 22px;
302
- width: 22px;
303
- i,
304
- mat-icon.mat-icon:not(.lux-lx-icon, .lux-lx-icon-no-size) {
305
- font-size: 22px !important;
306
- }
307
- mat-icon.mat-icon.lux-lx-icon:not(.lux-fa-icon, .lux-material-icon),
308
- mat-icon.mat-icon.lux-lx-icon-no-size:not(.lux-fa-icon, .lux-material-icon) {
309
- height: 22px;
310
- width: 22px;
281
+ mat-icon.mat-icon.lux-icon {
282
+ height: 22px !important;
283
+ width: 22px !important;
311
284
  }
312
285
  }
313
286
  }
287
+
288
+ .lux-button-badge {
289
+ border-radius: 8px;
290
+ padding: 2px 8px;
291
+ font-size: 14px;
292
+ max-width: 48px;
293
+ }
314
294
  }
315
295
 
316
296
  /*
@@ -387,210 +367,10 @@ lux-tile {
387
367
  /*
388
368
  * Theming for LUX-Form-Controls
389
369
  */
390
- $form-control-label-padding-bottom: 4px;
370
+
391
371
  $form-control-border-radius: 4px;
392
372
  $form-control-old-border-bottom: 0px;
393
373
 
394
- lux-checkbox,
395
- lux-toggle,
396
- lux-radio,
397
- lux-slider {
398
- & .lux-form-control {
399
- .lux-form-control-label {
400
- padding-bottom: $form-control-label-padding-bottom;
401
- }
402
-
403
- .lux-form-control-container {
404
- padding: 10px 0px;
405
- }
406
- }
407
-
408
- .lux-form-control:not(.lux-form-control-disabled),
409
- .lux-form-control:not(.lux-form-control-disabled).lux-focused {
410
- .lux-form-control-label {
411
- > * {
412
- color: luxcommon.$dark-secondary-text;
413
- }
414
- }
415
- }
416
- }
417
-
418
- .mat-select-value {
419
- color: luxcommon.$dark-secondary-text;
420
- }
421
-
422
- lux-input,
423
- lux-select,
424
- lux-file-input,
425
- lux-textarea,
426
- lux-autocomplete,
427
- lux-datepicker,
428
- lux-datetimepicker,
429
- lux-chips,
430
- lux-lookup-autocomplete,
431
- lux-lookup-combobox {
432
- & .lux-form-control {
433
- .lux-form-control-label {
434
- padding-bottom: $form-control-label-padding-bottom;
435
- }
436
-
437
- .lux-form-control-container {
438
- border: 1px solid luxcommon.$form-border-color;
439
- border-radius: $form-control-border-radius;
440
- padding: luxcommon.$form-control-container-padding;
441
-
442
- &:after {
443
- border-bottom: $form-control-old-border-bottom;
444
- }
445
- }
446
-
447
- .lux-label,
448
- mat-hint,
449
- mat-error {
450
- color: luxcommon.$dark-secondary-text;
451
- }
452
- }
453
-
454
- .lux-form-control-error {
455
- .lux-form-control-label {
456
- > * {
457
- color: luxpalette.$lux-warn-color !important;
458
- }
459
- }
460
-
461
- .lux-form-control-container {
462
- border-color: luxcommon.$lux-selected-border-color !important;
463
- box-shadow: 0 0 0 2px luxpalette.$lux-warn-color, 0 0 4px 2px luxpalette.$lux-warn-color;
464
-
465
- &:after {
466
- border-bottom: $form-control-old-border-bottom;
467
- }
468
- }
469
-
470
- .lux-form-control-misc {
471
- > * {
472
- color: luxpalette.$lux-warn-color !important;
473
- }
474
- }
475
- }
476
-
477
- .lux-form-control-disabled {
478
- .lux-form-control-container {
479
- color: luxcommon.$dark-disabled-text !important;
480
- border: 1px dashed luxcommon.$dark-disabled-text !important;
481
- border-radius: $form-control-border-radius;
482
- padding: luxcommon.$form-control-container-padding;
483
-
484
- &:after {
485
- border-bottom: $form-control-old-border-bottom;
486
- }
487
- }
488
- }
489
-
490
- .lux-form-control:not(.lux-form-control-disabled).lux-focused {
491
- .lux-form-control-label {
492
- > * {
493
- color: luxcommon.$dark-secondary-text;
494
- }
495
- }
496
-
497
- .lux-form-control-container {
498
- box-shadow: 0 0 0 2px luxcommon.$lux-selected-border-color, 0 0 4px 2px luxcommon.$lux-selected-border-color;
499
-
500
- &:after {
501
- border-bottom: $form-control-old-border-bottom !important;
502
- }
503
- }
504
-
505
- &.lux-form-control-error {
506
- .lux-form-control-container {
507
- border-color: luxpalette.$lux-warn-color !important;
508
- box-shadow: 0 0 0 2px luxpalette.$lux-warn-color, 0 0 4px 2px luxpalette.$lux-warn-color;
509
- }
510
- &:after {
511
- border-bottom: $form-control-old-border-bottom !important;
512
- }
513
- }
514
- }
515
- }
516
-
517
- .lux-form-control-error {
518
- .lux-form-control-label {
519
- > * {
520
- color: luxpalette.$lux-warn-color !important;
521
- }
522
- }
523
-
524
- .lux-form-control-container {
525
- border-color: luxpalette.$lux-warn-color !important;
526
- }
527
-
528
- .lux-form-control-misc {
529
- > * {
530
- color: luxpalette.$lux-warn-color !important;
531
- }
532
- }
533
- }
534
-
535
- lux-file-input,
536
- lux-file-input-ac {
537
- lux-button.lux-menu-item,
538
- lux-button.lux-menu-trigger-default {
539
- button lux-icon {
540
- display: inline;
541
- mat-icon {
542
- vertical-align: unset;
543
- }
544
- }
545
- }
546
- }
547
-
548
- /*
549
- * Theming für LUX-Layout-Form-Row
550
- */
551
- lux-layout-form-row {
552
- lux-input,
553
- lux-select,
554
- lux-file-input,
555
- lux-textarea,
556
- lux-autocomplete,
557
- lux-datepicker,
558
- lux-datetimepicker,
559
- lux-chips,
560
- lux-lookup-autocomplete,
561
- lux-lookup-combobox {
562
- & .lux-form-control {
563
- margin-right: 0px;
564
- margin-left: 0px;
565
- }
566
- }
567
- }
568
-
569
- /*
570
- * Theming für LUX-Checkbox
571
- */
572
- lux-checkbox {
573
- .mat-checkbox-disabled .mat-checkbox-inner-container {
574
- border: 1px solid luxcommon.$dark-disabled-text;
575
- }
576
-
577
- .mat-checkbox-inner-container {
578
- border-radius: 4px;
579
- border: 1px solid map.get(luxpalette.$lux-palette_primary, 500);
580
- // wegen der Border
581
- height: 18px !important;
582
- width: 18px !important;
583
-
584
- .mat-checkbox-frame {
585
- border: none;
586
- }
587
-
588
- .mat-checkbox-background .mat-checkbox-checkmark {
589
- border-radius: 2px; // bei 4px ist ein grüner Rand zu sehen
590
- }
591
- }
592
- }
593
-
594
374
  /*
595
375
  * Theming für LUX-Table
596
376
  */
@@ -637,77 +417,8 @@ mat-card lux-tabs {
637
417
  }
638
418
  }
639
419
 
640
- /*
641
- * Theming für LUX-Radio-Buttons
642
- */
643
- lux-radio {
644
- .mat-radio-outer-circle {
645
- border: 1.5px solid map.get(luxpalette.$lux-palette_primary, 500);
646
- }
647
-
648
- .mat-radio-inner-circle {
649
- // Checkmark-Symbol mit css gezeichnet, anstatt des inneren Kreises
650
- border-radius: 2px;
651
- background-color: transparent !important;
652
- border-bottom: 5px solid white;
653
- border-right: 5px solid white;
654
- height: 32px;
655
- width: 14px;
656
- margin-top: -8px;
657
- margin-left: 3px;
658
- }
659
-
660
- .mat-radio-checked {
661
- .mat-radio-outer-circle {
662
- background: map.get(luxpalette.$lux-palette_primary, 500);
663
- }
664
-
665
- &.mat-radio-disabled .mat-radio-outer-circle {
666
- background: luxcommon.$dark-disabled-text;
667
- border: none;
668
- }
669
-
670
- &.mat-radio-disabled label .mat-radio-container {
671
- span.mat-radio-inner-circle {
672
- background-color: luxcommon.$dark-disabled-text;
673
- }
674
-
675
- span.mat-radio-outer-circle {
676
- border-color: luxcommon.$dark-disabled-text;
677
- }
678
- }
679
- }
680
-
681
- .mat-radio-disabled label.mat-radio-label {
682
- .mat-radio-label-content {
683
- color: luxcommon.$dark-disabled-text;
684
- }
685
-
686
- .mat-radio-container {
687
- span.mat-radio-inner-circle {
688
- background-color: luxcommon.$dark-disabled-text;
689
- }
690
-
691
- span.mat-radio-outer-circle {
692
- border-color: luxcommon.$dark-disabled-text;
693
- }
694
- }
695
- }
696
-
697
- .mat-radio-checked .mat-radio-inner-circle {
698
- transform: rotate(45deg) scale(0.4);
699
- }
700
-
701
- .mat-radio-button .mat-radio-ripple {
702
- height: 20px; /*double of your required circle radius*/
703
- width: 20px; /*double of your required circle radius*/
704
- left: calc(50% - 10px); /*'10px'-same as your required circle radius*/
705
- top: calc(50% - 10px); /*'10px'-same as your required circle radius */
706
- }
707
- }
708
-
709
420
  /*
710
- * Mixin für den Datepicker und Datetimepicker
421
+ * Mixin für den Datepicker-AC und Datetimepicker-AC
711
422
  */
712
423
  @mixin datepicker-content {
713
424
  .mat-calendar-content {
@@ -756,6 +467,7 @@ lux-radio {
756
467
 
757
468
  /*
758
469
  * Theming für Lux-Datepicker-Custom-Header
470
+ * wird auch von den AC-Components genutzt
759
471
  */
760
472
  .lux-datepicker-custom-header-component {
761
473
  display: flex;
@@ -783,7 +495,7 @@ lux-radio {
783
495
  }
784
496
 
785
497
  /*
786
- * Theming für Lux-Datepicker
498
+ * Theming für Lux-Datepicker-AC
787
499
  */
788
500
  .lux-datepicker-panel {
789
501
  .mat-calendar.mat-datepicker-content {
@@ -793,7 +505,7 @@ lux-radio {
793
505
  }
794
506
 
795
507
  /*
796
- * Theming für Lux-Datetime-Picker
508
+ * Theming für Lux-Datetime-Picker-AC
797
509
  */
798
510
  .lux-datetime-overlay-content {
799
511
  .mat-calendar.lux-datetime-overlay-calendar {
@@ -882,7 +594,7 @@ lux-form-control-wrapper .lux-form-control-wrapper {
882
594
  font-size: luxcommon.$form-control-font-size;
883
595
  font-family: luxcommon.$app-font-family;
884
596
  padding: 8px 0;
885
- height: 40px;
597
+ min-height: 40px;
886
598
  }
887
599
  }
888
600
 
@@ -1013,7 +725,7 @@ lux-datetimepicker-ac {
1013
725
  height: 18px !important;
1014
726
  width: 18px !important;
1015
727
 
1016
- .mat-icon-button {
728
+ .mdc-icon-button.mat-mdc-icon-button.mat-mdc-button-base {
1017
729
  height: 18px !important;
1018
730
  width: 18px !important;
1019
731
  line-height: 1.5;
@@ -1021,11 +733,17 @@ lux-datetimepicker-ac {
1021
733
 
1022
734
  lux-icon.lux-datepicker-toggle-icon,
1023
735
  mat-icon.mat-icon {
736
+ display: inline-flex;
1024
737
  height: 18px !important;
1025
738
  width: 18px !important;
1026
739
  padding: 0px !important;
1027
740
  }
1028
741
 
742
+ svg {
743
+ height: 18px;
744
+ width: 18px;
745
+ }
746
+
1029
747
  &.mat-button-disabled {
1030
748
  svg {
1031
749
  color: luxcommon.$dark-disabled-text;
@@ -1057,16 +775,28 @@ lux-lookup-combobox-ac {
1057
775
  }
1058
776
  }
1059
777
 
778
+ /*
779
+ * Eineheitliche Elevation für die Components auf Cdk-Overlay-Pane
780
+ * wird noch für "Green" benötigt
781
+ */
782
+ .cdk-overlay-pane {
783
+ & > .mat-autocomplete-panel:not([class*="mat-elevation-z"]),
784
+ .mat-datepicker-content,
785
+ .mat-select-panel:not([class*="mat-elevation-z"]),
786
+ .mat-menu-panel {
787
+ @include luxelevations.lux-elevation-z4;
788
+ }
789
+ }
790
+
1060
791
  /*
1061
- * Theming für LUX-file-input und LUX-file-input-ac
792
+ * Theming für LUX-file-input-ac
1062
793
  */
1063
- lux-file-input,
1064
794
  lux-file-input-ac {
1065
795
  .lux-menu-extended {
1066
796
  gap: 4px;
1067
- lux-button button.lux-button lux-icon.lux-button-icon:not(.lux-button-icon-round).lux-lx-icon {
1068
- height: 14px;
1069
- width: 14px;
797
+ lux-button button.lux-button lux-icon.lux-button-icon:not(.lux-button-icon-round) mat-icon.lux-icon {
798
+ height: 14px !important;
799
+ width: 14px !important;
1070
800
  font-size: 14px;
1071
801
  }
1072
802
  }
@@ -1080,7 +810,7 @@ lux-file-list {
1080
810
  gap: 4px;
1081
811
  .lux-menu-item,
1082
812
  .lux-menu-trigger {
1083
- lux-icon mat-icon.lux-lx-icon-no-size {
813
+ lux-icon mat-icon.lux-icon {
1084
814
  font-size: 16px !important;
1085
815
  }
1086
816
  }