@ihk-gfi/lux-components-theme 11.13.0 → 14.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 +15 -0
- package/package.json +7 -7
- package/prebuilt-themes/luxtheme-authentic-min.css +1 -0
- package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -0
- package/prebuilt-themes/{luxtheme-orange.css → luxtheme-authentic.css} +6922 -4856
- package/prebuilt-themes/luxtheme-authentic.css.map +1 -0
- 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 +4624 -3171
- 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 +4655 -3196
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/src/authentic/_custom.scss +873 -0
- package/src/authentic/_luxcommon.scss +128 -0
- package/src/authentic/_luxpalette.scss +106 -0
- package/src/authentic/luxtheme.scss +103 -0
- package/src/base/_luxcommon.scss +98 -0
- package/src/base/_luxcomponents.scss +521 -167
- package/src/base/_luxelevations.scss +49 -0
- package/src/base/_luxfocus.scss +220 -102
- package/src/base/_luxpalette.scss +9 -0
- package/src/base/_luxstyles.scss +162 -112
- package/src/base/_luxtheme.scss +10 -6
- package/src/base/components/_luxAppHeaderAc.scss +140 -0
- package/src/base/components/_luxFormControlWrapper.scss +173 -0
- package/src/base/components/_luxFormControlsAuthentic.scss +279 -0
- package/src/base/components/_luxLinkPlain.scss +56 -0
- package/src/base/components/_luxMasterDetailAc.scss +193 -0
- package/src/base/components/_luxTileAc.scss +64 -0
- package/src/blue/_custom.scss +101 -8
- package/src/blue/_luxcommon.scss +19 -2
- package/src/blue/_luxpalette.scss +4 -3
- package/src/blue/luxtheme.scss +101 -9
- package/src/green/_custom.scss +241 -124
- package/src/green/_luxcommon.scss +22 -5
- package/src/green/_luxpalette.scss +4 -3
- package/src/green/luxtheme.scss +103 -12
- package/src/public/global.scss +6 -10
- package/CHANGELOG.md +0 -84
- package/prebuilt-themes/luxtheme-orange-min.css +0 -1
- package/prebuilt-themes/luxtheme-orange-min.css.map +0 -1
- package/prebuilt-themes/luxtheme-orange.css.map +0 -1
- package/src/orange/_custom.scss +0 -66
- package/src/orange/_luxcommon.scss +0 -84
- package/src/orange/_luxpalette.scss +0 -106
- package/src/orange/luxtheme.scss +0 -10
package/src/green/_custom.scss
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "@angular/material" as mat;
|
|
3
|
+
@use "../base/luxfocus";
|
|
4
|
+
@use "../base/luxelevations";
|
|
5
|
+
@use "../public/global";
|
|
6
|
+
@use "luxcommon";
|
|
7
|
+
@use "luxpalette";
|
|
8
|
+
|
|
1
9
|
$button-font-size: 22px;
|
|
2
10
|
$light-green: #E4F1E4;
|
|
3
11
|
$light-gray: #EFF3F6;
|
|
4
12
|
$light-blue: #E3EBF5;
|
|
13
|
+
$dark-green: #2E8533;
|
|
5
14
|
|
|
6
15
|
body {
|
|
7
16
|
color: #003366;
|
|
8
|
-
font-family:
|
|
17
|
+
font-family: luxcommon.$app-font-family;
|
|
9
18
|
}
|
|
10
19
|
|
|
11
|
-
p, div {
|
|
12
|
-
font-family:
|
|
20
|
+
p, div, span {
|
|
21
|
+
font-family: luxcommon.$app-font-family;
|
|
13
22
|
}
|
|
14
23
|
|
|
15
24
|
h1, h2, h3, h4, h5, h6 {
|
|
16
|
-
font-family:
|
|
25
|
+
font-family: Korb, luxcommon.$app-font-family;
|
|
17
26
|
}
|
|
18
27
|
|
|
19
28
|
lux-card .mat-card {
|
|
@@ -50,14 +59,14 @@ lux-app-footer {
|
|
|
50
59
|
|
|
51
60
|
lux-app-header {
|
|
52
61
|
.lux-app-header {
|
|
53
|
-
background-color:
|
|
62
|
+
background-color: luxcommon.$app-header-bg;
|
|
54
63
|
|
|
55
64
|
.lux-show-border {
|
|
56
65
|
border-left: 1px solid #003366;
|
|
57
66
|
}
|
|
58
67
|
|
|
59
68
|
.lux-header-title {
|
|
60
|
-
color: map
|
|
69
|
+
color: map.get(luxpalette.$lux-palette-primary, 500);
|
|
61
70
|
}
|
|
62
71
|
|
|
63
72
|
div.lux-header-action {
|
|
@@ -65,55 +74,55 @@ lux-app-header {
|
|
|
65
74
|
button {
|
|
66
75
|
|
|
67
76
|
&:not(.mat-accent):not(.mat-warn):not(.mat-primary):not(.mat-button-disabled) {
|
|
68
|
-
color: map
|
|
77
|
+
color: map.get(luxpalette.$lux-palette-primary, 500);
|
|
69
78
|
}
|
|
70
79
|
|
|
71
80
|
&:not(.mat-accent):not(.mat-warn):not(.mat-primary).mat-button-disabled {
|
|
72
|
-
color:
|
|
81
|
+
color: luxcommon.$dark-disabled-text;
|
|
73
82
|
}
|
|
74
83
|
|
|
75
84
|
&.mat-accent:not(.mat-button-disabled) {
|
|
76
|
-
color: map
|
|
85
|
+
color: map.get(luxpalette.$lux-palette_accent, A100);
|
|
77
86
|
}
|
|
78
87
|
|
|
79
88
|
&.mat-warn:not(.mat-button-disabled) {
|
|
80
|
-
color: map
|
|
89
|
+
color: map.get(luxpalette.$lux-palette_warn, A100);
|
|
81
90
|
}
|
|
82
91
|
|
|
83
92
|
&.mat-primary:not(.mat-button-disabled) {
|
|
84
|
-
color: map
|
|
93
|
+
color: map.get(luxpalette.$lux-palette_primary, A100);
|
|
85
94
|
}
|
|
86
95
|
}
|
|
87
96
|
}
|
|
88
97
|
}
|
|
89
98
|
|
|
90
99
|
button:not(.mat-primary):not(.mat-warn):not(.mat-accent):not(.lux-button-rounded) {
|
|
91
|
-
color: map
|
|
100
|
+
color: map.get(luxpalette.$lux-palette-primary, 500);
|
|
92
101
|
}
|
|
93
102
|
|
|
94
103
|
.lux-header-user {
|
|
95
104
|
.lux-header-user-short {
|
|
96
105
|
> span {
|
|
97
|
-
color: map
|
|
98
|
-
background-color: map
|
|
106
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
107
|
+
background-color: map.get(map.get(luxpalette.$lux-palette-primary, contrast), 500);
|
|
99
108
|
}
|
|
100
109
|
}
|
|
101
110
|
}
|
|
102
111
|
}
|
|
103
112
|
|
|
104
113
|
.lux-side-nav-header, .lux-side-nav-footer {
|
|
105
|
-
color: map
|
|
114
|
+
color: map.get(luxpalette.$lux-palette_primary, A400);
|
|
106
115
|
}
|
|
107
116
|
|
|
108
117
|
.lux-header-side-nav {
|
|
109
118
|
.lux-side-nav-trigger-active {
|
|
110
|
-
background-color:
|
|
119
|
+
background-color: luxcommon.$dark-focused;
|
|
111
120
|
}
|
|
112
121
|
}
|
|
113
122
|
|
|
114
123
|
.lux-side-nav .lux-side-nav-content {
|
|
115
124
|
lux-button, .lux-menu-item, .lux-action-nav-menu lux-button {
|
|
116
|
-
color: map
|
|
125
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
117
126
|
}
|
|
118
127
|
}
|
|
119
128
|
}
|
|
@@ -121,7 +130,7 @@ lux-app-header {
|
|
|
121
130
|
lux-app-header {
|
|
122
131
|
.lux-app-header-title-label {
|
|
123
132
|
&:focus {
|
|
124
|
-
@include focus-dark-mixin;
|
|
133
|
+
@include luxfocus.focus-dark-mixin;
|
|
125
134
|
}
|
|
126
135
|
|
|
127
136
|
&:hover {
|
|
@@ -132,68 +141,68 @@ lux-app-header {
|
|
|
132
141
|
|
|
133
142
|
& .lux-side-nav-trigger button:not([disabled]) {
|
|
134
143
|
&:focus {
|
|
135
|
-
@include focus-dark-mixin;
|
|
144
|
+
@include luxfocus.focus-dark-mixin;
|
|
136
145
|
}
|
|
137
146
|
|
|
138
147
|
&:hover {
|
|
139
|
-
background-color:
|
|
148
|
+
background-color: luxcommon.$lux-hover-color !important;
|
|
140
149
|
color: #003366 !important;
|
|
141
150
|
}
|
|
142
151
|
|
|
143
152
|
&:hover lux-icon {
|
|
144
|
-
background-color:
|
|
153
|
+
background-color: luxcommon.$lux-hover-color;
|
|
145
154
|
color: #003366 !important;
|
|
146
155
|
}
|
|
147
156
|
}
|
|
148
157
|
|
|
149
158
|
& .lux-header-action button:not([disabled]) {
|
|
150
159
|
&:focus {
|
|
151
|
-
@include focus-dark-mixin;
|
|
160
|
+
@include luxfocus.focus-dark-mixin;
|
|
152
161
|
}
|
|
153
162
|
|
|
154
163
|
color: #003366 !important;
|
|
155
164
|
|
|
156
165
|
&.mat-accent lux-icon {
|
|
157
|
-
color: map
|
|
166
|
+
color: map.get(luxpalette.$lux-palette_accent, 500) !important;
|
|
158
167
|
}
|
|
159
168
|
|
|
160
169
|
&.mat-warn lux-icon {
|
|
161
|
-
color: map
|
|
170
|
+
color: map.get(luxpalette.$lux-palette_warn, 500) !important;
|
|
162
171
|
}
|
|
163
172
|
|
|
164
173
|
&.mat-primary lux-icon {
|
|
165
|
-
color: map
|
|
174
|
+
color: map.get(luxpalette.$lux-palette_primary, 500) !important;
|
|
166
175
|
}
|
|
167
176
|
|
|
168
177
|
&:hover {
|
|
169
178
|
color: #003366 !important;
|
|
170
|
-
background-color:
|
|
179
|
+
background-color: luxcommon.$lux-hover-color !important;
|
|
171
180
|
|
|
172
181
|
&.mat-accent lux-icon {
|
|
173
|
-
color: map
|
|
182
|
+
color: map.get(luxpalette.$lux-palette_accent, 500) !important;
|
|
174
183
|
}
|
|
175
184
|
|
|
176
185
|
&.mat-warn lux-icon {
|
|
177
|
-
color: map
|
|
186
|
+
color: map.get(luxpalette.$lux-palette_warn, 500) !important;
|
|
178
187
|
}
|
|
179
188
|
|
|
180
189
|
&.mat-primary lux-icon {
|
|
181
|
-
color: map
|
|
190
|
+
color: map.get(luxpalette.$lux-palette_primary, 500) !important;
|
|
182
191
|
}
|
|
183
192
|
}
|
|
184
193
|
}
|
|
185
194
|
|
|
186
195
|
& lux-image:focus {
|
|
187
|
-
@include focus-dark-mixin;
|
|
196
|
+
@include luxfocus.focus-dark-mixin;
|
|
188
197
|
}
|
|
189
198
|
|
|
190
199
|
& lux-icon:focus {
|
|
191
|
-
@include focus-dark-mixin;
|
|
200
|
+
@include luxfocus.focus-dark-mixin;
|
|
192
201
|
}
|
|
193
202
|
|
|
194
203
|
lux-menu-trigger button.lux-right-nav-trigger {
|
|
195
204
|
&:focus {
|
|
196
|
-
@include focus-dark-mixin;
|
|
205
|
+
@include luxfocus.focus-dark-mixin;
|
|
197
206
|
}
|
|
198
207
|
|
|
199
208
|
&:hover {
|
|
@@ -204,6 +213,10 @@ lux-app-header {
|
|
|
204
213
|
}
|
|
205
214
|
}
|
|
206
215
|
}
|
|
216
|
+
|
|
217
|
+
.lux-menu-trigger-default .mat-button-wrapper {
|
|
218
|
+
display: block;
|
|
219
|
+
}
|
|
207
220
|
}
|
|
208
221
|
|
|
209
222
|
/*
|
|
@@ -211,63 +224,84 @@ lux-app-header {
|
|
|
211
224
|
*/
|
|
212
225
|
lux-button button.lux-button {
|
|
213
226
|
|
|
214
|
-
font-weight:
|
|
215
|
-
|
|
216
|
-
|
|
227
|
+
font-weight: normal !important;
|
|
228
|
+
font-family: luxcommon.$app-font-family;
|
|
229
|
+
align-items: center;
|
|
230
|
+
|
|
231
|
+
&.mat-button, &.mat-raised-button, &.mat-flat-button, &.mat-stroked-button {
|
|
217
232
|
border-radius: 18px;
|
|
218
|
-
height:
|
|
233
|
+
height: luxcommon.$button-height;
|
|
219
234
|
font-size: $button-font-size;
|
|
220
|
-
margin-left: $outline-width;
|
|
221
|
-
margin-right: $outline-width;
|
|
222
235
|
}
|
|
223
236
|
|
|
224
237
|
&.mat-button.mat-button-disabled,
|
|
225
238
|
&.mat-raised-button.mat-button-disabled,
|
|
226
|
-
&.mat-fab.mat-button-disabled
|
|
227
|
-
|
|
239
|
+
&.mat-fab.mat-button-disabled,
|
|
240
|
+
&.mat-stroked-button.mat-button-disabled,
|
|
241
|
+
&.mat-flat-button.mat-button-disabled {
|
|
242
|
+
color: luxcommon.$dark-disabled-text;
|
|
228
243
|
}
|
|
229
244
|
|
|
230
|
-
&.mat-raised-button.mat-accent:not(.mat-button-disabled),
|
|
231
|
-
|
|
245
|
+
&.mat-raised-button.mat-accent:not(.mat-button-disabled),
|
|
246
|
+
&.mat-flat-button.mat-accent:not(.mat-button-disabled),
|
|
247
|
+
&.mat-fab.mat-accent:not(.mat-button-disabled) {
|
|
248
|
+
color: map.get(luxpalette.$lux-palette-primary, 500);
|
|
232
249
|
}
|
|
233
250
|
|
|
234
251
|
&.lux-icon-button {
|
|
235
252
|
border-radius: 18px;
|
|
236
|
-
height:
|
|
237
|
-
padding-top: 4px;
|
|
238
|
-
padding-bottom: 2px;
|
|
253
|
+
height: luxcommon.$button-height;
|
|
239
254
|
|
|
240
|
-
& lux-icon {
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
255
|
+
& lux-icon:not(.lux-button-icon-round) {
|
|
256
|
+
line-height: 0.5;
|
|
257
|
+
|
|
258
|
+
i.lux-fa-icon {
|
|
259
|
+
font-size: 1em !important;
|
|
244
260
|
}
|
|
261
|
+
mat-icon.mat-icon.lux-material-icon:not(.lux-lx-icon, .lux-lx-icon-no-size) {
|
|
262
|
+
font-size: 1.2em !important;
|
|
263
|
+
padding: 0px !important;
|
|
264
|
+
height: unset !important;
|
|
265
|
+
width: unset !important;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
mat-icon.mat-icon.lux-lx-icon:not(.lux-fa-icon, .lux-material-icon),
|
|
269
|
+
mat-icon.mat-icon.lux-lx-icon-no-size:not(.lux-fa-icon, .lux-material-icon) {
|
|
270
|
+
line-height: 0.5;
|
|
271
|
+
height: 22px;
|
|
272
|
+
width: 22px;
|
|
245
273
|
}
|
|
246
274
|
}
|
|
247
275
|
|
|
248
276
|
&.lux-button-rounded {
|
|
249
277
|
border-radius: 16px !important;
|
|
250
|
-
height:
|
|
251
|
-
width:
|
|
278
|
+
height: luxcommon.$button-fav-height;
|
|
279
|
+
width: luxcommon.$button-fav-height;
|
|
280
|
+
font-size: $button-font-size;
|
|
281
|
+
.mat-button-wrapper {
|
|
282
|
+
height: 100%;
|
|
283
|
+
display: inline-flex;
|
|
284
|
+
align-items: center;
|
|
285
|
+
line-height: 1;
|
|
286
|
+
}
|
|
252
287
|
|
|
253
|
-
& lux-icon {
|
|
288
|
+
& lux-icon.lux-button-icon-round {
|
|
289
|
+
line-height: 1;
|
|
290
|
+
height: 22px;
|
|
291
|
+
width: 22px;
|
|
254
292
|
i,
|
|
255
|
-
mat-icon {
|
|
256
|
-
font-size:
|
|
293
|
+
mat-icon.mat-icon:not(.lux-lx-icon, .lux-lx-icon-no-size) {
|
|
294
|
+
font-size: 22px !important;
|
|
295
|
+
}
|
|
296
|
+
mat-icon.mat-icon.lux-lx-icon:not(.lux-fa-icon, .lux-material-icon),
|
|
297
|
+
mat-icon.mat-icon.lux-lx-icon-no-size:not(.lux-fa-icon, .lux-material-icon) {
|
|
298
|
+
height: 22px;
|
|
299
|
+
width: 22px;
|
|
257
300
|
}
|
|
258
301
|
}
|
|
259
302
|
}
|
|
260
303
|
}
|
|
261
304
|
|
|
262
|
-
/**
|
|
263
|
-
* Theming für LUX-Chips
|
|
264
|
-
*/
|
|
265
|
-
.lux-chips-autocomplete-panel {
|
|
266
|
-
margin-left: 6px;
|
|
267
|
-
margin-right: 6px;
|
|
268
|
-
border-radius: 4px;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
305
|
/*
|
|
272
306
|
* Theming for LUX-Menu
|
|
273
307
|
*/
|
|
@@ -300,6 +334,13 @@ lux-tile {
|
|
|
300
334
|
.lux-highlight {
|
|
301
335
|
color: #003366;
|
|
302
336
|
}
|
|
337
|
+
|
|
338
|
+
.lux-tile-label {
|
|
339
|
+
flex-shrink: 1;
|
|
340
|
+
flex-grow: 0;
|
|
341
|
+
min-height: 70px;
|
|
342
|
+
max-height: 70px;
|
|
343
|
+
}
|
|
303
344
|
}
|
|
304
345
|
|
|
305
346
|
lux-tile {
|
|
@@ -310,18 +351,17 @@ lux-tile {
|
|
|
310
351
|
|
|
311
352
|
mat-card[class~=lux-cursor] {
|
|
312
353
|
|
|
313
|
-
box-shadow: 0px 2px 1px -1px rgb(0 51 102 / 60%), 0px 1px 1px 0px rgb(0 51 102 / 50%), 0px 1px 3px 0px rgb(0 51 102 / 40%) !important;
|
|
314
|
-
|
|
315
354
|
&:focus {
|
|
316
|
-
@include focus-dark-mixin;
|
|
355
|
+
@include luxfocus.focus-dark-mixin;
|
|
317
356
|
}
|
|
318
357
|
|
|
319
358
|
&:hover {
|
|
320
359
|
background-color: white !important;
|
|
321
|
-
|
|
360
|
+
// farbiger Schatten beim Hover
|
|
361
|
+
@include mat.elevation(2, $dark-green, 1);
|
|
322
362
|
|
|
323
363
|
h2 {
|
|
324
|
-
color: #
|
|
364
|
+
color: #56bd66;
|
|
325
365
|
}
|
|
326
366
|
}
|
|
327
367
|
}
|
|
@@ -334,7 +374,7 @@ lux-tile {
|
|
|
334
374
|
.lux-badge-notification {
|
|
335
375
|
|
|
336
376
|
&.mat-badge:not(.mat-badge-disabled).mat-badge-accent .mat-badge-content {
|
|
337
|
-
background-color: map
|
|
377
|
+
background-color: map.get(luxpalette.$lux-palette_accent, 500);
|
|
338
378
|
}
|
|
339
379
|
|
|
340
380
|
}
|
|
@@ -342,16 +382,12 @@ lux-tile {
|
|
|
342
382
|
/*
|
|
343
383
|
* Theming for LUX-Form-Controls
|
|
344
384
|
*/
|
|
345
|
-
$form-control-padding: 10px 5px 10px 5px;
|
|
346
385
|
$form-control-label-padding-bottom: 4px;
|
|
347
386
|
$form-control-border-radius: 4px;
|
|
348
387
|
$form-control-old-border-bottom: 0px;
|
|
349
388
|
|
|
350
389
|
lux-checkbox, lux-toggle, lux-radio, lux-slider {
|
|
351
390
|
& .lux-form-control {
|
|
352
|
-
margin-right: 4px;
|
|
353
|
-
margin-left: 4px;
|
|
354
|
-
|
|
355
391
|
.lux-form-control-label {
|
|
356
392
|
padding-bottom: $form-control-label-padding-bottom;
|
|
357
393
|
}
|
|
@@ -364,29 +400,26 @@ lux-checkbox, lux-toggle, lux-radio, lux-slider {
|
|
|
364
400
|
.lux-form-control:not(.lux-form-control-disabled), .lux-form-control:not(.lux-form-control-disabled).lux-focused {
|
|
365
401
|
.lux-form-control-label {
|
|
366
402
|
> * {
|
|
367
|
-
color:
|
|
403
|
+
color: luxcommon.$dark-secondary-text;
|
|
368
404
|
}
|
|
369
405
|
}
|
|
370
406
|
}
|
|
371
407
|
}
|
|
372
408
|
|
|
373
409
|
.mat-select-value {
|
|
374
|
-
color:
|
|
410
|
+
color: luxcommon.$dark-secondary-text;
|
|
375
411
|
}
|
|
376
412
|
|
|
377
|
-
lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datepicker, lux-datetimepicker, lux-chips {
|
|
413
|
+
lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datepicker, lux-datetimepicker, lux-chips, lux-lookup-autocomplete, lux-lookup-combobox {
|
|
378
414
|
& .lux-form-control {
|
|
379
|
-
margin-right: 4px;
|
|
380
|
-
margin-left: 4px;
|
|
381
|
-
|
|
382
415
|
.lux-form-control-label {
|
|
383
416
|
padding-bottom: $form-control-label-padding-bottom;
|
|
384
417
|
}
|
|
385
418
|
|
|
386
419
|
.lux-form-control-container {
|
|
387
|
-
border: 1px solid
|
|
420
|
+
border: 1px solid luxcommon.$form-border-color;
|
|
388
421
|
border-radius: $form-control-border-radius;
|
|
389
|
-
padding:
|
|
422
|
+
padding: luxcommon.$form-control-container-padding;
|
|
390
423
|
|
|
391
424
|
&:after {
|
|
392
425
|
border-bottom: $form-control-old-border-bottom;
|
|
@@ -394,35 +427,39 @@ lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datep
|
|
|
394
427
|
}
|
|
395
428
|
|
|
396
429
|
.lux-label, mat-hint, mat-error {
|
|
397
|
-
color:
|
|
430
|
+
color: luxcommon.$dark-secondary-text;
|
|
398
431
|
}
|
|
399
432
|
}
|
|
400
433
|
|
|
401
434
|
.lux-form-control-error {
|
|
402
435
|
.lux-form-control-label {
|
|
403
436
|
> * {
|
|
404
|
-
color:
|
|
437
|
+
color: luxpalette.$lux-warn-color !important;
|
|
405
438
|
}
|
|
406
439
|
}
|
|
407
440
|
|
|
408
441
|
.lux-form-control-container {
|
|
409
|
-
border-color:
|
|
410
|
-
box-shadow: 0 0 0 2px
|
|
442
|
+
border-color: luxcommon.$lux-selected-border-color !important;
|
|
443
|
+
box-shadow: 0 0 0 2px luxpalette.$lux-warn-color, 0 0 4px 2px luxpalette.$lux-warn-color;
|
|
444
|
+
|
|
445
|
+
&:after {
|
|
446
|
+
border-bottom: $form-control-old-border-bottom;
|
|
447
|
+
}
|
|
411
448
|
}
|
|
412
449
|
|
|
413
450
|
.lux-form-control-misc {
|
|
414
451
|
> * {
|
|
415
|
-
color:
|
|
452
|
+
color: luxpalette.$lux-warn-color !important;
|
|
416
453
|
}
|
|
417
454
|
}
|
|
418
455
|
}
|
|
419
456
|
|
|
420
457
|
.lux-form-control-disabled {
|
|
421
458
|
.lux-form-control-container {
|
|
422
|
-
color:
|
|
423
|
-
border: 1px dashed
|
|
459
|
+
color: luxcommon.$dark-disabled-text !important;
|
|
460
|
+
border: 1px dashed luxcommon.$dark-disabled-text !important;
|
|
424
461
|
border-radius: $form-control-border-radius;
|
|
425
|
-
padding:
|
|
462
|
+
padding: luxcommon.$form-control-container-padding;
|
|
426
463
|
|
|
427
464
|
&:after {
|
|
428
465
|
border-bottom: $form-control-old-border-bottom;
|
|
@@ -433,15 +470,25 @@ lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datep
|
|
|
433
470
|
.lux-form-control:not(.lux-form-control-disabled).lux-focused {
|
|
434
471
|
.lux-form-control-label {
|
|
435
472
|
> * {
|
|
436
|
-
color:
|
|
473
|
+
color: luxcommon.$dark-secondary-text;
|
|
437
474
|
}
|
|
438
475
|
}
|
|
439
476
|
|
|
440
477
|
.lux-form-control-container {
|
|
441
|
-
box-shadow: 0 0 0 2px
|
|
478
|
+
box-shadow: 0 0 0 2px luxcommon.$lux-selected-border-color, 0 0 4px 2px luxcommon.$lux-selected-border-color;
|
|
442
479
|
|
|
443
480
|
&:after {
|
|
444
|
-
border-bottom: $form-control-old-border-bottom;
|
|
481
|
+
border-bottom: $form-control-old-border-bottom !important;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
&.lux-form-control-error {
|
|
486
|
+
.lux-form-control-container {
|
|
487
|
+
border-color: luxpalette.$lux-warn-color !important;
|
|
488
|
+
box-shadow: 0 0 0 2px luxpalette.$lux-warn-color, 0 0 4px 2px luxpalette.$lux-warn-color;
|
|
489
|
+
}
|
|
490
|
+
&:after {
|
|
491
|
+
border-bottom: $form-control-old-border-bottom !important;
|
|
445
492
|
}
|
|
446
493
|
}
|
|
447
494
|
}
|
|
@@ -450,17 +497,38 @@ lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datep
|
|
|
450
497
|
.lux-form-control-error {
|
|
451
498
|
.lux-form-control-label {
|
|
452
499
|
> * {
|
|
453
|
-
color:
|
|
500
|
+
color: luxpalette.$lux-warn-color !important;
|
|
454
501
|
}
|
|
455
502
|
}
|
|
456
503
|
|
|
457
504
|
.lux-form-control-container {
|
|
458
|
-
border-color:
|
|
505
|
+
border-color: luxpalette.$lux-warn-color !important;
|
|
459
506
|
}
|
|
460
507
|
|
|
461
508
|
.lux-form-control-misc {
|
|
462
509
|
> * {
|
|
463
|
-
color:
|
|
510
|
+
color: luxpalette.$lux-warn-color !important;
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
lux-file-input, lux-file-input-ac {
|
|
516
|
+
lux-button.lux-menu-item,
|
|
517
|
+
lux-button.lux-menu-trigger-default {
|
|
518
|
+
button lux-icon {
|
|
519
|
+
display: inline;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
/*
|
|
525
|
+
* Theming für LUX-Layout-Form-Row
|
|
526
|
+
*/
|
|
527
|
+
lux-layout-form-row {
|
|
528
|
+
lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datepicker, lux-datetimepicker, lux-chips, lux-lookup-autocomplete, lux-lookup-combobox {
|
|
529
|
+
& .lux-form-control {
|
|
530
|
+
margin-right: 0px;
|
|
531
|
+
margin-left: 0px;
|
|
464
532
|
}
|
|
465
533
|
}
|
|
466
534
|
}
|
|
@@ -471,12 +539,12 @@ lux-input, lux-select, lux-file-input, lux-textarea, lux-autocomplete, lux-datep
|
|
|
471
539
|
lux-checkbox {
|
|
472
540
|
|
|
473
541
|
.mat-checkbox-disabled .mat-checkbox-inner-container{
|
|
474
|
-
border: 1px solid
|
|
542
|
+
border: 1px solid luxcommon.$dark-disabled-text;
|
|
475
543
|
}
|
|
476
544
|
|
|
477
545
|
.mat-checkbox-inner-container {
|
|
478
546
|
border-radius: 4px;
|
|
479
|
-
border: 1px solid map
|
|
547
|
+
border: 1px solid map.get(luxpalette.$lux-palette_primary, 500);
|
|
480
548
|
// wegen der Border
|
|
481
549
|
height: 18px !important;
|
|
482
550
|
width: 18px !important;
|
|
@@ -509,6 +577,10 @@ lux-table {
|
|
|
509
577
|
.mat-row:nth-child(odd){
|
|
510
578
|
background-color:#ffffff;
|
|
511
579
|
}
|
|
580
|
+
.lux-multiselect-td,
|
|
581
|
+
.lux-multiselect-tf:not(.lux-ignore-multiselect-tf) {
|
|
582
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
583
|
+
}
|
|
512
584
|
}
|
|
513
585
|
|
|
514
586
|
/*
|
|
@@ -517,11 +589,11 @@ lux-table {
|
|
|
517
589
|
// Tabs außerhalb einer LUX-Card (z.B. Master-Detail)
|
|
518
590
|
lux-tabs {
|
|
519
591
|
.mat-tab-label-active:not(.mat-tab-disabled) {
|
|
520
|
-
background-color:
|
|
592
|
+
background-color: luxcommon.$lux-hover-color-for-dark-background;
|
|
521
593
|
}
|
|
522
594
|
|
|
523
595
|
div.lux-tab-title {
|
|
524
|
-
font-family:
|
|
596
|
+
font-family: Korb, "Source Code Pro", Helvetica, Arial, sans-serif;
|
|
525
597
|
font-size: 22px;
|
|
526
598
|
font-weight: 700;
|
|
527
599
|
}
|
|
@@ -530,7 +602,7 @@ lux-tabs {
|
|
|
530
602
|
// Tabs innerhalb einer LUX-Card
|
|
531
603
|
mat-card lux-tabs {
|
|
532
604
|
.mat-tab-label-active:not(.mat-tab-disabled) {
|
|
533
|
-
background-color:
|
|
605
|
+
background-color: luxcommon.$lux-hover-color-for-dark-background;
|
|
534
606
|
}
|
|
535
607
|
}
|
|
536
608
|
|
|
@@ -540,7 +612,7 @@ mat-card lux-tabs {
|
|
|
540
612
|
lux-radio {
|
|
541
613
|
|
|
542
614
|
.mat-radio-outer-circle{
|
|
543
|
-
border: 1.5px solid map
|
|
615
|
+
border: 1.5px solid map.get(luxpalette.$lux-palette_primary, 500);
|
|
544
616
|
}
|
|
545
617
|
|
|
546
618
|
.mat-radio-inner-circle{
|
|
@@ -557,37 +629,37 @@ lux-radio {
|
|
|
557
629
|
|
|
558
630
|
.mat-radio-checked {
|
|
559
631
|
.mat-radio-outer-circle {
|
|
560
|
-
background: map
|
|
632
|
+
background: map.get(luxpalette.$lux-palette_primary, 500);
|
|
561
633
|
}
|
|
562
634
|
|
|
563
635
|
&.mat-radio-disabled .mat-radio-outer-circle {
|
|
564
|
-
background:
|
|
636
|
+
background: luxcommon.$dark-disabled-text;
|
|
565
637
|
border: none;
|
|
566
638
|
}
|
|
567
639
|
|
|
568
640
|
&.mat-radio-disabled label .mat-radio-container {
|
|
569
641
|
span.mat-radio-inner-circle {
|
|
570
|
-
background-color:
|
|
642
|
+
background-color: luxcommon.$dark-disabled-text;
|
|
571
643
|
}
|
|
572
644
|
|
|
573
645
|
span.mat-radio-outer-circle {
|
|
574
|
-
border-color:
|
|
646
|
+
border-color: luxcommon.$dark-disabled-text;
|
|
575
647
|
}
|
|
576
648
|
}
|
|
577
649
|
}
|
|
578
650
|
|
|
579
651
|
.mat-radio-disabled label.mat-radio-label {
|
|
580
652
|
.mat-radio-label-content {
|
|
581
|
-
color:
|
|
653
|
+
color: luxcommon.$dark-disabled-text;
|
|
582
654
|
}
|
|
583
655
|
|
|
584
656
|
.mat-radio-container {
|
|
585
657
|
span.mat-radio-inner-circle {
|
|
586
|
-
background-color:
|
|
658
|
+
background-color: luxcommon.$dark-disabled-text;
|
|
587
659
|
}
|
|
588
660
|
|
|
589
661
|
span.mat-radio-outer-circle {
|
|
590
|
-
border-color:
|
|
662
|
+
border-color: luxcommon.$dark-disabled-text;
|
|
591
663
|
}
|
|
592
664
|
}
|
|
593
665
|
}
|
|
@@ -613,10 +685,10 @@ lux-radio {
|
|
|
613
685
|
|
|
614
686
|
th {
|
|
615
687
|
font-size: 18px;
|
|
616
|
-
color: map
|
|
688
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
617
689
|
}
|
|
618
690
|
|
|
619
|
-
td.mat-calendar-body-cell {
|
|
691
|
+
td.mat-calendar-body-cell-container {
|
|
620
692
|
|
|
621
693
|
&:after {
|
|
622
694
|
background-color: white;
|
|
@@ -624,24 +696,24 @@ lux-radio {
|
|
|
624
696
|
|
|
625
697
|
&:hover > div {
|
|
626
698
|
border-radius: 2px;
|
|
627
|
-
background-color:map
|
|
628
|
-
color: map
|
|
699
|
+
background-color:map.get(luxpalette.$lux-palette_accent, 300) !important;
|
|
700
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
629
701
|
}
|
|
630
702
|
|
|
631
|
-
|
|
703
|
+
.mat-calendar-body-cell-content.mat-focus-indicator {
|
|
704
|
+
|
|
632
705
|
border-radius: 2px;
|
|
633
|
-
background-color: $light-blue;
|
|
634
706
|
font-size: 18px;
|
|
635
|
-
color:
|
|
707
|
+
background-color: $light-blue;
|
|
708
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
709
|
+
|
|
710
|
+
&.mat-calendar-body-selected {
|
|
711
|
+
background-color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
712
|
+
color: $light-blue;
|
|
713
|
+
}
|
|
636
714
|
}
|
|
637
715
|
}
|
|
638
716
|
|
|
639
|
-
.mat-calendar-body-cell-content.mat-focus-indicator.mat-calendar-body-selected {
|
|
640
|
-
border-radius: 2px;
|
|
641
|
-
background-color: map-get($lux-palette_primary, 500);
|
|
642
|
-
color: $light-blue;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
717
|
// Ausblenden des zusätzlichen Monatslabels
|
|
646
718
|
.mat-calendar-body-label:not(:last-of-type) {
|
|
647
719
|
visibility: hidden;
|
|
@@ -664,18 +736,18 @@ lux-radio {
|
|
|
664
736
|
|
|
665
737
|
button, .mat-icon-button {
|
|
666
738
|
font-size: 18px;
|
|
667
|
-
color: map
|
|
739
|
+
color: map.get(luxpalette.$lux-palette_primary, 500);
|
|
668
740
|
|
|
669
741
|
.mat-button-focus-overlay {
|
|
670
742
|
display: none;
|
|
671
743
|
}
|
|
672
744
|
|
|
673
745
|
&:focus {
|
|
674
|
-
@include focus-dark-mixin;
|
|
746
|
+
@include luxfocus.focus-dark-mixin;
|
|
675
747
|
}
|
|
676
748
|
|
|
677
749
|
&:hover {
|
|
678
|
-
@include lux-hovered-mixin;
|
|
750
|
+
@include luxfocus.lux-hovered-mixin;
|
|
679
751
|
}
|
|
680
752
|
}
|
|
681
753
|
}
|
|
@@ -703,3 +775,48 @@ lux-radio {
|
|
|
703
775
|
}
|
|
704
776
|
@include datepicker-content();
|
|
705
777
|
}
|
|
778
|
+
|
|
779
|
+
/*
|
|
780
|
+
* Theming for LUX-Filter-Form
|
|
781
|
+
*/
|
|
782
|
+
lux-filter-form lux-accordion {
|
|
783
|
+
lux-menu {
|
|
784
|
+
.lux-menu-trigger button.mat-button {
|
|
785
|
+
height: 45px;
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
.mat-expansion-panel-header.mat-expanded {
|
|
789
|
+
height: 60px !important;
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
/*
|
|
794
|
+
* Theming for LUX-Master-Detail-ac
|
|
795
|
+
*/
|
|
796
|
+
.lux-master-detail-ac {
|
|
797
|
+
|
|
798
|
+
.lux-master-header-container-ac lux-button.master-light-toggle {
|
|
799
|
+
right: -23px;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.lux-detail-header-ac {
|
|
803
|
+
mat-card.mat-card {
|
|
804
|
+
@include luxelevations.lux-elevation-z0;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.lux-master-ac-container {
|
|
809
|
+
padding: 2px 0 2px 2px;
|
|
810
|
+
&.lux-master-closed {
|
|
811
|
+
flex: 1 1 30px !important;
|
|
812
|
+
max-width: 30px !important;
|
|
813
|
+
min-width: 30px !important;
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
lux-master-footer-ac {
|
|
818
|
+
margin-bottom: 4px;
|
|
819
|
+
border: none;
|
|
820
|
+
@include luxelevations.lux-elevation-z2
|
|
821
|
+
}
|
|
822
|
+
}
|