@ihk-gfi/lux-components-theme 16.0.1 → 16.1.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/package.json +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-authentic.css +1 -2
- package/prebuilt-themes/luxtheme-authentic.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 +54 -30
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/src/base/_luxcomponents.scss +0 -1
- package/src/base/components/_luxMasterDetailAc.scss +1 -1
- package/src/green/_custom.scss +42 -3
- package/src/green/_luxcommon.scss +4 -3
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/*
|
|
3
3
|
Dieses Partial-SCSS dient der Verwaltung der Farb-Paletten für die LUX-Components.
|
|
4
4
|
*/
|
|
5
|
-
/* 15px */
|
|
6
5
|
/*
|
|
7
6
|
Mixins für die Bestimmung der Schatten, um den Components eine "Höhe" zu geben
|
|
8
7
|
Sortierung erfolgt nach "Material Design Specification"
|
|
@@ -495,7 +494,7 @@ lux-app-header-ac .lux-app-header-nav-bar .lux-app-title {
|
|
|
495
494
|
color: #003366;
|
|
496
495
|
font-size: 1.5rem;
|
|
497
496
|
font-weight: 400;
|
|
498
|
-
font-family: Korb,
|
|
497
|
+
font-family: Korb, "Blogger Sans", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
|
|
499
498
|
}
|
|
500
499
|
lux-app-header-ac .lux-app-header-nav-bar .lux-app-title.lux-mobile {
|
|
501
500
|
font-size: 1.25rem;
|
|
@@ -1065,7 +1064,7 @@ lux-tile-ac .mat-card.lux-tile-ac .lux-tile-content {
|
|
|
1065
1064
|
}
|
|
1066
1065
|
lux-tile-ac .mat-card.lux-tile-ac .lux-tile-content mat-card-title.lux-tile-title {
|
|
1067
1066
|
color: #003366;
|
|
1068
|
-
font-family: Korb,
|
|
1067
|
+
font-family: Korb, "Blogger Sans", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
|
|
1069
1068
|
font-size: 1.25rem;
|
|
1070
1069
|
margin: 0;
|
|
1071
1070
|
}
|
|
@@ -1228,7 +1227,7 @@ lux-card .mat-card.lux-card .mat-card-content {
|
|
|
1228
1227
|
lux-card .lux-card-content-container {
|
|
1229
1228
|
overflow-x: hidden;
|
|
1230
1229
|
padding: 6px;
|
|
1231
|
-
font-family:
|
|
1230
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
1232
1231
|
display: flex;
|
|
1233
1232
|
flex: 1 1 100%;
|
|
1234
1233
|
flex-direction: column;
|
|
@@ -1279,7 +1278,7 @@ lux-card .lux-card-header .lux-card-subtitle {
|
|
|
1279
1278
|
font-size: 1rem;
|
|
1280
1279
|
color: #003366;
|
|
1281
1280
|
font-weight: normal;
|
|
1282
|
-
font-family:
|
|
1281
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
1283
1282
|
}
|
|
1284
1283
|
lux-card .lux-card-content-expanded {
|
|
1285
1284
|
background: #ffffff;
|
|
@@ -1411,7 +1410,7 @@ lux-card mat-card[class~=lux-cursor]:focus-visible {
|
|
|
1411
1410
|
--lux-theme-app-gradient-reverse: linear-gradient(270deg, #ffffff 0%, #f8fbff 100%);
|
|
1412
1411
|
--lux-theme-app-border-color: app-border-color;
|
|
1413
1412
|
--lux-theme-form-border-color: rgba(0, 0, 0, 0.42);
|
|
1414
|
-
--lux-theme-form-control-font-size:
|
|
1413
|
+
--lux-theme-form-control-font-size: 1rem;
|
|
1415
1414
|
--lux-theme-form-control-buffer: 6px;
|
|
1416
1415
|
--lux-theme-button-font-size: 22px;
|
|
1417
1416
|
--lux-theme-button-height: 45px;
|
|
@@ -1463,7 +1462,7 @@ h3,
|
|
|
1463
1462
|
h4,
|
|
1464
1463
|
h5,
|
|
1465
1464
|
h6 {
|
|
1466
|
-
font-family: Korb,
|
|
1465
|
+
font-family: Korb, "Blogger Sans", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
1467
1466
|
}
|
|
1468
1467
|
|
|
1469
1468
|
h1 {
|
|
@@ -4008,7 +4007,7 @@ lux-form-control-wrapper .lux-form-control-wrapper {
|
|
|
4008
4007
|
display: flex;
|
|
4009
4008
|
box-sizing: border-box;
|
|
4010
4009
|
flex-direction: column;
|
|
4011
|
-
font-size:
|
|
4010
|
+
font-size: 1rem;
|
|
4012
4011
|
color: #003366;
|
|
4013
4012
|
}
|
|
4014
4013
|
lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-label-authentic {
|
|
@@ -4033,7 +4032,7 @@ lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-a
|
|
|
4033
4032
|
flex: 1 1 auto;
|
|
4034
4033
|
box-sizing: border-box;
|
|
4035
4034
|
padding: 0.75em 0.5em;
|
|
4036
|
-
font-size:
|
|
4035
|
+
font-size: 1rem;
|
|
4037
4036
|
color: #003366;
|
|
4038
4037
|
background-color: #fff;
|
|
4039
4038
|
line-height: 1.5em;
|
|
@@ -4076,7 +4075,7 @@ lux-form-control-wrapper .lux-form-control-wrapper .lux-input-row-authentic {
|
|
|
4076
4075
|
box-sizing: border-box;
|
|
4077
4076
|
place-content: center flex-start;
|
|
4078
4077
|
align-items: center;
|
|
4079
|
-
font-size:
|
|
4078
|
+
font-size: 1rem;
|
|
4080
4079
|
min-height: 1.5em;
|
|
4081
4080
|
}
|
|
4082
4081
|
lux-form-control-wrapper .lux-form-control-wrapper .lux-input-row-authentic .lux-input-prefix-container,
|
|
@@ -4162,7 +4161,7 @@ lux-form-control-wrapper select:-webkit-autofill:focus {
|
|
|
4162
4161
|
*/
|
|
4163
4162
|
lux-select-ac mat-select,
|
|
4164
4163
|
lux-lookup-combobox-ac mat-select {
|
|
4165
|
-
font-family:
|
|
4164
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
4166
4165
|
height: calc(1.5em - 1px) !important;
|
|
4167
4166
|
}
|
|
4168
4167
|
lux-select-ac mat-select .mat-select-arrow-wrapper,
|
|
@@ -4214,7 +4213,7 @@ lux-lookup-combobox-ac mat-select[aria-readonly=false] .mat-select-arrow {
|
|
|
4214
4213
|
}
|
|
4215
4214
|
|
|
4216
4215
|
.cdk-overlay-pane .mat-option {
|
|
4217
|
-
font-family:
|
|
4216
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
4218
4217
|
}
|
|
4219
4218
|
.cdk-overlay-pane .mat-autocomplete-panel.lux-autocomplete-panel-ac,
|
|
4220
4219
|
.cdk-overlay-pane .mat-autocomplete-panel.lux-autocomplete-panel-dense-ac,
|
|
@@ -4244,8 +4243,8 @@ lux-lookup-combobox-ac mat-select[aria-readonly=false] .mat-select-arrow {
|
|
|
4244
4243
|
* Theming für Lux-Checkbox
|
|
4245
4244
|
*/
|
|
4246
4245
|
lux-checkbox-ac label {
|
|
4247
|
-
font-family:
|
|
4248
|
-
font-size:
|
|
4246
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
4247
|
+
font-size: 1rem;
|
|
4249
4248
|
color: #003366;
|
|
4250
4249
|
cursor: pointer;
|
|
4251
4250
|
}
|
|
@@ -4323,7 +4322,7 @@ lux-datetimepicker-ac mat-datepicker-toggle .mdc-icon-button.mat-mdc-icon-button
|
|
|
4323
4322
|
*/
|
|
4324
4323
|
lux-toggle-ac .mat-slide-toggle label {
|
|
4325
4324
|
color: #003366;
|
|
4326
|
-
font-family:
|
|
4325
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
4327
4326
|
}
|
|
4328
4327
|
lux-toggle-ac .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
|
|
4329
4328
|
background-color: #e0e7ed;
|
|
@@ -4364,7 +4363,7 @@ lux-radio-ac .mat-radio-container span.mat-radio-outer-circle {
|
|
|
4364
4363
|
}
|
|
4365
4364
|
lux-radio-ac .mat-radio-label {
|
|
4366
4365
|
color: #003366;
|
|
4367
|
-
font-family:
|
|
4366
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
4368
4367
|
}
|
|
4369
4368
|
lux-radio-ac .mat-radio-checked.mat-radio-disabled label .mat-radio-container span.mat-radio-inner-circle {
|
|
4370
4369
|
background-color: #636d76;
|
|
@@ -4423,7 +4422,7 @@ textarea {
|
|
|
4423
4422
|
max-width: 100%;
|
|
4424
4423
|
vertical-align: bottom;
|
|
4425
4424
|
text-align: inherit;
|
|
4426
|
-
font-size:
|
|
4425
|
+
font-size: 1rem;
|
|
4427
4426
|
}
|
|
4428
4427
|
|
|
4429
4428
|
lux-textarea-ac text-area {
|
|
@@ -4544,7 +4543,7 @@ lux-slider-ac.lux-form-control-readonly {
|
|
|
4544
4543
|
z-index: 100;
|
|
4545
4544
|
position: relative;
|
|
4546
4545
|
display: flex;
|
|
4547
|
-
align-items: start;
|
|
4546
|
+
align-items: flex-start;
|
|
4548
4547
|
justify-content: center;
|
|
4549
4548
|
}
|
|
4550
4549
|
.lux-master-detail-ac .lux-master-header-container-ac lux-button.master-ac-toggle {
|
|
@@ -5239,7 +5238,7 @@ lux-stepper mat-step-header .mat-step-label {
|
|
|
5239
5238
|
display: flex;
|
|
5240
5239
|
align-items: center;
|
|
5241
5240
|
position: relative;
|
|
5242
|
-
font-size:
|
|
5241
|
+
font-size: 1rem;
|
|
5243
5242
|
font-weight: normal;
|
|
5244
5243
|
}
|
|
5245
5244
|
lux-stepper .mat-step-optional {
|
|
@@ -5482,7 +5481,7 @@ lux-menu .lux-menu-trigger > lux-button button {
|
|
|
5482
5481
|
.lux-menu-extended > lux-button.lux-menu-item .lux-button-label {
|
|
5483
5482
|
font-weight: 400;
|
|
5484
5483
|
letter-spacing: 1px;
|
|
5485
|
-
font-family:
|
|
5484
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
5486
5485
|
}
|
|
5487
5486
|
|
|
5488
5487
|
.lux-menu-trigger {
|
|
@@ -5571,7 +5570,7 @@ lux-table {
|
|
|
5571
5570
|
height: 100%;
|
|
5572
5571
|
}
|
|
5573
5572
|
lux-table table.mat-table {
|
|
5574
|
-
font-family:
|
|
5573
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
5575
5574
|
}
|
|
5576
5575
|
lux-table .lux-row-selected {
|
|
5577
5576
|
background-color: #e3ebf5;
|
|
@@ -5875,7 +5874,7 @@ lux-dialog-structure .lux-dialog {
|
|
|
5875
5874
|
}
|
|
5876
5875
|
lux-dialog-structure .lux-dialog .lux-dialog-title.mat-dialog-title {
|
|
5877
5876
|
color: #003366;
|
|
5878
|
-
font-family: Korb,
|
|
5877
|
+
font-family: Korb, "Blogger Sans", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
|
|
5879
5878
|
}
|
|
5880
5879
|
lux-dialog-structure .lux-dialog .mat-dialog-container {
|
|
5881
5880
|
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);
|
|
@@ -6841,7 +6840,6 @@ lux-stepper-large {
|
|
|
6841
6840
|
background-color: #2e8533;
|
|
6842
6841
|
}
|
|
6843
6842
|
.lux-stepper-large-nav-item:not(.lux-touched) {
|
|
6844
|
-
opacity: 0.6;
|
|
6845
6843
|
color: #003366;
|
|
6846
6844
|
}
|
|
6847
6845
|
.lux-stepper-large-nav-item:not(.lux-touched) .lux-stepper-large-nav-item-number-container {
|
|
@@ -44041,13 +44039,13 @@ html {
|
|
|
44041
44039
|
}
|
|
44042
44040
|
body {
|
|
44043
44041
|
color: #003366;
|
|
44044
|
-
font-family:
|
|
44042
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
44045
44043
|
}
|
|
44046
44044
|
|
|
44047
44045
|
p,
|
|
44048
44046
|
div,
|
|
44049
44047
|
span {
|
|
44050
|
-
font-family:
|
|
44048
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
44051
44049
|
}
|
|
44052
44050
|
|
|
44053
44051
|
h1,
|
|
@@ -44056,7 +44054,7 @@ h3,
|
|
|
44056
44054
|
h4,
|
|
44057
44055
|
h5,
|
|
44058
44056
|
h6 {
|
|
44059
|
-
font-family: Korb,
|
|
44057
|
+
font-family: Korb, "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44060
44058
|
}
|
|
44061
44059
|
|
|
44062
44060
|
/*
|
|
@@ -44072,6 +44070,18 @@ lux-panel .mat-expansion-panel-header-description {
|
|
|
44072
44070
|
color: #003366;
|
|
44073
44071
|
}
|
|
44074
44072
|
|
|
44073
|
+
/*
|
|
44074
|
+
* Theming for LUX-App-Header
|
|
44075
|
+
*/
|
|
44076
|
+
lux-app-header .lux-app-header .lux-header-title p, lux-app-header .lux-app-header .lux-header-title div, lux-app-header .lux-app-header .lux-header-title span {
|
|
44077
|
+
font-weight: 400;
|
|
44078
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44079
|
+
}
|
|
44080
|
+
lux-app-header .lux-app-header .lux-header-user p, lux-app-header .lux-app-header .lux-header-user div, lux-app-header .lux-app-header .lux-header-user span {
|
|
44081
|
+
font-weight: 400;
|
|
44082
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44083
|
+
}
|
|
44084
|
+
|
|
44075
44085
|
/*
|
|
44076
44086
|
* Theming for LUX-App-Footer
|
|
44077
44087
|
*/
|
|
@@ -44081,13 +44091,23 @@ lux-app-footer .lux-app-footer {
|
|
|
44081
44091
|
lux-app-footer .lux-app-footer .lux-menu-extended > lux-button button.lux-button {
|
|
44082
44092
|
font-size: 22px;
|
|
44083
44093
|
}
|
|
44094
|
+
lux-app-footer .lux-app-footer .lux-menu-extended > lux-button button.lux-button p,
|
|
44095
|
+
lux-app-footer .lux-app-footer .lux-menu-extended > lux-button button.lux-button div,
|
|
44096
|
+
lux-app-footer .lux-app-footer .lux-menu-extended > lux-button button.lux-button span {
|
|
44097
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44098
|
+
}
|
|
44084
44099
|
|
|
44085
44100
|
/*
|
|
44086
44101
|
* Theming for LUX-Button
|
|
44087
44102
|
*/
|
|
44088
44103
|
lux-button button.lux-button {
|
|
44089
|
-
font-weight:
|
|
44090
|
-
font-family:
|
|
44104
|
+
font-weight: 400 !important;
|
|
44105
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44106
|
+
}
|
|
44107
|
+
lux-button button.lux-button p,
|
|
44108
|
+
lux-button button.lux-button div,
|
|
44109
|
+
lux-button button.lux-button span {
|
|
44110
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44091
44111
|
}
|
|
44092
44112
|
lux-button button.lux-button.mat-button, lux-button button.lux-button.mat-raised-button, lux-button button.lux-button.mat-flat-button, lux-button button.lux-button.mat-stroked-button {
|
|
44093
44113
|
border-radius: 18px;
|
|
@@ -44154,6 +44174,10 @@ lux-button button.lux-button .lux-button-badge {
|
|
|
44154
44174
|
/*
|
|
44155
44175
|
* Theming for LUX-Menu
|
|
44156
44176
|
*/
|
|
44177
|
+
.lux-menu-extended > lux-button.lux-menu-item .lux-button-label {
|
|
44178
|
+
font-weight: 400;
|
|
44179
|
+
font-family: "Blogger Sans", "Source Sans Pro", Arial, sans-serif;
|
|
44180
|
+
}
|
|
44157
44181
|
.lux-menu-extended > lux-button button {
|
|
44158
44182
|
padding-left: 16px;
|
|
44159
44183
|
padding-right: 16px;
|
|
@@ -44489,8 +44513,8 @@ lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-a
|
|
|
44489
44513
|
color: #003366;
|
|
44490
44514
|
}
|
|
44491
44515
|
lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic.lux-no-input-row {
|
|
44492
|
-
font-size:
|
|
44493
|
-
font-family:
|
|
44516
|
+
font-size: 1rem;
|
|
44517
|
+
font-family: "Source Sans Pro", Arial, sans-serif;
|
|
44494
44518
|
padding: 8px 0;
|
|
44495
44519
|
min-height: 40px;
|
|
44496
44520
|
}
|