@igo2/core 1.13.1 → 1.13.3
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/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +199 -199
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +761 -752
- package/__ivy_ngcc__/locale/en.integration.json +123 -123
- package/__ivy_ngcc__/locale/en.json +11 -2
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +199 -199
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +761 -752
- package/__ivy_ngcc__/locale/fr.integration.json +125 -125
- package/__ivy_ngcc__/locale/fr.json +11 -2
- package/esm2020/lib/activity/activity.interceptor.mjs +1 -1
- package/esm2020/lib/activity/activity.module.mjs +1 -1
- package/esm2020/lib/activity/activity.service.mjs +1 -1
- package/esm2020/lib/activity/index.mjs +1 -1
- package/esm2020/lib/analytics/index.mjs +1 -1
- package/esm2020/lib/analytics/shared/analytics.interface.mjs +1 -1
- package/esm2020/lib/analytics/shared/analytics.service.mjs +1 -1
- package/esm2020/lib/analytics/shared/index.mjs +1 -1
- package/esm2020/lib/compression/compressedData.interface.mjs +1 -1
- package/esm2020/lib/compression/compression.service.mjs +1 -1
- package/esm2020/lib/compression/index.mjs +1 -1
- package/esm2020/lib/config/config.interface.mjs +1 -1
- package/esm2020/lib/config/config.module.mjs +1 -1
- package/esm2020/lib/config/config.provider.mjs +1 -1
- package/esm2020/lib/config/config.service.mjs +1 -1
- package/esm2020/lib/config/index.mjs +1 -1
- package/esm2020/lib/config/version.mjs +3 -3
- package/esm2020/lib/core.module.mjs +1 -1
- package/esm2020/lib/gesture/gesture.module.mjs +1 -1
- package/esm2020/lib/gesture/gesture.provider.mjs +1 -1
- package/esm2020/lib/language/index.mjs +1 -1
- package/esm2020/lib/language/language.module.mjs +1 -1
- package/esm2020/lib/language/shared/index.mjs +1 -1
- package/esm2020/lib/language/shared/language.interface.mjs +1 -1
- package/esm2020/lib/language/shared/language.loader.mjs +1 -1
- package/esm2020/lib/language/shared/language.provider.mjs +1 -1
- package/esm2020/lib/language/shared/language.service.mjs +1 -1
- package/esm2020/lib/language/shared/missing-translation.guard.mjs +2 -2
- package/esm2020/lib/media/index.mjs +1 -1
- package/esm2020/lib/media/media.enum.mjs +1 -1
- package/esm2020/lib/media/media.service.mjs +1 -1
- package/esm2020/lib/message/index.mjs +1 -1
- package/esm2020/lib/message/message.module.mjs +1 -1
- package/esm2020/lib/message/shared/index.mjs +1 -1
- package/esm2020/lib/message/shared/message.enum.mjs +1 -1
- package/esm2020/lib/message/shared/message.interface.mjs +1 -1
- package/esm2020/lib/message/shared/message.service.mjs +1 -1
- package/esm2020/lib/network/index.mjs +1 -1
- package/esm2020/lib/network/network.interfaces.mjs +1 -1
- package/esm2020/lib/network/network.service.mjs +1 -1
- package/esm2020/lib/request/error.interceptor.mjs +1 -1
- package/esm2020/lib/request/error.module.mjs +1 -1
- package/esm2020/lib/request/index.mjs +1 -1
- package/esm2020/lib/request/logging.interceptor.mjs +2 -2
- package/esm2020/lib/request/logging.module.mjs +1 -1
- package/esm2020/lib/route/route.interface.mjs +1 -1
- package/esm2020/lib/route/route.service.mjs +1 -1
- package/esm2020/lib/storage/index.mjs +1 -1
- package/esm2020/lib/storage/storage.interface.mjs +1 -1
- package/esm2020/lib/storage/storage.service.mjs +1 -1
- package/esm2020/public_api.mjs +1 -1
- package/fesm2015/igo2-core.mjs +4 -4
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +4 -4
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +199 -199
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +761 -752
- package/locale/en.integration.json +123 -123
- package/locale/en.json +11 -2
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +199 -199
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +761 -752
- package/locale/fr.integration.json +125 -125
- package/locale/fr.json +11 -2
- package/package.json +2 -2
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +729 -730
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +2 -2
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +5 -5
- package/style/typography.scss +17 -17
package/style/index.theming.scss
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
@use './node_modules/@angular/material/_index.scss' as mat;
|
|
2
|
-
@use './node_modules/@angular/cdk' as cdk;
|
|
3
|
-
|
|
4
|
-
$igo-typography: mat.define-typography-config(
|
|
5
|
-
$display-4: mat.define-typography-level(110px, 110px, 300),
|
|
6
|
-
$display-3: mat.define-typography-level(54px, 54px, 400),
|
|
7
|
-
$display-2: mat.define-typography-level(43px, 46px, 400),
|
|
8
|
-
$display-1: mat.define-typography-level(32px, 38px, 400),
|
|
9
|
-
$headline: mat.define-typography-level(22px, 30px, 400),
|
|
10
|
-
$title: mat.define-typography-level(18px, 30px, 500),
|
|
11
|
-
$subheading-2: mat.define-typography-level(14px, 26px, 400),
|
|
12
|
-
$subheading-1: mat.define-typography-level(13px, 22px, 400),
|
|
13
|
-
$body-2: mat.define-typography-level(12px, 22px, 500),
|
|
14
|
-
$body-1: mat.define-typography-level(12px, 18px, 400),
|
|
15
|
-
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
16
|
-
$button: mat.define-typography-level(13px, 13px, 500),
|
|
17
|
-
$input: mat.define-typography-level(14px, 1.25, 400)
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
@include mat.core($igo-typography);
|
|
21
|
-
|
|
22
|
-
@mixin igo-all-theming($theme, $typography: $igo-typography) {
|
|
23
|
-
@include igo-theming($theme, $typography);
|
|
24
|
-
@include igo-common-theming($theme, $typography);
|
|
25
|
-
@include igo-geo-theming($theme, $typography);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@function theme-foreground($palette) {
|
|
29
|
-
$color: mat.get-color-from-palette($palette, 500);
|
|
30
|
-
@return (
|
|
31
|
-
base: $color,
|
|
32
|
-
divider: rgba($color, 0.12),
|
|
33
|
-
dividers: rgba($color, 0.12),
|
|
34
|
-
disabled: rgba($color, 0.38),
|
|
35
|
-
disabled-button: rgba($color, 0.26),
|
|
36
|
-
disabled-text: rgba($color, 0.38),
|
|
37
|
-
elevation: $color,
|
|
38
|
-
hint-text: rgba($color, 0.38),
|
|
39
|
-
secondary-text: rgba($color, 0.54),
|
|
40
|
-
icon: rgba($color, 0.54),
|
|
41
|
-
icons: rgba($color, 0.54),
|
|
42
|
-
text: rgba($color, 0.87),
|
|
43
|
-
slider-min: rgba($color, 0.87),
|
|
44
|
-
slider-off: rgba($color, 0.26),
|
|
45
|
-
slider-off-active: rgba($color, 0.38)
|
|
46
|
-
);
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
button.mat-menu-item {
|
|
50
|
-
line-height: 24px !important;
|
|
51
|
-
}
|
|
52
|
-
a.mat-menu-item > mat-icon {
|
|
53
|
-
margin-bottom: 14px;
|
|
54
|
-
}
|
|
55
|
-
.mat-icon svg {
|
|
56
|
-
height: 24px;
|
|
57
|
-
width: 24px;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@mixin igo-theming($theme, $typography) {
|
|
61
|
-
@include igo-core-theming($theme, $typography);
|
|
62
|
-
}
|
|
1
|
+
@use './node_modules/@angular/material/_index.scss' as mat;
|
|
2
|
+
@use './node_modules/@angular/cdk' as cdk;
|
|
3
|
+
|
|
4
|
+
$igo-typography: mat.define-typography-config(
|
|
5
|
+
$display-4: mat.define-typography-level(110px, 110px, 300),
|
|
6
|
+
$display-3: mat.define-typography-level(54px, 54px, 400),
|
|
7
|
+
$display-2: mat.define-typography-level(43px, 46px, 400),
|
|
8
|
+
$display-1: mat.define-typography-level(32px, 38px, 400),
|
|
9
|
+
$headline: mat.define-typography-level(22px, 30px, 400),
|
|
10
|
+
$title: mat.define-typography-level(18px, 30px, 500),
|
|
11
|
+
$subheading-2: mat.define-typography-level(14px, 26px, 400),
|
|
12
|
+
$subheading-1: mat.define-typography-level(13px, 22px, 400),
|
|
13
|
+
$body-2: mat.define-typography-level(12px, 22px, 500),
|
|
14
|
+
$body-1: mat.define-typography-level(12px, 18px, 400),
|
|
15
|
+
$caption: mat.define-typography-level(12px, 18px, 400),
|
|
16
|
+
$button: mat.define-typography-level(13px, 13px, 500),
|
|
17
|
+
$input: mat.define-typography-level(14px, 1.25, 400)
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
@include mat.core($igo-typography);
|
|
21
|
+
|
|
22
|
+
@mixin igo-all-theming($theme, $typography: $igo-typography) {
|
|
23
|
+
@include igo-theming($theme, $typography);
|
|
24
|
+
@include igo-common-theming($theme, $typography);
|
|
25
|
+
@include igo-geo-theming($theme, $typography);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@function theme-foreground($palette) {
|
|
29
|
+
$color: mat.get-color-from-palette($palette, 500);
|
|
30
|
+
@return (
|
|
31
|
+
base: $color,
|
|
32
|
+
divider: rgba($color, 0.12),
|
|
33
|
+
dividers: rgba($color, 0.12),
|
|
34
|
+
disabled: rgba($color, 0.38),
|
|
35
|
+
disabled-button: rgba($color, 0.26),
|
|
36
|
+
disabled-text: rgba($color, 0.38),
|
|
37
|
+
elevation: $color,
|
|
38
|
+
hint-text: rgba($color, 0.38),
|
|
39
|
+
secondary-text: rgba($color, 0.54),
|
|
40
|
+
icon: rgba($color, 0.54),
|
|
41
|
+
icons: rgba($color, 0.54),
|
|
42
|
+
text: rgba($color, 0.87),
|
|
43
|
+
slider-min: rgba($color, 0.87),
|
|
44
|
+
slider-off: rgba($color, 0.26),
|
|
45
|
+
slider-off-active: rgba($color, 0.38)
|
|
46
|
+
);
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
button.mat-menu-item {
|
|
50
|
+
line-height: 24px !important;
|
|
51
|
+
}
|
|
52
|
+
a.mat-menu-item > mat-icon {
|
|
53
|
+
margin-bottom: 14px;
|
|
54
|
+
}
|
|
55
|
+
.mat-icon svg {
|
|
56
|
+
height: 24px;
|
|
57
|
+
width: 24px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@mixin igo-theming($theme, $typography) {
|
|
61
|
+
@include igo-core-theming($theme, $typography);
|
|
62
|
+
}
|
|
63
63
|
|
|
64
64
|
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
|
|
65
65
|
|
|
@@ -253,47 +253,47 @@ button.toast-close-button {
|
|
|
253
253
|
width: 25em;
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
@mixin igo-core-theming($theme, $typography) {
|
|
259
|
+
@include igo-message-theming($theme, $typography);
|
|
260
|
+
|
|
261
|
+
button.mat-icon-button.mat-button-base[disabled="true"] {
|
|
262
|
+
color: rgba(0,0,0,.26);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
256
265
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.toast-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
289
|
-
}
|
|
290
|
-
.toast-message {
|
|
291
|
-
line-height: 18px;
|
|
292
|
-
font-size: mat.font-size($typography, subheading-2);
|
|
293
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
}
|
|
266
|
+
@mixin igo-message-theming($theme, $typography) {
|
|
267
|
+
$primary: map-get($theme, primary);
|
|
268
|
+
$accent: map-get($theme, accent);
|
|
269
|
+
$warn: map-get($theme, warn);
|
|
270
|
+
|
|
271
|
+
.toast-error {
|
|
272
|
+
background-color: mat.get-color-from-palette($warn);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.toast-info {
|
|
276
|
+
background-color: mat.get-color-from-palette($primary);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.toast-no-icon {
|
|
280
|
+
background-image: none;
|
|
281
|
+
padding-left: 6%;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.toast-title {
|
|
285
|
+
line-height: 23px;
|
|
286
|
+
font-size: 15px;
|
|
287
|
+
font-weight: bold;
|
|
288
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
289
|
+
}
|
|
290
|
+
.toast-message {
|
|
291
|
+
line-height: 18px;
|
|
292
|
+
font-size: mat.font-size($typography, subheading-2);
|
|
293
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
}
|
|
297
297
|
|
|
298
298
|
.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
|
|
299
299
|
.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
|
|
@@ -303,254 +303,254 @@ button.toast-close-button {
|
|
|
303
303
|
.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
|
|
304
304
|
.shepherd-content{border-radius:5px;outline:none;padding:0}
|
|
305
305
|
.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
|
|
306
|
-
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
|
|
307
|
-
|
|
308
|
-
@mixin igo-common-theming($theme, $typography) {
|
|
309
|
-
@include igo-action-theming($theme);
|
|
310
|
-
@include igo-collapsible-theming($theme);
|
|
311
|
-
@include igo-entity-theming($theme);
|
|
312
|
-
@include igo-list-theming($theme);
|
|
313
|
-
@include igo-panel-theming($theme);
|
|
314
|
-
@include igo-tool-theming($theme);
|
|
315
|
-
@include igo-tour-theming($theme);
|
|
316
|
-
@include igo-home-button-theming($theme);
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
@mixin igo-action-theming($theme) {
|
|
320
|
-
@include igo-actionbar-theming($theme);
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
@mixin igo-actionbar-theming($theme) {
|
|
324
|
-
.igo-actionbar-overlay {
|
|
325
|
-
min-width: inherit !important;
|
|
326
|
-
padding-top: 0;
|
|
327
|
-
padding-bottom: 0;
|
|
328
|
-
|
|
329
|
-
.mat-list {
|
|
330
|
-
padding-top: 0
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
|
|
334
|
-
padding-right: 16px;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.mat-menu-content:not(:empty) {
|
|
338
|
-
padding-top: 0;
|
|
339
|
-
padding-bottom: 0;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
@mixin igo-collapsible-theming($theme) {
|
|
345
|
-
mat-icon[mat-list-avatar][igocollapse] {
|
|
346
|
-
&:hover {
|
|
347
|
-
cursor: pointer;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
&.igo-chevron {
|
|
351
|
-
width: auto !important;
|
|
352
|
-
transform: rotateZ(0deg);
|
|
353
|
-
transition: 300ms ease-in-out;
|
|
354
|
-
|
|
355
|
-
&.collapsed {
|
|
356
|
-
transform: rotateZ(180deg);
|
|
357
|
-
transition: 300ms ease-in-out;
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
div.igo-collapsed {
|
|
363
|
-
display: none !important;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
@mixin igo-entity-theming($theme) {
|
|
369
|
-
@include igo-entity-table-theming($theme);
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
@mixin igo-entity-table-theming($theme) {
|
|
373
|
-
$primary: map-get($theme, primary);
|
|
374
|
-
$accent: map-get($theme, accent);
|
|
375
|
-
|
|
376
|
-
igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-highlighted {
|
|
377
|
-
background-color: mat.get-color-from-palette($primary, A100);
|
|
378
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
@mixin igo-home-button-theming($theme) {
|
|
383
|
-
$primary: map-get($theme, primary);
|
|
384
|
-
$accent: map-get($theme, accent);
|
|
385
|
-
$foreground: map-get($theme, foreground);
|
|
386
|
-
|
|
387
|
-
igo-home-button > #homeButton {
|
|
388
|
-
background-color: mat.get-color-from-palette($primary);
|
|
389
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
390
|
-
|
|
391
|
-
&:hover {
|
|
392
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
393
|
-
color: black;
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
@mixin igo-list-theming($theme) {
|
|
400
|
-
$primary: map-get($theme, primary);
|
|
401
|
-
$accent: map-get($theme, accent);
|
|
402
|
-
|
|
403
|
-
igo-list [igolistitem][color="primary"].igo-list-item-selected > mat-list-item {
|
|
404
|
-
background-color: mat.get-color-from-palette($primary);
|
|
405
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
igo-list [igolistitem][color="accent"].igo-list-item-selected > mat-list-item {
|
|
409
|
-
background-color: mat.get-color-from-palette($accent);
|
|
410
|
-
color: mat.get-color-from-palette($accent, default-contrast);
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
igo-list [igolistitem].igo-list-item-disabled > mat-list-item {
|
|
414
|
-
color: rgba(0, 0, 0, 0.38);
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
igo-list [igolistitem][color="primary"]:not(.igo-list-item-disabled):hover > mat-list-item,
|
|
418
|
-
igo-list [igolistitem][color="primary"].igo-list-item-focused > mat-list-item {
|
|
419
|
-
background-color: mat.get-color-from-palette($primary, lighter);
|
|
420
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
igo-list [igolistitem][color="accent"]:not(.igo-list-item-disabled):hover > mat-list-item,
|
|
424
|
-
igo-list [igolistitem][color="accent"].igo-list-item-focused > mat-list-item {
|
|
425
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
426
|
-
color: mat.get-color-from-palette($accent, default-contrast);
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
@mixin igo-panel-theming($theme) {
|
|
431
|
-
$primary: map-get($theme, primary);
|
|
432
|
-
|
|
433
|
-
igo-panel > div.igo-panel-header {
|
|
434
|
-
background-color: mat.get-color-from-palette($primary);
|
|
435
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
@mixin igo-tool-theming($theme) {
|
|
441
|
-
@include igo-toolbox-theming($theme);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
@mixin igo-toolbox-theming($theme) {
|
|
445
|
-
$primary: map-get($theme, primary);
|
|
446
|
-
$accent: map-get($theme, accent);
|
|
447
|
-
$foreground: map-get($theme, foreground);
|
|
448
|
-
|
|
449
|
-
igo-toolbox > igo-actionbar mat-list.mat-list-base igo-actionbar-item mat-list-item {
|
|
450
|
-
&:hover {
|
|
451
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
&.tool-activated,
|
|
455
|
-
&.children-tool-activated {
|
|
456
|
-
background-color: mat.get-color-from-palette($accent);
|
|
457
|
-
cursor: default;
|
|
458
|
-
button {
|
|
459
|
-
cursor: default;
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
}
|
|
306
|
+
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
|
|
307
|
+
|
|
308
|
+
@mixin igo-common-theming($theme, $typography) {
|
|
309
|
+
@include igo-action-theming($theme);
|
|
310
|
+
@include igo-collapsible-theming($theme);
|
|
311
|
+
@include igo-entity-theming($theme);
|
|
312
|
+
@include igo-list-theming($theme);
|
|
313
|
+
@include igo-panel-theming($theme);
|
|
314
|
+
@include igo-tool-theming($theme);
|
|
315
|
+
@include igo-tour-theming($theme);
|
|
316
|
+
@include igo-home-button-theming($theme);
|
|
317
|
+
}
|
|
463
318
|
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
&:hover {
|
|
468
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
469
|
-
color: black;
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
}
|
|
319
|
+
@mixin igo-action-theming($theme) {
|
|
320
|
+
@include igo-actionbar-theming($theme);
|
|
321
|
+
}
|
|
473
322
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
323
|
+
@mixin igo-actionbar-theming($theme) {
|
|
324
|
+
.igo-actionbar-overlay {
|
|
325
|
+
min-width: inherit !important;
|
|
326
|
+
padding-top: 0;
|
|
327
|
+
padding-bottom: 0;
|
|
328
|
+
|
|
329
|
+
.mat-list {
|
|
330
|
+
padding-top: 0
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.mat-list .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text {
|
|
334
|
+
padding-right: 16px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.mat-menu-content:not(:empty) {
|
|
338
|
+
padding-top: 0;
|
|
339
|
+
padding-bottom: 0;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
483
343
|
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
344
|
+
@mixin igo-collapsible-theming($theme) {
|
|
345
|
+
mat-icon[mat-list-avatar][igocollapse] {
|
|
346
|
+
&:hover {
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
&.igo-chevron {
|
|
351
|
+
width: auto !important;
|
|
352
|
+
transform: rotateZ(0deg);
|
|
353
|
+
transition: 300ms ease-in-out;
|
|
354
|
+
|
|
355
|
+
&.collapsed {
|
|
356
|
+
transform: rotateZ(180deg);
|
|
357
|
+
transition: 300ms ease-in-out;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
div.igo-collapsed {
|
|
363
|
+
display: none !important;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
}
|
|
493
367
|
|
|
494
|
-
|
|
495
|
-
igo-
|
|
496
|
-
|
|
497
|
-
.mat-list-item.mat-list-item-with-avatar {
|
|
498
|
-
color: white;
|
|
499
|
-
&:hover {
|
|
500
|
-
color: black;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
&.tool-activated,
|
|
504
|
-
&.children-tool-activated {
|
|
505
|
-
background-color: white;
|
|
506
|
-
color: black;
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
}
|
|
368
|
+
@mixin igo-entity-theming($theme) {
|
|
369
|
+
@include igo-entity-table-theming($theme);
|
|
370
|
+
}
|
|
511
371
|
|
|
512
|
-
|
|
372
|
+
@mixin igo-entity-table-theming($theme) {
|
|
373
|
+
$primary: map-get($theme, primary);
|
|
374
|
+
$accent: map-get($theme, accent);
|
|
375
|
+
|
|
376
|
+
igo-entity-table table.igo-entity-table-with-selection tr.igo-entity-table-row-highlighted {
|
|
377
|
+
background-color: mat.get-color-from-palette($primary, A100);
|
|
378
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
513
381
|
|
|
514
|
-
@mixin igo-
|
|
515
|
-
$primary: map-get($theme, primary);
|
|
516
|
-
$accent: map-get($theme, accent);
|
|
517
|
-
$
|
|
382
|
+
@mixin igo-home-button-theming($theme) {
|
|
383
|
+
$primary: map-get($theme, primary);
|
|
384
|
+
$accent: map-get($theme, accent);
|
|
385
|
+
$foreground: map-get($theme, foreground);
|
|
386
|
+
|
|
387
|
+
igo-home-button > #homeButton {
|
|
388
|
+
background-color: mat.get-color-from-palette($primary);
|
|
389
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
390
|
+
|
|
391
|
+
&:hover {
|
|
392
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
393
|
+
color: black;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
|
|
518
398
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
399
|
+
@mixin igo-list-theming($theme) {
|
|
400
|
+
$primary: map-get($theme, primary);
|
|
401
|
+
$accent: map-get($theme, accent);
|
|
402
|
+
|
|
403
|
+
igo-list [igolistitem][color="primary"].igo-list-item-selected > mat-list-item {
|
|
404
|
+
background-color: mat.get-color-from-palette($primary);
|
|
405
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
igo-list [igolistitem][color="accent"].igo-list-item-selected > mat-list-item {
|
|
409
|
+
background-color: mat.get-color-from-palette($accent);
|
|
410
|
+
color: mat.get-color-from-palette($accent, default-contrast);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
igo-list [igolistitem].igo-list-item-disabled > mat-list-item {
|
|
414
|
+
color: rgba(0, 0, 0, 0.38);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
igo-list [igolistitem][color="primary"]:not(.igo-list-item-disabled):hover > mat-list-item,
|
|
418
|
+
igo-list [igolistitem][color="primary"].igo-list-item-focused > mat-list-item {
|
|
419
|
+
background-color: mat.get-color-from-palette($primary, lighter);
|
|
420
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
igo-list [igolistitem][color="accent"]:not(.igo-list-item-disabled):hover > mat-list-item,
|
|
424
|
+
igo-list [igolistitem][color="accent"].igo-list-item-focused > mat-list-item {
|
|
425
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
426
|
+
color: mat.get-color-from-palette($accent, default-contrast);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
522
429
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
width: 40px;
|
|
533
|
-
height: 40px;
|
|
534
|
-
flex-shrink: 0;
|
|
535
|
-
line-height: 40px;
|
|
536
|
-
}
|
|
430
|
+
@mixin igo-panel-theming($theme) {
|
|
431
|
+
$primary: map-get($theme, primary);
|
|
432
|
+
|
|
433
|
+
igo-panel > div.igo-panel-header {
|
|
434
|
+
background-color: mat.get-color-from-palette($primary);
|
|
435
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
}
|
|
537
439
|
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
440
|
+
@mixin igo-tool-theming($theme) {
|
|
441
|
+
@include igo-toolbox-theming($theme);
|
|
442
|
+
}
|
|
541
443
|
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
444
|
+
@mixin igo-toolbox-theming($theme) {
|
|
445
|
+
$primary: map-get($theme, primary);
|
|
446
|
+
$accent: map-get($theme, accent);
|
|
447
|
+
$foreground: map-get($theme, foreground);
|
|
448
|
+
|
|
449
|
+
igo-toolbox > igo-actionbar mat-list.mat-list-base igo-actionbar-item mat-list-item {
|
|
450
|
+
&:hover {
|
|
451
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
&.tool-activated,
|
|
455
|
+
&.children-tool-activated {
|
|
456
|
+
background-color: mat.get-color-from-palette($accent);
|
|
457
|
+
cursor: default;
|
|
458
|
+
button {
|
|
459
|
+
cursor: default;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
igo-toolbox > igo-actionbar:not(.with-title) > mat-list {
|
|
465
|
+
& > #lowChevron,
|
|
466
|
+
& > #topChevron {
|
|
467
|
+
&:hover {
|
|
468
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
469
|
+
color: black;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
igo-toolbox.color-primary > igo-actionbar:not(.with-title) {
|
|
475
|
+
box-shadow: unset;
|
|
476
|
+
background-color: mat.get-color-from-palette($primary);
|
|
477
|
+
#lowChevron,
|
|
478
|
+
#topChevron {
|
|
479
|
+
background-color: mat.get-color-from-palette($primary);
|
|
480
|
+
color: white;
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
igo-toolbox.color-grey > igo-actionbar:not(.with-title) {
|
|
485
|
+
box-shadow: unset;
|
|
486
|
+
background-color: #737475;
|
|
487
|
+
#lowChevron,
|
|
488
|
+
#topChevron {
|
|
489
|
+
background-color: #737475;
|
|
490
|
+
color: white;
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
igo-toolbox.color-primary,
|
|
495
|
+
igo-toolbox.color-grey {
|
|
496
|
+
& > igo-actionbar:not(.with-title) mat-list.mat-list-base {
|
|
497
|
+
.mat-list-item.mat-list-item-with-avatar {
|
|
498
|
+
color: white;
|
|
499
|
+
&:hover {
|
|
500
|
+
color: black;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
&.tool-activated,
|
|
504
|
+
&.children-tool-activated {
|
|
505
|
+
background-color: white;
|
|
506
|
+
color: black;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
}
|
|
547
513
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
514
|
+
@mixin igo-tour-theming($theme) {
|
|
515
|
+
$primary: map-get($theme, primary);
|
|
516
|
+
$accent: map-get($theme, accent);
|
|
517
|
+
$warn: map-get($theme, warn);
|
|
518
|
+
|
|
519
|
+
igo-interactive-tour > button.mat-raised-button.tour-button-tool-icon {
|
|
520
|
+
box-shadow: none;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
igo-interactive-tour > button.tour-button-tool-icon {
|
|
524
|
+
background-color: mat.get-color-from-palette($primary);
|
|
525
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
526
|
+
|
|
527
|
+
box-shadow: none;
|
|
528
|
+
border:none;
|
|
529
|
+
border-radius: 50%;
|
|
530
|
+
padding: 0;
|
|
531
|
+
min-width: 0;
|
|
532
|
+
width: 40px;
|
|
533
|
+
height: 40px;
|
|
534
|
+
flex-shrink: 0;
|
|
535
|
+
line-height: 40px;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
igo-interactive-tour > button.tour-button-tool-icon span.interactive-tour-button-title {
|
|
539
|
+
display: none;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
igo-interactive-tour > button.tour-button-tool {
|
|
543
|
+
background-color: mat.get-color-from-palette($primary);
|
|
544
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
545
|
+
border: none;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
igo-interactive-tour > button.tour-button-tool-icon:hover {
|
|
549
|
+
background-color: mat.get-color-from-palette($primary, default-contrast);
|
|
550
|
+
color: mat.get-color-from-palette($primary);
|
|
551
|
+
cursor: pointer;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
554
|
|
|
555
555
|
:root,
|
|
556
556
|
:host {
|
|
@@ -897,422 +897,421 @@ button.toast-close-button {
|
|
|
897
897
|
.ol-overviewmap .ol-overviewmap-box:hover {
|
|
898
898
|
cursor: move;
|
|
899
899
|
}
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
@mixin igo-geo-theming($theme, $typography) {
|
|
903
|
+
@include igo-drawingTool-theming($theme, $typography);
|
|
904
|
+
@include igo-feature-theming($theme);
|
|
905
|
+
@include igo-filter-theming($theme, $typography);
|
|
906
|
+
@include igo-layer-theming($theme);
|
|
907
|
+
@include igo-map-theming($theme, $typography);
|
|
908
|
+
@include igo-measure-theming($theme, $typography);
|
|
909
|
+
@include igo-directions-theming($theme);
|
|
910
|
+
@include igo-workspace-theming($theme, $typography);
|
|
911
|
+
}
|
|
900
912
|
|
|
913
|
+
@mixin igo-directions-theming($theme) {
|
|
914
|
+
@include igo-directions-results-theming($theme);
|
|
915
|
+
}
|
|
901
916
|
|
|
902
|
-
@mixin igo-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
@include igo-directions-theming($theme);
|
|
910
|
-
@include igo-workspace-theming($theme, $typography);
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
@mixin igo-directions-theming($theme) {
|
|
914
|
-
@include igo-directions-results-theming($theme);
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
@mixin igo-directions-results-theming($theme) {
|
|
918
|
-
$accent: map-get($theme, accent);
|
|
919
|
-
|
|
920
|
-
igo-directions-results mat-list-item.igo-steps:hover {
|
|
921
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
@mixin igo-drawingTool-theming($theme, $typography) {
|
|
926
|
-
@include igo-draw-theming($theme, $typography);
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
@mixin igo-draw-theming($theme, $typography) {
|
|
930
|
-
$foreground: map-get($theme, foreground);
|
|
931
|
-
|
|
932
|
-
.igo-map-tooltip {
|
|
933
|
-
position: relative;
|
|
934
|
-
border-radius: 4px;
|
|
935
|
-
padding: 4px 8px;
|
|
936
|
-
white-space: nowrap;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.igo-map-tooltip-draw {
|
|
940
|
-
color: mat.get-color-from-palette($foreground, text);
|
|
941
|
-
font-weight: bold;
|
|
942
|
-
font-size: mat.font-size($typography, subheading-2);
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
igo-draw-popup-component {
|
|
946
|
-
h1 {
|
|
947
|
-
font-size: mat.font-size($typography, display-1);
|
|
948
|
-
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
@mixin igo-feature-theming($theme) {
|
|
954
|
-
@include igo-feature-details-theming($theme);
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
@mixin igo-feature-details-theming($theme) {
|
|
958
|
-
$is-dark: map-get($theme, is-dark);
|
|
959
|
-
$foreground: map-get($theme, foreground);
|
|
960
|
-
$background: map-get($theme, background);
|
|
961
|
-
|
|
962
|
-
igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
|
|
963
|
-
background-color: mat.get-color-from-palette($background, if($is-dark, app-bar, status-bar));
|
|
964
|
-
color: black;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
@mixin igo-filter-theming($theme, $typography) {
|
|
970
|
-
@include igo-time-filter-form-theming($theme);
|
|
971
|
-
@include igo-ogc-filter-time-slider-theming($theme);
|
|
972
|
-
@include igo-ogc-filter-selection-theming($theme);
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
@mixin igo-ogc-filter-selection-theming($theme) {
|
|
976
|
-
$primary: map-get($theme, primary);
|
|
977
|
-
$accent: map-get($theme, accent);
|
|
978
|
-
$dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
|
|
979
|
-
|
|
980
|
-
mat-button-toggle.mat-button-toggle-checked {
|
|
981
|
-
background-color: mat.get-color-from-palette($accent);
|
|
982
|
-
color: mat.get-color-from-palette($dark);
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
mat-button-toggle {
|
|
986
|
-
color: black !important;
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
@mixin igo-ogc-filter-time-slider-theming($theme) {
|
|
991
|
-
$primary: map-get($theme, primary);
|
|
992
|
-
$color: mat.define-palette(mat.$yellow-palette);
|
|
993
|
-
|
|
994
|
-
.mat-slider-thumb-label {
|
|
995
|
-
transform: rotate(45deg) !important;
|
|
996
|
-
border-radius: 50% 50% 0 !important;
|
|
997
|
-
}
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
@mixin igo-time-filter-form-theming($theme) {
|
|
1001
|
-
$primary: map-get($theme, primary);
|
|
1002
|
-
|
|
1003
|
-
mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-header {
|
|
1004
|
-
color: mat.get-color-from-palette($primary);
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-content .mat-datetimepicker-calendar-body-active {
|
|
1008
|
-
background-color: mat.get-color-from-palette($primary, lighter);
|
|
1009
|
-
border-radius: 100%;
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
@mixin igo-layer-theming($theme) {
|
|
1014
|
-
$primary: map-get($theme, primary);
|
|
1015
|
-
$accent: map-get($theme, accent);
|
|
917
|
+
@mixin igo-directions-results-theming($theme) {
|
|
918
|
+
$accent: map-get($theme, accent);
|
|
919
|
+
|
|
920
|
+
igo-directions-results mat-list-item.igo-steps:hover {
|
|
921
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
922
|
+
}
|
|
923
|
+
}
|
|
1016
924
|
|
|
1017
|
-
|
|
925
|
+
@mixin igo-drawingTool-theming($theme, $typography) {
|
|
926
|
+
@include igo-draw-theming($theme, $typography);
|
|
927
|
+
}
|
|
1018
928
|
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
929
|
+
@mixin igo-draw-theming($theme, $typography) {
|
|
930
|
+
$foreground: map-get($theme, foreground);
|
|
931
|
+
|
|
932
|
+
.igo-map-tooltip {
|
|
933
|
+
position: relative;
|
|
934
|
+
border-radius: 4px;
|
|
935
|
+
padding: 4px 8px;
|
|
936
|
+
white-space: nowrap;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.igo-map-tooltip-draw {
|
|
940
|
+
color: mat.get-color-from-palette($foreground, text);
|
|
941
|
+
font-weight: bold;
|
|
942
|
+
font-size: mat.font-size($typography, subheading-2);
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
igo-draw-popup-component {
|
|
946
|
+
h1 {
|
|
947
|
+
font-size: mat.font-size($typography, display-1);
|
|
948
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
@mixin igo-feature-theming($theme) {
|
|
953
|
+
@include igo-feature-details-theming($theme);
|
|
954
|
+
}
|
|
1023
955
|
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
956
|
+
@mixin igo-feature-details-theming($theme) {
|
|
957
|
+
$is-dark: map-get($theme, is-dark);
|
|
958
|
+
$foreground: map-get($theme, foreground);
|
|
959
|
+
$background: map-get($theme, background);
|
|
960
|
+
|
|
961
|
+
igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
|
|
962
|
+
background-color: mat.get-color-from-palette($background, if($is-dark, app-bar, status-bar));
|
|
963
|
+
color: black;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
}
|
|
1028
967
|
|
|
1029
|
-
@mixin igo-
|
|
1030
|
-
|
|
968
|
+
@mixin igo-filter-theming($theme, $typography) {
|
|
969
|
+
@include igo-time-filter-form-theming($theme);
|
|
970
|
+
@include igo-ogc-filter-time-slider-theming($theme);
|
|
971
|
+
@include igo-ogc-filter-selection-theming($theme);
|
|
972
|
+
}
|
|
1031
973
|
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
974
|
+
@mixin igo-ogc-filter-selection-theming($theme) {
|
|
975
|
+
$primary: map-get($theme, primary);
|
|
976
|
+
$accent: map-get($theme, accent);
|
|
977
|
+
$dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
|
|
978
|
+
|
|
979
|
+
mat-button-toggle.mat-button-toggle-checked {
|
|
980
|
+
background-color: mat.get-color-from-palette($accent);
|
|
981
|
+
color: mat.get-color-from-palette($dark);
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
mat-button-toggle {
|
|
985
|
+
color: black !important;
|
|
986
|
+
}
|
|
987
|
+
}
|
|
1036
988
|
|
|
1037
|
-
@mixin igo-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
989
|
+
@mixin igo-ogc-filter-time-slider-theming($theme) {
|
|
990
|
+
$primary: map-get($theme, primary);
|
|
991
|
+
$color: mat.define-palette(mat.$yellow-palette);
|
|
992
|
+
|
|
993
|
+
.mat-slider-thumb-label {
|
|
994
|
+
transform: rotate(45deg) !important;
|
|
995
|
+
border-radius: 50% 50% 0 !important;
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
@mixin igo-time-filter-form-theming($theme) {
|
|
1000
|
+
$primary: map-get($theme, primary);
|
|
1001
|
+
|
|
1002
|
+
mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-header {
|
|
1003
|
+
color: mat.get-color-from-palette($primary);
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
mat-datetimepicker-calendar > div.mat-datetimepicker-calendar-content .mat-datetimepicker-calendar-body-active {
|
|
1007
|
+
background-color: mat.get-color-from-palette($primary, lighter);
|
|
1008
|
+
border-radius: 100%;
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1042
1011
|
|
|
1043
|
-
@mixin igo-
|
|
1044
|
-
$primary: map-get($theme, primary);
|
|
1045
|
-
$
|
|
1012
|
+
@mixin igo-layer-theming($theme) {
|
|
1013
|
+
$primary: map-get($theme, primary);
|
|
1014
|
+
$accent: map-get($theme, accent);
|
|
1015
|
+
|
|
1016
|
+
@include igo-layer-legend-theming($theme);
|
|
1017
|
+
|
|
1018
|
+
igo-layer-item.igo-layer-item-focused > mat-list-item {
|
|
1019
|
+
background-color: mat.get-color-from-palette($accent, lighter);
|
|
1020
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.mat-menu-opacity-slider{
|
|
1024
|
+
box-shadow: 0 2px 4px -1px rgba(0,0,0,.5), 0 4px 5px 0 rgba(0,0,0,.15), 0 1px 10px 0 rgba(0,0,0,.4)
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1046
1027
|
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1028
|
+
@mixin igo-layer-legend-theming($theme) {
|
|
1029
|
+
$primary: map-get($theme, primary);
|
|
1030
|
+
|
|
1031
|
+
igo-layer-legend img:after {
|
|
1032
|
+
border-top-color: mat.get-color-from-palette($primary);
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1054
1035
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1036
|
+
@mixin igo-map-theming($theme, $typography) {
|
|
1037
|
+
@include igo-map-browser-theming($theme, $typography);
|
|
1038
|
+
@include igo-zoom-button-theming($theme);
|
|
1039
|
+
@include igo-menu-button-theming($theme);
|
|
1040
|
+
}
|
|
1059
1041
|
|
|
1060
|
-
@mixin igo-
|
|
1061
|
-
$primary: map-get($theme, primary);
|
|
1062
|
-
$
|
|
1063
|
-
|
|
1042
|
+
@mixin igo-map-browser-theming($theme, $typography) {
|
|
1043
|
+
$primary: map-get($theme, primary);
|
|
1044
|
+
$is-dark: map-get($theme, is-dark);
|
|
1045
|
+
|
|
1046
|
+
igo-map-browser div.ol-attribution > button {
|
|
1047
|
+
color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
|
|
1048
|
+
background-color: mat.get-color-from-palette(
|
|
1049
|
+
$primary,
|
|
1050
|
+
if($is-dark, default, default-contrast)
|
|
1051
|
+
);
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
igo-map-browser div.ol-attribution > ul {
|
|
1055
|
+
font-size: mat.font-size($typography, body-1);
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1064
1058
|
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1059
|
+
@mixin igo-zoom-button-theming($theme) {
|
|
1060
|
+
$primary: map-get($theme, primary);
|
|
1061
|
+
$accent: map-get($theme, accent);
|
|
1062
|
+
$is-dark: map-get($theme, is-dark);
|
|
1063
|
+
|
|
1064
|
+
igo-zoom-button > div.igo-zoom-button-container > button {
|
|
1065
|
+
&.mat-primary {
|
|
1066
|
+
color: mat.get-color-from-palette($primary, if($is-dark, default-contrast, default));
|
|
1067
|
+
background-color: mat.get-color-from-palette($primary, if($is-dark, default, default-contrast));
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
&.mat-accent {
|
|
1071
|
+
color: mat.get-color-from-palette($accent, if($is-dark, default-contrast, default));
|
|
1072
|
+
background-color: mat.get-color-from-palette($accent, if($is-dark, default, default-contrast));
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
}
|
|
1070
1077
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1078
|
+
@mixin igo-menu-button-theming($theme) {
|
|
1079
|
+
$primary: map-get($theme, primary);
|
|
1080
|
+
|
|
1081
|
+
igo-menu-button > #menu-button {
|
|
1082
|
+
color: mat.get-color-from-palette($primary);
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
igo-menu-button > #menu-button.menu-button-reverse-color-close {
|
|
1086
|
+
background-color: mat.get-color-from-palette($primary);
|
|
1087
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
igo-menu-button > #menu-button.menu-button-reverse-color {
|
|
1091
|
+
background-color: mat.get-color-from-palette($primary);
|
|
1092
|
+
color: mat.get-color-from-palette($primary, default-contrast);
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1076
1096
|
|
|
1077
|
-
|
|
1097
|
+
@mixin igo-measure-theming($theme, $typography) {
|
|
1098
|
+
@include igo-measurer-theming($theme, $typography);
|
|
1099
|
+
}
|
|
1078
1100
|
|
|
1079
|
-
@mixin igo-
|
|
1080
|
-
$
|
|
1101
|
+
@mixin igo-measurer-theming($theme, $typography) {
|
|
1102
|
+
$foreground: map-get($theme, foreground);
|
|
1103
|
+
|
|
1104
|
+
.igo-map-tooltip {
|
|
1105
|
+
position: relative;
|
|
1106
|
+
border-radius: 4px;
|
|
1107
|
+
padding: 4px 8px;
|
|
1108
|
+
white-space: nowrap;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
.igo-map-tooltip-measure {
|
|
1112
|
+
background-color: rgba(255, 204, 51, 0.7);
|
|
1113
|
+
border: 1px solid rgb(255, 205, 51);
|
|
1114
|
+
color: black;
|
|
1115
|
+
font-weight: bold;
|
|
1116
|
+
font-size: mat.font-size($typography, subheading-2);
|
|
1117
|
+
}
|
|
1118
|
+
.igo-map-tooltip-hidden {
|
|
1119
|
+
display: none;
|
|
1120
|
+
}
|
|
1121
|
+
.igo-map-tooltip-measure-by-display{
|
|
1122
|
+
display: none;
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1081
1125
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1126
|
+
@mixin igo-workspace-theming($theme, $typography) {
|
|
1127
|
+
@include igo-confirmation-popup-theming($theme, $typography);
|
|
1128
|
+
}
|
|
1085
1129
|
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1130
|
+
@mixin igo-confirmation-popup-theming($theme, $typography) {
|
|
1131
|
+
$foreground: map-get($theme, foreground);
|
|
1132
|
+
|
|
1133
|
+
igo-confirmation-popup-component {
|
|
1134
|
+
h1 {
|
|
1135
|
+
font-size: mat.font-size($typography, display-1);
|
|
1136
|
+
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
.blue-theme {
|
|
1142
|
+
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
1143
|
+
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
1144
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
1145
|
+
|
|
1146
|
+
$temp-theme: mat.define-light-theme((
|
|
1147
|
+
color: (
|
|
1148
|
+
primary: $primary,
|
|
1149
|
+
accent: $accent,
|
|
1150
|
+
warn: $warn
|
|
1151
|
+
)
|
|
1152
|
+
));
|
|
1153
|
+
|
|
1154
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
1155
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
1156
|
+
|
|
1157
|
+
@include igo-all-theming($theme);
|
|
1158
|
+
@include mat.all-component-colors($theme);
|
|
1159
|
+
}
|
|
1090
1160
|
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1161
|
+
.bluedq-theme {
|
|
1162
|
+
$dq-palette: (
|
|
1163
|
+
50 : #e1f5fd,
|
|
1164
|
+
100 : #b4e5fb,
|
|
1165
|
+
200 : #82d4f8,
|
|
1166
|
+
300 : #53c3f4,
|
|
1167
|
+
400 : #31B6f2,
|
|
1168
|
+
500 : #0d81df,
|
|
1169
|
+
600 : #149Be1,
|
|
1170
|
+
700 : #1088cd,
|
|
1171
|
+
800 : #0F77B9,
|
|
1172
|
+
900 : #095797,
|
|
1173
|
+
A100 : #6dc6ff,
|
|
1174
|
+
A200 : #3ab2ff,
|
|
1175
|
+
A400 : #079eff,
|
|
1176
|
+
A700 : #0090ec,
|
|
1177
|
+
contrast: (
|
|
1178
|
+
50 : #000000,
|
|
1179
|
+
100 : #000000,
|
|
1180
|
+
200 : #000000,
|
|
1181
|
+
300 : #000000,
|
|
1182
|
+
400 : #000000,
|
|
1183
|
+
500 : #000000,
|
|
1184
|
+
600 : #ffffff,
|
|
1185
|
+
700 : #ffffff,
|
|
1186
|
+
800 : #ffffff,
|
|
1187
|
+
900 : #ffffff,
|
|
1188
|
+
A100 : #000000,
|
|
1189
|
+
A200 : #000000,
|
|
1190
|
+
A400 : #ffffff,
|
|
1191
|
+
A700 : #ffffff,
|
|
1192
|
+
)
|
|
1193
|
+
);
|
|
1194
|
+
|
|
1195
|
+
$primary: mat.define-palette($dq-palette, 900);
|
|
1196
|
+
$accent: mat.define-palette($dq-palette, 500);
|
|
1197
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
1198
|
+
|
|
1199
|
+
$temp-theme: mat.define-light-theme((
|
|
1200
|
+
color: (
|
|
1201
|
+
primary: $primary,
|
|
1202
|
+
accent: $accent,
|
|
1203
|
+
warn: $warn
|
|
1204
|
+
)
|
|
1205
|
+
));
|
|
1206
|
+
|
|
1207
|
+
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
1208
|
+
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
1209
|
+
|
|
1210
|
+
@include igo-all-theming($theme);
|
|
1211
|
+
@include mat.all-component-colors($theme);
|
|
1212
|
+
}
|
|
1096
1213
|
|
|
1214
|
+
.bluegrey-theme {
|
|
1215
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
1216
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1217
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
1218
|
+
|
|
1219
|
+
$theme: mat.define-light-theme((
|
|
1220
|
+
color: (
|
|
1221
|
+
primary: $primary,
|
|
1222
|
+
accent: $accent,
|
|
1223
|
+
warn: $warn
|
|
1224
|
+
)
|
|
1225
|
+
));
|
|
1226
|
+
|
|
1227
|
+
@include igo-all-theming($theme);
|
|
1228
|
+
@include mat.all-component-colors($theme);
|
|
1229
|
+
}
|
|
1097
1230
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1231
|
+
.deeppurple-theme {
|
|
1232
|
+
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
1233
|
+
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
1234
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
1235
|
+
|
|
1236
|
+
$theme: mat.define-light-theme((
|
|
1237
|
+
color: (
|
|
1238
|
+
primary: $primary,
|
|
1239
|
+
accent: $accent,
|
|
1240
|
+
warn: $warn
|
|
1241
|
+
)
|
|
1242
|
+
));
|
|
1243
|
+
|
|
1244
|
+
@include igo-all-theming($theme);
|
|
1245
|
+
@include mat.all-component-colors($theme);
|
|
1246
|
+
}
|
|
1101
1247
|
|
|
1102
|
-
|
|
1103
|
-
|
|
1248
|
+
.indigo-theme {
|
|
1249
|
+
$primary: mat.define-palette(mat.$indigo-palette);
|
|
1250
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1251
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
1252
|
+
|
|
1253
|
+
$theme: mat.define-light-theme((
|
|
1254
|
+
color: (
|
|
1255
|
+
primary: $primary,
|
|
1256
|
+
accent: $accent,
|
|
1257
|
+
warn: $warn
|
|
1258
|
+
)
|
|
1259
|
+
));
|
|
1260
|
+
|
|
1261
|
+
@include igo-all-theming($theme);
|
|
1262
|
+
@include mat.all-component-colors($theme);
|
|
1263
|
+
}
|
|
1104
1264
|
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1265
|
+
.orange-theme {
|
|
1266
|
+
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
1267
|
+
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
1268
|
+
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
1269
|
+
|
|
1270
|
+
$theme: mat.define-light-theme((
|
|
1271
|
+
color: (
|
|
1272
|
+
primary: $primary,
|
|
1273
|
+
accent: $accent,
|
|
1274
|
+
warn: $warn
|
|
1275
|
+
)
|
|
1276
|
+
));
|
|
1277
|
+
|
|
1278
|
+
@include igo-all-theming($theme);
|
|
1279
|
+
@include mat.all-component-colors($theme);
|
|
1280
|
+
}
|
|
1111
1281
|
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1282
|
+
.dark-theme {
|
|
1283
|
+
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
1284
|
+
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1285
|
+
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
1286
|
+
|
|
1287
|
+
$theme: mat.define-dark-theme((
|
|
1288
|
+
color: (
|
|
1289
|
+
primary: $primary,
|
|
1290
|
+
accent: $accent,
|
|
1291
|
+
warn: $warn
|
|
1292
|
+
)
|
|
1293
|
+
));
|
|
1294
|
+
|
|
1295
|
+
@include igo-all-theming($theme);
|
|
1296
|
+
@include mat.all-component-colors($theme);
|
|
1297
|
+
}
|
|
1126
1298
|
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
$
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
$primary: mat.define-palette(mat.$blue-palette, 700, 400, 900);
|
|
1144
|
-
$accent: mat.define-palette(mat.$blue-palette, 200);
|
|
1145
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
1146
|
-
|
|
1147
|
-
$temp-theme: mat.define-light-theme((
|
|
1148
|
-
color: (
|
|
1149
|
-
primary: $primary,
|
|
1150
|
-
accent: $accent,
|
|
1151
|
-
warn: $warn
|
|
1152
|
-
)
|
|
1153
|
-
));
|
|
1154
|
-
|
|
1155
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
1156
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
1157
|
-
|
|
1158
|
-
@include igo-all-theming($theme);
|
|
1159
|
-
@include mat.all-component-colors($theme);
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.bluedq-theme {
|
|
1163
|
-
$dq-palette: (
|
|
1164
|
-
50 : #e1f5fd,
|
|
1165
|
-
100 : #b4e5fb,
|
|
1166
|
-
200 : #82d4f8,
|
|
1167
|
-
300 : #53c3f4,
|
|
1168
|
-
400 : #31B6f2,
|
|
1169
|
-
500 : #0d81df,
|
|
1170
|
-
600 : #149Be1,
|
|
1171
|
-
700 : #1088cd,
|
|
1172
|
-
800 : #0F77B9,
|
|
1173
|
-
900 : #095797,
|
|
1174
|
-
A100 : #6dc6ff,
|
|
1175
|
-
A200 : #3ab2ff,
|
|
1176
|
-
A400 : #079eff,
|
|
1177
|
-
A700 : #0090ec,
|
|
1178
|
-
contrast: (
|
|
1179
|
-
50 : #000000,
|
|
1180
|
-
100 : #000000,
|
|
1181
|
-
200 : #000000,
|
|
1182
|
-
300 : #000000,
|
|
1183
|
-
400 : #000000,
|
|
1184
|
-
500 : #000000,
|
|
1185
|
-
600 : #ffffff,
|
|
1186
|
-
700 : #ffffff,
|
|
1187
|
-
800 : #ffffff,
|
|
1188
|
-
900 : #ffffff,
|
|
1189
|
-
A100 : #000000,
|
|
1190
|
-
A200 : #000000,
|
|
1191
|
-
A400 : #ffffff,
|
|
1192
|
-
A700 : #ffffff,
|
|
1193
|
-
)
|
|
1194
|
-
);
|
|
1195
|
-
|
|
1196
|
-
$primary: mat.define-palette($dq-palette, 900);
|
|
1197
|
-
$accent: mat.define-palette($dq-palette, 500);
|
|
1198
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
1199
|
-
|
|
1200
|
-
$temp-theme: mat.define-light-theme((
|
|
1201
|
-
color: (
|
|
1202
|
-
primary: $primary,
|
|
1203
|
-
accent: $accent,
|
|
1204
|
-
warn: $warn
|
|
1205
|
-
)
|
|
1206
|
-
));
|
|
1207
|
-
|
|
1208
|
-
$foreground: theme-foreground(mat.define-palette(mat.$grey-palette, 900));
|
|
1209
|
-
$theme: map-merge($temp-theme, (foreground: $foreground));
|
|
1210
|
-
|
|
1211
|
-
@include igo-all-theming($theme);
|
|
1212
|
-
@include mat.all-component-colors($theme);
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.bluegrey-theme {
|
|
1216
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
1217
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1218
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
1219
|
-
|
|
1220
|
-
$theme: mat.define-light-theme((
|
|
1221
|
-
color: (
|
|
1222
|
-
primary: $primary,
|
|
1223
|
-
accent: $accent,
|
|
1224
|
-
warn: $warn
|
|
1225
|
-
)
|
|
1226
|
-
));
|
|
1227
|
-
|
|
1228
|
-
@include igo-all-theming($theme);
|
|
1229
|
-
@include mat.all-component-colors($theme);
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.deeppurple-theme {
|
|
1233
|
-
$primary: mat.define-palette(mat.$deep-purple-palette);
|
|
1234
|
-
$accent: mat.define-palette(mat.$amber-palette, A200, A100, A400);
|
|
1235
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
1236
|
-
|
|
1237
|
-
$theme: mat.define-light-theme((
|
|
1238
|
-
color: (
|
|
1239
|
-
primary: $primary,
|
|
1240
|
-
accent: $accent,
|
|
1241
|
-
warn: $warn
|
|
1242
|
-
)
|
|
1243
|
-
));
|
|
1244
|
-
|
|
1245
|
-
@include igo-all-theming($theme);
|
|
1246
|
-
@include mat.all-component-colors($theme);
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.indigo-theme {
|
|
1250
|
-
$primary: mat.define-palette(mat.$indigo-palette);
|
|
1251
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1252
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
1253
|
-
|
|
1254
|
-
$theme: mat.define-light-theme((
|
|
1255
|
-
color: (
|
|
1256
|
-
primary: $primary,
|
|
1257
|
-
accent: $accent,
|
|
1258
|
-
warn: $warn
|
|
1259
|
-
)
|
|
1260
|
-
));
|
|
1261
|
-
|
|
1262
|
-
@include igo-all-theming($theme);
|
|
1263
|
-
@include mat.all-component-colors($theme);
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.orange-theme {
|
|
1267
|
-
$primary: mat.define-palette(mat.$orange-palette, 800);
|
|
1268
|
-
$accent: mat.define-palette(mat.$light-blue-palette, 600, 100, 800);
|
|
1269
|
-
$warn: mat.define-palette(mat.$red-palette, 600);
|
|
1270
|
-
|
|
1271
|
-
$theme: mat.define-light-theme((
|
|
1272
|
-
color: (
|
|
1273
|
-
primary: $primary,
|
|
1274
|
-
accent: $accent,
|
|
1275
|
-
warn: $warn
|
|
1276
|
-
)
|
|
1277
|
-
));
|
|
1278
|
-
|
|
1279
|
-
@include igo-all-theming($theme);
|
|
1280
|
-
@include mat.all-component-colors($theme);
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
.dark-theme {
|
|
1284
|
-
$primary: mat.define-palette(mat.$blue-grey-palette);
|
|
1285
|
-
$accent: mat.define-palette(mat.$pink-palette, A200, A100, A400);
|
|
1286
|
-
$warn: mat.define-palette(mat.$deep-orange-palette);
|
|
1287
|
-
|
|
1288
|
-
$theme: mat.define-dark-theme((
|
|
1289
|
-
color: (
|
|
1290
|
-
primary: $primary,
|
|
1291
|
-
accent: $accent,
|
|
1292
|
-
warn: $warn
|
|
1293
|
-
)
|
|
1294
|
-
));
|
|
1295
|
-
|
|
1296
|
-
@include igo-all-theming($theme);
|
|
1297
|
-
@include mat.all-component-colors($theme);
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
.teal-theme {
|
|
1301
|
-
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
1302
|
-
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
1303
|
-
$warn: mat.define-palette(mat.$red-palette);
|
|
1304
|
-
|
|
1305
|
-
$theme: mat.define-light-theme((
|
|
1306
|
-
color: (
|
|
1307
|
-
primary: $primary,
|
|
1308
|
-
accent: $accent,
|
|
1309
|
-
warn: $warn
|
|
1310
|
-
)
|
|
1311
|
-
));
|
|
1312
|
-
|
|
1313
|
-
@include igo-all-theming($theme);
|
|
1314
|
-
@include mat.all-component-colors($theme);
|
|
1315
|
-
}
|
|
1299
|
+
.teal-theme {
|
|
1300
|
+
$primary: mat.define-palette(mat.$teal-palette, 600, 400, 900);
|
|
1301
|
+
$accent: mat.define-palette(mat.$teal-palette, 400);
|
|
1302
|
+
$warn: mat.define-palette(mat.$red-palette);
|
|
1303
|
+
|
|
1304
|
+
$theme: mat.define-light-theme((
|
|
1305
|
+
color: (
|
|
1306
|
+
primary: $primary,
|
|
1307
|
+
accent: $accent,
|
|
1308
|
+
warn: $warn
|
|
1309
|
+
)
|
|
1310
|
+
));
|
|
1311
|
+
|
|
1312
|
+
@include igo-all-theming($theme);
|
|
1313
|
+
@include mat.all-component-colors($theme);
|
|
1314
|
+
}
|
|
1316
1315
|
|
|
1317
1316
|
.qcca-theme {
|
|
1318
1317
|
$qcca-palette: (
|