@igo2/core 19.0.2 → 20.0.0-next.1
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/activity/index.d.ts +29 -5
- package/analytics/index.d.ts +35 -5
- package/config/index.d.ts +63 -3
- package/environment/index.d.ts +21 -5
- package/fesm2022/igo2-core-activity.mjs +13 -16
- package/fesm2022/igo2-core-activity.mjs.map +1 -1
- package/fesm2022/igo2-core-analytics.mjs +8 -9
- package/fesm2022/igo2-core-analytics.mjs.map +1 -1
- package/fesm2022/igo2-core-config.mjs +14 -14
- package/fesm2022/igo2-core-config.mjs.map +1 -1
- package/fesm2022/igo2-core-language.mjs +13 -15
- package/fesm2022/igo2-core-language.mjs.map +1 -1
- package/fesm2022/igo2-core-media.mjs +8 -8
- package/fesm2022/igo2-core-media.mjs.map +1 -1
- package/fesm2022/igo2-core-message.mjs +15 -21
- package/fesm2022/igo2-core-message.mjs.map +1 -1
- package/fesm2022/igo2-core-monitoring.mjs.map +1 -1
- package/fesm2022/igo2-core-network.mjs +9 -11
- package/fesm2022/igo2-core-network.mjs.map +1 -1
- package/fesm2022/igo2-core-regex.mjs +8 -9
- package/fesm2022/igo2-core-regex.mjs.map +1 -1
- package/fesm2022/igo2-core-request.mjs +24 -27
- package/fesm2022/igo2-core-request.mjs.map +1 -1
- package/fesm2022/igo2-core-route.mjs +12 -16
- package/fesm2022/igo2-core-route.mjs.map +1 -1
- package/fesm2022/igo2-core-storage.mjs +8 -9
- package/fesm2022/igo2-core-storage.mjs.map +1 -1
- package/fesm2022/igo2-core.mjs +4 -4
- package/fesm2022/igo2-core.mjs.map +1 -1
- package/index.d.ts +16 -5
- package/language/index.d.ts +83 -3
- package/media/index.d.ts +27 -5
- package/message/index.d.ts +70 -3
- package/monitoring/index.d.ts +42 -5
- package/network/index.d.ts +27 -5
- package/package.json +8 -12
- package/regex/index.d.ts +16 -5
- package/request/index.d.ts +37 -5
- package/route/index.d.ts +63 -5
- package/src/theming/themes/_theme.scss +2 -5
- package/storage/index.d.ts +46 -5
- package/theming/prebuilt-themes/blue-theme.css +833 -700
- package/theming/prebuilt-themes/bluedark-theme.css +833 -700
- package/theming/prebuilt-themes/bluedq-theme.css +833 -700
- package/theming/prebuilt-themes/teal-theme.css +833 -700
- package/user/index.d.ts +8 -5
- package/activity/activity.interceptor.d.ts +0 -11
- package/activity/activity.module.d.ts +0 -8
- package/activity/activity.service.d.ts +0 -10
- package/activity/public_api.d.ts +0 -3
- package/analytics/analytics.interface.d.ts +0 -10
- package/analytics/analytics.service.d.ts +0 -22
- package/analytics/public_api.d.ts +0 -2
- package/config/config-deprecated.d.ts +0 -3
- package/config/config.interface.d.ts +0 -12
- package/config/config.module.d.ts +0 -11
- package/config/config.provider.d.ts +0 -4
- package/config/config.service.d.ts +0 -27
- package/config/public_api.d.ts +0 -5
- package/config/version.d.ts +0 -7
- package/environment/environment.interface.d.ts +0 -18
- package/environment/public_api.d.ts +0 -1
- package/language/language.module.d.ts +0 -7
- package/language/public_api.d.ts +0 -2
- package/language/shared/index.d.ts +0 -6
- package/language/shared/language-mock.provider.d.ts +0 -2
- package/language/shared/language.interface.d.ts +0 -10
- package/language/shared/language.loader.d.ts +0 -21
- package/language/shared/language.provider.d.ts +0 -25
- package/language/shared/language.service.d.ts +0 -15
- package/language/shared/missing-translation.guard.d.ts +0 -4
- package/lib/core.module.d.ts +0 -13
- package/media/media.enum.d.ts +0 -9
- package/media/media.service.d.ts +0 -16
- package/media/public_api.d.ts +0 -2
- package/message/message.module.d.ts +0 -11
- package/message/public_api.d.ts +0 -2
- package/message/shared/index.d.ts +0 -4
- package/message/shared/message.enum.d.ts +0 -8
- package/message/shared/message.interface.d.ts +0 -21
- package/message/shared/message.provider.d.ts +0 -2
- package/message/shared/message.service.d.ts +0 -31
- package/message/src/message.theme.scss +0 -21
- package/monitoring/__mocks__/index.d.ts +0 -1
- package/monitoring/__mocks__/monitoring-mock.d.ts +0 -4
- package/monitoring/public_api.d.ts +0 -3
- package/monitoring/sentry/index.d.ts +0 -3
- package/monitoring/sentry/sentry.d.ts +0 -4
- package/monitoring/sentry/sentry.interface.d.ts +0 -8
- package/monitoring/sentry/sentry.provider.d.ts +0 -15
- package/monitoring/sentry/sentry.utils.d.ts +0 -2
- package/monitoring/shared/any-monitoring.interface.d.ts +0 -2
- package/monitoring/shared/index.d.ts +0 -3
- package/monitoring/shared/monitoring.d.ts +0 -3
- package/monitoring/shared/monitoring.interface.d.ts +0 -7
- package/network/network.interfaces.d.ts +0 -3
- package/network/network.service.d.ts +0 -21
- package/network/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -2
- package/regex/public_api.d.ts +0 -2
- package/regex/regex.interface.d.ts +0 -1
- package/regex/regex.service.d.ts +0 -12
- package/request/error.interceptor.d.ts +0 -14
- package/request/error.module.d.ts +0 -9
- package/request/logging.interceptor.d.ts +0 -8
- package/request/logging.module.d.ts +0 -8
- package/request/public_api.d.ts +0 -4
- package/route/public_api.d.ts +0 -2
- package/route/route.interface.d.ts +0 -36
- package/route/route.service.d.ts +0 -23
- package/src/core.theme.scss +0 -5
- package/src/packages.import.scss +0 -4
- package/src/theming/all-theme.scss +0 -10
- package/storage/public_api.d.ts +0 -3
- package/storage/storage.d.ts +0 -15
- package/storage/storage.interface.d.ts +0 -20
- package/storage/storage.service.d.ts +0 -10
- package/user/public_api.d.ts +0 -1
- package/user/user.interface.d.ts +0 -6
|
@@ -253,26 +253,12 @@ html .blue-theme {
|
|
|
253
253
|
--mat-sys-tertiary-fixed-dim: light-dark(#4a98d9, #4a98d9);
|
|
254
254
|
--mat-sys-neutral-variant20: #2b313b;
|
|
255
255
|
--mat-sys-neutral10: #181c21;
|
|
256
|
-
}
|
|
257
|
-
html .blue-theme {
|
|
258
256
|
--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
259
|
-
}
|
|
260
|
-
html .blue-theme {
|
|
261
257
|
--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
262
|
-
}
|
|
263
|
-
html .blue-theme {
|
|
264
258
|
--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
|
|
265
|
-
}
|
|
266
|
-
html .blue-theme {
|
|
267
259
|
--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
268
|
-
}
|
|
269
|
-
html .blue-theme {
|
|
270
260
|
--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
271
|
-
}
|
|
272
|
-
html .blue-theme {
|
|
273
261
|
--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
|
|
274
|
-
}
|
|
275
|
-
html .blue-theme {
|
|
276
262
|
--mat-sys-body-large: 400 1rem / 1.5rem var(--igo-font-family-text, "Roboto", sans-serif);
|
|
277
263
|
--mat-sys-body-large-font: var(--igo-font-family-text, "Roboto", sans-serif);
|
|
278
264
|
--mat-sys-body-large-line-height: 1.5rem;
|
|
@@ -365,8 +351,6 @@ html .blue-theme {
|
|
|
365
351
|
--mat-sys-title-small-size: 0.875rem;
|
|
366
352
|
--mat-sys-title-small-tracking: 0.006rem;
|
|
367
353
|
--mat-sys-title-small-weight: 500;
|
|
368
|
-
}
|
|
369
|
-
html .blue-theme {
|
|
370
354
|
--mat-sys-corner-extra-large: 28px;
|
|
371
355
|
--mat-sys-corner-extra-large-top: 28px 28px 0 0;
|
|
372
356
|
--mat-sys-corner-extra-small: 4px;
|
|
@@ -379,845 +363,994 @@ html .blue-theme {
|
|
|
379
363
|
--mat-sys-corner-medium: 12px;
|
|
380
364
|
--mat-sys-corner-none: 0;
|
|
381
365
|
--mat-sys-corner-small: 8px;
|
|
382
|
-
}
|
|
383
|
-
html .blue-theme {
|
|
384
366
|
--mat-sys-dragged-state-layer-opacity: 0.16;
|
|
385
367
|
--mat-sys-focus-state-layer-opacity: 0.12;
|
|
386
368
|
--mat-sys-hover-state-layer-opacity: 0.08;
|
|
387
369
|
--mat-sys-pressed-state-layer-opacity: 0.12;
|
|
388
370
|
}
|
|
389
371
|
html .blue-theme .mat-primary {
|
|
390
|
-
--mat-stepper-
|
|
391
|
-
--mat-stepper-header-
|
|
372
|
+
--mat-stepper-container-color: #ffffff;
|
|
373
|
+
--mat-stepper-header-done-state-icon-background-color: #1976d2;
|
|
374
|
+
--mat-stepper-header-done-state-icon-foreground-color: #ffffff;
|
|
392
375
|
--mat-stepper-header-edit-state-icon-background-color: #1976d2;
|
|
393
376
|
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
377
|
+
--mat-stepper-header-error-state-icon-foreground-color: #f44336;
|
|
378
|
+
--mat-stepper-header-error-state-label-text-color: #f44336;
|
|
379
|
+
--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
380
|
+
--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
381
|
+
--mat-stepper-header-icon-background-color: #414752;
|
|
382
|
+
--mat-stepper-header-icon-foreground-color: #ffffff;
|
|
383
|
+
--mat-stepper-header-label-text-color: #414752;
|
|
384
|
+
--mat-stepper-header-optional-label-text-color: #414752;
|
|
385
|
+
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
386
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
387
|
+
--mat-stepper-header-selected-state-label-text-color: #414752;
|
|
388
|
+
--mat-stepper-line-color: #717783;
|
|
394
389
|
}
|
|
395
390
|
html .blue-theme .mat-primary.mat-icon {
|
|
396
391
|
--mat-icon-color: #1976d2;
|
|
397
392
|
}
|
|
398
|
-
html .blue-theme .mat-primary.mat-mdc-
|
|
399
|
-
--mat-
|
|
400
|
-
--mat-
|
|
393
|
+
html .blue-theme .mat-primary.mat-mdc-tab-group, html .blue-theme .mat-primary.mat-mdc-tab-nav-bar {
|
|
394
|
+
--mat-tab-active-focus-indicator-color: #1976d2;
|
|
395
|
+
--mat-tab-active-focus-label-text-color: #181c21;
|
|
396
|
+
--mat-tab-active-hover-indicator-color: #1976d2;
|
|
397
|
+
--mat-tab-active-hover-label-text-color: #181c21;
|
|
398
|
+
--mat-tab-active-indicator-color: #1976d2;
|
|
399
|
+
--mat-tab-active-label-text-color: #181c21;
|
|
400
|
+
--mat-tab-active-ripple-color: #181c21;
|
|
401
|
+
--mat-tab-divider-color: #dde2f0;
|
|
402
|
+
--mat-tab-inactive-focus-label-text-color: #181c21;
|
|
403
|
+
--mat-tab-inactive-hover-label-text-color: #181c21;
|
|
404
|
+
--mat-tab-inactive-label-text-color: #181c21;
|
|
405
|
+
--mat-tab-inactive-ripple-color: #181c21;
|
|
406
|
+
--mat-tab-pagination-icon-color: #181c21;
|
|
407
|
+
--mat-tab-disabled-ripple-color: #414752;
|
|
401
408
|
}
|
|
402
409
|
html .blue-theme .mat-primary.mat-mdc-slide-toggle {
|
|
403
|
-
--mat-
|
|
404
|
-
--mat-
|
|
405
|
-
--mat-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
--
|
|
410
|
+
--mat-slide-toggle-disabled-label-text-color: #181c21;
|
|
411
|
+
--mat-slide-toggle-disabled-selected-handle-color: #ffffff;
|
|
412
|
+
--mat-slide-toggle-disabled-selected-icon-color: #181c21;
|
|
413
|
+
--mat-slide-toggle-disabled-selected-track-color: #181c21;
|
|
414
|
+
--mat-slide-toggle-disabled-unselected-handle-color: #181c21;
|
|
415
|
+
--mat-slide-toggle-disabled-unselected-icon-color: #dde2f0;
|
|
416
|
+
--mat-slide-toggle-disabled-unselected-track-color: #dde2f0;
|
|
417
|
+
--mat-slide-toggle-disabled-unselected-track-outline-color: #181c21;
|
|
418
|
+
--mat-slide-toggle-label-text-color: #181c21;
|
|
419
|
+
--mat-slide-toggle-selected-focus-handle-color: #72b2eb;
|
|
420
|
+
--mat-slide-toggle-selected-focus-state-layer-color: #1976d2;
|
|
421
|
+
--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
|
|
422
|
+
--mat-slide-toggle-selected-focus-track-color: #1976d2;
|
|
423
|
+
--mat-slide-toggle-selected-handle-color: #ffffff;
|
|
424
|
+
--mat-slide-toggle-selected-hover-handle-color: #72b2eb;
|
|
425
|
+
--mat-slide-toggle-selected-hover-state-layer-color: #1976d2;
|
|
426
|
+
--mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
|
|
427
|
+
--mat-slide-toggle-selected-hover-track-color: #1976d2;
|
|
428
|
+
--mat-slide-toggle-selected-icon-color: #1976d2;
|
|
429
|
+
--mat-slide-toggle-selected-pressed-handle-color: #72b2eb;
|
|
430
|
+
--mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;
|
|
431
|
+
--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
|
|
432
|
+
--mat-slide-toggle-selected-pressed-track-color: #1976d2;
|
|
433
|
+
--mat-slide-toggle-selected-track-color: #1976d2;
|
|
434
|
+
--mat-slide-toggle-track-outline-color: #717783;
|
|
435
|
+
--mat-slide-toggle-unselected-focus-handle-color: #414752;
|
|
436
|
+
--mat-slide-toggle-unselected-focus-state-layer-color: #181c21;
|
|
437
|
+
--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
|
|
438
|
+
--mat-slide-toggle-unselected-focus-track-color: #dde2f0;
|
|
439
|
+
--mat-slide-toggle-unselected-handle-color: #717783;
|
|
440
|
+
--mat-slide-toggle-unselected-hover-handle-color: #414752;
|
|
441
|
+
--mat-slide-toggle-unselected-hover-state-layer-color: #181c21;
|
|
442
|
+
--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
|
|
443
|
+
--mat-slide-toggle-unselected-hover-track-color: #dde2f0;
|
|
444
|
+
--mat-slide-toggle-unselected-icon-color: #dde2f0;
|
|
445
|
+
--mat-slide-toggle-unselected-pressed-handle-color: #414752;
|
|
446
|
+
--mat-slide-toggle-unselected-pressed-state-layer-color: #181c21;
|
|
447
|
+
--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
|
|
448
|
+
--mat-slide-toggle-unselected-pressed-track-color: #dde2f0;
|
|
449
|
+
--mat-slide-toggle-unselected-track-color: #dde2f0;
|
|
450
|
+
}
|
|
451
|
+
html .blue-theme .mat-primary.mat-datepicker-content {
|
|
452
|
+
--mat-datepicker-calendar-body-label-text-color: #181c21;
|
|
453
|
+
--mat-datepicker-calendar-container-background-color: #e6e8f0;
|
|
454
|
+
--mat-datepicker-calendar-container-text-color: #181c21;
|
|
455
|
+
--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
456
|
+
--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
457
|
+
--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
458
|
+
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #72b2eb;
|
|
459
|
+
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #1976d2;
|
|
460
|
+
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #bbdefb;
|
|
461
|
+
--mat-datepicker-calendar-date-in-range-state-background-color: #72b2eb;
|
|
462
|
+
--mat-datepicker-calendar-date-outline-color: transparent;
|
|
463
|
+
--mat-datepicker-calendar-date-preview-state-outline-color: #1976d2;
|
|
464
|
+
--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
465
|
+
--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
|
|
466
|
+
--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
|
|
467
|
+
--mat-datepicker-calendar-date-text-color: #181c21;
|
|
468
|
+
--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
469
|
+
--mat-datepicker-calendar-date-today-outline-color: #1976d2;
|
|
470
|
+
--mat-datepicker-calendar-date-today-selected-state-outline-color: #1976d2;
|
|
471
|
+
--mat-datepicker-calendar-header-divider-color: transparent;
|
|
472
|
+
--mat-datepicker-calendar-header-text-color: #414752;
|
|
473
|
+
--mat-datepicker-calendar-navigation-button-icon-color: #414752;
|
|
474
|
+
--mat-datepicker-calendar-period-button-icon-color: #414752;
|
|
475
|
+
--mat-datepicker-calendar-period-button-text-color: #414752;
|
|
476
|
+
--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
477
|
+
--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
478
|
+
--mat-datepicker-range-input-separator-color: #181c21;
|
|
479
|
+
--mat-datepicker-toggle-active-state-icon-color: #1976d2;
|
|
480
|
+
--mat-datepicker-toggle-icon-color: #414752;
|
|
409
481
|
}
|
|
410
482
|
html .blue-theme .mat-primary.mat-mdc-button-base {
|
|
483
|
+
--mat-icon-button-disabled-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
484
|
+
--mat-icon-button-disabled-state-layer-color: #1976d2;
|
|
485
|
+
--mat-icon-button-focus-state-layer-opacity: 0.12;
|
|
486
|
+
--mat-icon-button-hover-state-layer-opacity: 0.08;
|
|
487
|
+
--mat-icon-button-icon-color: #1976d2;
|
|
488
|
+
--mat-icon-button-pressed-state-layer-opacity: 0.12;
|
|
489
|
+
--mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
411
490
|
--mat-icon-button-state-layer-color: #1976d2;
|
|
412
|
-
--mat-icon-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
413
|
-
}
|
|
414
|
-
html .blue-theme .mat-primary .mdc-list-item__start,
|
|
415
|
-
html .blue-theme .mat-primary .mdc-list-item__end {
|
|
416
|
-
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
417
|
-
--mat-checkbox-label-text-color: #181c21;
|
|
418
491
|
}
|
|
419
492
|
html .blue-theme .mat-badge {
|
|
420
493
|
--mat-badge-background-color: #1976d2;
|
|
421
|
-
--mat-badge-
|
|
422
|
-
--mat-badge-disabled-state-background-color: rgba(25, 118, 210, 0.38);
|
|
494
|
+
--mat-badge-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);
|
|
423
495
|
--mat-badge-disabled-state-text-color: #ffffff;
|
|
496
|
+
--mat-badge-text-color: #ffffff;
|
|
424
497
|
}
|
|
425
498
|
html .blue-theme .mat-accent {
|
|
499
|
+
--mat-option-focus-state-layer-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
500
|
+
--mat-option-hover-state-layer-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
501
|
+
--mat-option-label-text-color: #181c21;
|
|
426
502
|
--mat-option-selected-state-label-text-color: #1976d2;
|
|
427
503
|
--mat-option-selected-state-layer-color: #72b2eb;
|
|
428
504
|
}
|
|
429
505
|
html .blue-theme .mat-accent {
|
|
430
|
-
--
|
|
506
|
+
--mat-progress-spinner-active-indicator-color: #1976d2;
|
|
431
507
|
}
|
|
432
508
|
html .blue-theme .mat-accent {
|
|
433
|
-
--mat-
|
|
434
|
-
--mat-
|
|
509
|
+
--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #ffffff;
|
|
510
|
+
--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
511
|
+
--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
512
|
+
--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
|
|
513
|
+
--mat-pseudo-checkbox-full-selected-icon-color: #1976d2;
|
|
514
|
+
--mat-pseudo-checkbox-full-unselected-icon-color: #414752;
|
|
515
|
+
--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
516
|
+
--mat-pseudo-checkbox-minimal-selected-checkmark-color: #1976d2;
|
|
435
517
|
}
|
|
436
518
|
html .blue-theme .mat-accent {
|
|
437
|
-
--mat-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
441
|
-
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
519
|
+
--mat-stepper-container-color: #ffffff;
|
|
520
|
+
--mat-stepper-header-done-state-icon-background-color: #1976d2;
|
|
521
|
+
--mat-stepper-header-done-state-icon-foreground-color: #ffffff;
|
|
442
522
|
--mat-stepper-header-edit-state-icon-background-color: #1976d2;
|
|
443
523
|
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
524
|
+
--mat-stepper-header-error-state-icon-foreground-color: #f44336;
|
|
525
|
+
--mat-stepper-header-error-state-label-text-color: #f44336;
|
|
526
|
+
--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
527
|
+
--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
528
|
+
--mat-stepper-header-icon-background-color: #414752;
|
|
529
|
+
--mat-stepper-header-icon-foreground-color: #ffffff;
|
|
530
|
+
--mat-stepper-header-label-text-color: #414752;
|
|
531
|
+
--mat-stepper-header-optional-label-text-color: #414752;
|
|
532
|
+
--mat-stepper-header-selected-state-icon-background-color: #1976d2;
|
|
533
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
534
|
+
--mat-stepper-header-selected-state-label-text-color: #414752;
|
|
535
|
+
--mat-stepper-line-color: #717783;
|
|
444
536
|
}
|
|
445
537
|
html .blue-theme .mat-accent.mat-icon {
|
|
446
538
|
--mat-icon-color: #1976d2;
|
|
447
539
|
}
|
|
448
540
|
html .blue-theme .mat-accent.mat-mdc-checkbox {
|
|
449
|
-
--
|
|
450
|
-
--
|
|
451
|
-
--
|
|
452
|
-
--
|
|
453
|
-
--mdc-checkbox-selected-icon-color: #1976d2;
|
|
454
|
-
--mdc-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
455
|
-
--mdc-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
456
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
457
|
-
}
|
|
458
|
-
html .blue-theme .mat-accent.mat-mdc-checkbox {
|
|
459
|
-
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
541
|
+
--mat-checkbox-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
542
|
+
--mat-checkbox-disabled-selected-checkmark-color: #ffffff;
|
|
543
|
+
--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
544
|
+
--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
460
545
|
--mat-checkbox-label-text-color: #181c21;
|
|
546
|
+
--mat-checkbox-selected-checkmark-color: #ffffff;
|
|
547
|
+
--mat-checkbox-selected-focus-icon-color: #1976d2;
|
|
548
|
+
--mat-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
549
|
+
--mat-checkbox-selected-hover-icon-color: #1976d2;
|
|
550
|
+
--mat-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
551
|
+
--mat-checkbox-selected-icon-color: #1976d2;
|
|
552
|
+
--mat-checkbox-selected-pressed-icon-color: #1976d2;
|
|
553
|
+
--mat-checkbox-selected-pressed-state-layer-color: #181c21;
|
|
554
|
+
--mat-checkbox-unselected-focus-icon-color: #181c21;
|
|
555
|
+
--mat-checkbox-unselected-focus-state-layer-color: #181c21;
|
|
556
|
+
--mat-checkbox-unselected-hover-icon-color: #181c21;
|
|
557
|
+
--mat-checkbox-unselected-hover-state-layer-color: #181c21;
|
|
558
|
+
--mat-checkbox-unselected-icon-color: #414752;
|
|
559
|
+
--mat-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
461
560
|
}
|
|
462
561
|
html .blue-theme .mat-accent.mat-mdc-slider {
|
|
463
|
-
--
|
|
464
|
-
--
|
|
465
|
-
--
|
|
466
|
-
--
|
|
467
|
-
--
|
|
468
|
-
--
|
|
469
|
-
--
|
|
470
|
-
--
|
|
471
|
-
|
|
472
|
-
|
|
562
|
+
--mat-slider-active-track-color: #1976d2;
|
|
563
|
+
--mat-slider-active-track-shape: 9999px;
|
|
564
|
+
--mat-slider-disabled-active-track-color: #181c21;
|
|
565
|
+
--mat-slider-disabled-handle-color: #181c21;
|
|
566
|
+
--mat-slider-disabled-inactive-track-color: #181c21;
|
|
567
|
+
--mat-slider-focus-handle-color: #1976d2;
|
|
568
|
+
--mat-slider-focus-state-layer-color: color-mix(in srgb, #1976d2 20%, transparent);
|
|
569
|
+
--mat-slider-handle-color: #1976d2;
|
|
570
|
+
--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
571
|
+
--mat-slider-handle-shape: 9999px;
|
|
572
|
+
--mat-slider-hover-handle-color: #1976d2;
|
|
573
|
+
--mat-slider-hover-state-layer-color: color-mix(in srgb, #1976d2 5%, transparent);
|
|
574
|
+
--mat-slider-inactive-track-color: #dde2f0;
|
|
575
|
+
--mat-slider-inactive-track-shape: 9999px;
|
|
576
|
+
--mat-slider-label-container-color: #1976d2;
|
|
577
|
+
--mat-slider-label-label-text-color: #ffffff;
|
|
473
578
|
--mat-slider-ripple-color: #1976d2;
|
|
474
|
-
--mat-slider-
|
|
475
|
-
--mat-slider-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
--
|
|
579
|
+
--mat-slider-with-overlap-handle-outline-color: #ffffff;
|
|
580
|
+
--mat-slider-with-tick-marks-active-container-color: #ffffff;
|
|
581
|
+
--mat-slider-with-tick-marks-container-shape: 9999px;
|
|
582
|
+
--mat-slider-with-tick-marks-disabled-container-color: #181c21;
|
|
583
|
+
--mat-slider-with-tick-marks-inactive-container-color: #414752;
|
|
479
584
|
}
|
|
480
585
|
html .blue-theme .mat-accent.mat-mdc-tab-group, html .blue-theme .mat-accent.mat-mdc-tab-nav-bar {
|
|
481
|
-
--mat-tab-
|
|
482
|
-
--mat-tab-
|
|
586
|
+
--mat-tab-active-focus-indicator-color: #1976d2;
|
|
587
|
+
--mat-tab-active-focus-label-text-color: #181c21;
|
|
588
|
+
--mat-tab-active-hover-indicator-color: #1976d2;
|
|
589
|
+
--mat-tab-active-hover-label-text-color: #181c21;
|
|
590
|
+
--mat-tab-active-indicator-color: #1976d2;
|
|
591
|
+
--mat-tab-active-label-text-color: #181c21;
|
|
592
|
+
--mat-tab-active-ripple-color: #181c21;
|
|
593
|
+
--mat-tab-divider-color: #dde2f0;
|
|
594
|
+
--mat-tab-inactive-focus-label-text-color: #181c21;
|
|
595
|
+
--mat-tab-inactive-hover-label-text-color: #181c21;
|
|
596
|
+
--mat-tab-inactive-label-text-color: #181c21;
|
|
597
|
+
--mat-tab-inactive-ripple-color: #181c21;
|
|
598
|
+
--mat-tab-pagination-icon-color: #181c21;
|
|
599
|
+
--mat-tab-disabled-ripple-color: #414752;
|
|
483
600
|
}
|
|
484
601
|
html .blue-theme .mat-accent.mat-mdc-slide-toggle {
|
|
485
|
-
--
|
|
486
|
-
--
|
|
487
|
-
--
|
|
488
|
-
--
|
|
489
|
-
--
|
|
490
|
-
--
|
|
491
|
-
--
|
|
492
|
-
--
|
|
493
|
-
--
|
|
494
|
-
--
|
|
495
|
-
--
|
|
496
|
-
--
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
--mat-
|
|
500
|
-
--mat-
|
|
501
|
-
--mat-
|
|
602
|
+
--mat-slide-toggle-disabled-label-text-color: #181c21;
|
|
603
|
+
--mat-slide-toggle-disabled-selected-handle-color: #ffffff;
|
|
604
|
+
--mat-slide-toggle-disabled-selected-icon-color: #181c21;
|
|
605
|
+
--mat-slide-toggle-disabled-selected-track-color: #181c21;
|
|
606
|
+
--mat-slide-toggle-disabled-unselected-handle-color: #181c21;
|
|
607
|
+
--mat-slide-toggle-disabled-unselected-icon-color: #dde2f0;
|
|
608
|
+
--mat-slide-toggle-disabled-unselected-track-color: #dde2f0;
|
|
609
|
+
--mat-slide-toggle-disabled-unselected-track-outline-color: #181c21;
|
|
610
|
+
--mat-slide-toggle-label-text-color: #181c21;
|
|
611
|
+
--mat-slide-toggle-selected-focus-handle-color: #72b2eb;
|
|
612
|
+
--mat-slide-toggle-selected-focus-state-layer-color: #1976d2;
|
|
613
|
+
--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
|
|
614
|
+
--mat-slide-toggle-selected-focus-track-color: #1976d2;
|
|
615
|
+
--mat-slide-toggle-selected-handle-color: #ffffff;
|
|
616
|
+
--mat-slide-toggle-selected-hover-handle-color: #72b2eb;
|
|
617
|
+
--mat-slide-toggle-selected-hover-state-layer-color: #1976d2;
|
|
618
|
+
--mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
|
|
619
|
+
--mat-slide-toggle-selected-hover-track-color: #1976d2;
|
|
620
|
+
--mat-slide-toggle-selected-icon-color: #1976d2;
|
|
621
|
+
--mat-slide-toggle-selected-pressed-handle-color: #72b2eb;
|
|
622
|
+
--mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;
|
|
623
|
+
--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
|
|
624
|
+
--mat-slide-toggle-selected-pressed-track-color: #1976d2;
|
|
625
|
+
--mat-slide-toggle-selected-track-color: #1976d2;
|
|
626
|
+
--mat-slide-toggle-track-outline-color: #717783;
|
|
627
|
+
--mat-slide-toggle-unselected-focus-handle-color: #414752;
|
|
628
|
+
--mat-slide-toggle-unselected-focus-state-layer-color: #181c21;
|
|
629
|
+
--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
|
|
630
|
+
--mat-slide-toggle-unselected-focus-track-color: #dde2f0;
|
|
631
|
+
--mat-slide-toggle-unselected-handle-color: #717783;
|
|
632
|
+
--mat-slide-toggle-unselected-hover-handle-color: #414752;
|
|
633
|
+
--mat-slide-toggle-unselected-hover-state-layer-color: #181c21;
|
|
634
|
+
--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
|
|
635
|
+
--mat-slide-toggle-unselected-hover-track-color: #dde2f0;
|
|
636
|
+
--mat-slide-toggle-unselected-icon-color: #dde2f0;
|
|
637
|
+
--mat-slide-toggle-unselected-pressed-handle-color: #414752;
|
|
638
|
+
--mat-slide-toggle-unselected-pressed-state-layer-color: #181c21;
|
|
639
|
+
--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
|
|
640
|
+
--mat-slide-toggle-unselected-pressed-track-color: #dde2f0;
|
|
641
|
+
--mat-slide-toggle-unselected-track-color: #dde2f0;
|
|
502
642
|
}
|
|
503
643
|
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
644
|
+
--mat-select-panel-background-color: #ecedf6;
|
|
645
|
+
--mat-select-enabled-trigger-text-color: #181c21;
|
|
646
|
+
--mat-select-disabled-trigger-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
647
|
+
--mat-select-placeholder-text-color: #414752;
|
|
648
|
+
--mat-select-enabled-arrow-color: #414752;
|
|
649
|
+
--mat-select-disabled-arrow-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
504
650
|
--mat-select-focused-arrow-color: #1976d2;
|
|
505
|
-
|
|
506
|
-
html .blue-theme .mat-accent.mat-mdc-radio-button {
|
|
507
|
-
--mdc-radio-selected-focus-icon-color: #1976d2;
|
|
508
|
-
--mdc-radio-selected-hover-icon-color: #1976d2;
|
|
509
|
-
--mdc-radio-selected-icon-color: #1976d2;
|
|
510
|
-
--mdc-radio-selected-pressed-icon-color: #1976d2;
|
|
651
|
+
--mat-select-invalid-arrow-color: #f44336;
|
|
511
652
|
}
|
|
512
653
|
html .blue-theme .mat-accent.mat-mdc-radio-button {
|
|
513
654
|
--mat-radio-checked-ripple-color: #1976d2;
|
|
655
|
+
--mat-radio-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
656
|
+
--mat-radio-disabled-selected-icon-color: #181c21;
|
|
657
|
+
--mat-radio-disabled-unselected-icon-color: #181c21;
|
|
658
|
+
--mat-radio-label-text-color: #181c21;
|
|
659
|
+
--mat-radio-ripple-color: #181c21;
|
|
660
|
+
--mat-radio-selected-focus-icon-color: #1976d2;
|
|
661
|
+
--mat-radio-selected-hover-icon-color: #1976d2;
|
|
662
|
+
--mat-radio-selected-icon-color: #1976d2;
|
|
663
|
+
--mat-radio-selected-pressed-icon-color: #1976d2;
|
|
664
|
+
--mat-radio-unselected-focus-icon-color: #181c21;
|
|
665
|
+
--mat-radio-unselected-hover-icon-color: #181c21;
|
|
666
|
+
--mat-radio-unselected-pressed-icon-color: #181c21;
|
|
514
667
|
}
|
|
515
668
|
html .blue-theme .mat-accent.mat-mdc-progress-bar {
|
|
516
|
-
--
|
|
517
|
-
--
|
|
518
|
-
}
|
|
519
|
-
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
520
|
-
--mdc-filled-text-field-caret-color: #1976d2;
|
|
521
|
-
--mdc-filled-text-field-focus-active-indicator-color: #1976d2;
|
|
522
|
-
--mdc-filled-text-field-focus-label-text-color: #1976d2;
|
|
523
|
-
}
|
|
524
|
-
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
525
|
-
--mdc-outlined-text-field-caret-color: #1976d2;
|
|
526
|
-
--mdc-outlined-text-field-focus-outline-color: #1976d2;
|
|
527
|
-
--mdc-outlined-text-field-focus-label-text-color: #1976d2;
|
|
669
|
+
--mat-progress-bar-active-indicator-color: #1976d2;
|
|
670
|
+
--mat-progress-bar-track-color: #dde2f0;
|
|
528
671
|
}
|
|
529
672
|
html .blue-theme .mat-accent.mat-mdc-form-field {
|
|
673
|
+
--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
674
|
+
--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
675
|
+
--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
676
|
+
--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
677
|
+
--mat-form-field-enabled-select-arrow-color: #414752;
|
|
678
|
+
--mat-form-field-error-focus-trailing-icon-color: #f44336;
|
|
679
|
+
--mat-form-field-error-hover-trailing-icon-color: #93000a;
|
|
680
|
+
--mat-form-field-error-text-color: #f44336;
|
|
681
|
+
--mat-form-field-error-trailing-icon-color: #f44336;
|
|
682
|
+
--mat-form-field-filled-active-indicator-color: #414752;
|
|
683
|
+
--mat-form-field-filled-caret-color: #1976d2;
|
|
684
|
+
--mat-form-field-filled-container-color: #dde2f0;
|
|
685
|
+
--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
686
|
+
--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #181c21 4%, transparent);
|
|
687
|
+
--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
688
|
+
--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
689
|
+
--mat-form-field-filled-error-active-indicator-color: #f44336;
|
|
690
|
+
--mat-form-field-filled-error-caret-color: #f44336;
|
|
691
|
+
--mat-form-field-filled-error-focus-active-indicator-color: #f44336;
|
|
692
|
+
--mat-form-field-filled-error-focus-label-text-color: #f44336;
|
|
693
|
+
--mat-form-field-filled-error-hover-active-indicator-color: #93000a;
|
|
694
|
+
--mat-form-field-filled-error-hover-label-text-color: #93000a;
|
|
695
|
+
--mat-form-field-filled-error-label-text-color: #f44336;
|
|
696
|
+
--mat-form-field-filled-focus-active-indicator-color: #1976d2;
|
|
697
|
+
--mat-form-field-filled-focus-label-text-color: #1976d2;
|
|
698
|
+
--mat-form-field-filled-hover-active-indicator-color: #181c21;
|
|
699
|
+
--mat-form-field-filled-hover-label-text-color: #414752;
|
|
700
|
+
--mat-form-field-filled-input-text-color: #181c21;
|
|
701
|
+
--mat-form-field-filled-input-text-placeholder-color: #414752;
|
|
702
|
+
--mat-form-field-filled-label-text-color: #414752;
|
|
530
703
|
--mat-form-field-focus-select-arrow-color: #1976d2;
|
|
704
|
+
--mat-form-field-focus-state-layer-opacity: 0;
|
|
705
|
+
--mat-form-field-hover-state-layer-opacity: 0.08;
|
|
706
|
+
--mat-form-field-leading-icon-color: #414752;
|
|
707
|
+
--mat-form-field-outlined-caret-color: #1976d2;
|
|
708
|
+
--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
709
|
+
--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
710
|
+
--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
711
|
+
--mat-form-field-outlined-error-caret-color: #f44336;
|
|
712
|
+
--mat-form-field-outlined-error-focus-label-text-color: #f44336;
|
|
713
|
+
--mat-form-field-outlined-error-focus-outline-color: #f44336;
|
|
714
|
+
--mat-form-field-outlined-error-hover-label-text-color: #93000a;
|
|
715
|
+
--mat-form-field-outlined-error-hover-outline-color: #93000a;
|
|
716
|
+
--mat-form-field-outlined-error-label-text-color: #f44336;
|
|
717
|
+
--mat-form-field-outlined-error-outline-color: #f44336;
|
|
718
|
+
--mat-form-field-outlined-focus-label-text-color: #1976d2;
|
|
719
|
+
--mat-form-field-outlined-focus-outline-color: #1976d2;
|
|
720
|
+
--mat-form-field-outlined-hover-label-text-color: #181c21;
|
|
721
|
+
--mat-form-field-outlined-hover-outline-color: #181c21;
|
|
722
|
+
--mat-form-field-outlined-input-text-color: #181c21;
|
|
723
|
+
--mat-form-field-outlined-input-text-placeholder-color: #414752;
|
|
724
|
+
--mat-form-field-outlined-label-text-color: #414752;
|
|
725
|
+
--mat-form-field-outlined-outline-color: #717783;
|
|
726
|
+
--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
727
|
+
--mat-form-field-select-option-text-color: #181c21;
|
|
728
|
+
--mat-form-field-state-layer-color: #181c21;
|
|
729
|
+
--mat-form-field-trailing-icon-color: #414752;
|
|
531
730
|
}
|
|
532
731
|
html .blue-theme .mat-accent.mat-datepicker-content {
|
|
533
|
-
--mat-datepicker-calendar-
|
|
534
|
-
--mat-datepicker-calendar-
|
|
535
|
-
--mat-datepicker-calendar-
|
|
536
|
-
--mat-datepicker-calendar-date-
|
|
732
|
+
--mat-datepicker-calendar-body-label-text-color: #181c21;
|
|
733
|
+
--mat-datepicker-calendar-container-background-color: #e6e8f0;
|
|
734
|
+
--mat-datepicker-calendar-container-text-color: #181c21;
|
|
735
|
+
--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
736
|
+
--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
737
|
+
--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
537
738
|
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #72b2eb;
|
|
538
|
-
--mat-datepicker-calendar-date-
|
|
739
|
+
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #1976d2;
|
|
740
|
+
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #bbdefb;
|
|
741
|
+
--mat-datepicker-calendar-date-in-range-state-background-color: #72b2eb;
|
|
742
|
+
--mat-datepicker-calendar-date-outline-color: transparent;
|
|
539
743
|
--mat-datepicker-calendar-date-preview-state-outline-color: #1976d2;
|
|
744
|
+
--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
745
|
+
--mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
|
|
746
|
+
--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
|
|
747
|
+
--mat-datepicker-calendar-date-text-color: #181c21;
|
|
748
|
+
--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
749
|
+
--mat-datepicker-calendar-date-today-outline-color: #1976d2;
|
|
750
|
+
--mat-datepicker-calendar-date-today-selected-state-outline-color: #1976d2;
|
|
751
|
+
--mat-datepicker-calendar-header-divider-color: transparent;
|
|
752
|
+
--mat-datepicker-calendar-header-text-color: #414752;
|
|
753
|
+
--mat-datepicker-calendar-navigation-button-icon-color: #414752;
|
|
754
|
+
--mat-datepicker-calendar-period-button-icon-color: #414752;
|
|
755
|
+
--mat-datepicker-calendar-period-button-text-color: #414752;
|
|
756
|
+
--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
757
|
+
--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
758
|
+
--mat-datepicker-range-input-separator-color: #181c21;
|
|
759
|
+
--mat-datepicker-toggle-active-state-icon-color: #1976d2;
|
|
760
|
+
--mat-datepicker-toggle-icon-color: #414752;
|
|
540
761
|
}
|
|
541
762
|
html .blue-theme .mat-accent.mat-mdc-button-base {
|
|
542
|
-
--
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
--
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
--
|
|
549
|
-
--
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
--
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
--mat-
|
|
556
|
-
--mat-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
--mat-
|
|
560
|
-
--mat-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
--mat-
|
|
564
|
-
--mat-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
--mat-
|
|
568
|
-
--mat-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
--
|
|
572
|
-
|
|
573
|
-
|
|
763
|
+
--mat-button-filled-container-color: #1976d2;
|
|
764
|
+
--mat-button-filled-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
765
|
+
--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
766
|
+
--mat-button-filled-disabled-state-layer-color: #414752;
|
|
767
|
+
--mat-button-filled-focus-state-layer-opacity: 0.12;
|
|
768
|
+
--mat-button-filled-hover-state-layer-opacity: 0.08;
|
|
769
|
+
--mat-button-filled-label-text-color: #ffffff;
|
|
770
|
+
--mat-button-filled-pressed-state-layer-opacity: 0.12;
|
|
771
|
+
--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
|
|
772
|
+
--mat-button-filled-state-layer-color: #ffffff;
|
|
773
|
+
--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
774
|
+
--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
775
|
+
--mat-button-outlined-disabled-state-layer-color: #414752;
|
|
776
|
+
--mat-button-outlined-focus-state-layer-opacity: 0.12;
|
|
777
|
+
--mat-button-outlined-hover-state-layer-opacity: 0.08;
|
|
778
|
+
--mat-button-outlined-label-text-color: #1976d2;
|
|
779
|
+
--mat-button-outlined-outline-color: #717783;
|
|
780
|
+
--mat-button-outlined-pressed-state-layer-opacity: 0.12;
|
|
781
|
+
--mat-button-outlined-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
782
|
+
--mat-button-outlined-state-layer-color: #1976d2;
|
|
783
|
+
--mat-button-protected-container-color: #ffffff;
|
|
784
|
+
--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
785
|
+
--mat-button-protected-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
786
|
+
--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
787
|
+
--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
788
|
+
--mat-button-protected-disabled-state-layer-color: #414752;
|
|
789
|
+
--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
790
|
+
--mat-button-protected-focus-state-layer-opacity: 0.12;
|
|
791
|
+
--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
|
|
792
|
+
--mat-button-protected-hover-state-layer-opacity: 0.08;
|
|
793
|
+
--mat-button-protected-label-text-color: #1976d2;
|
|
794
|
+
--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
795
|
+
--mat-button-protected-pressed-state-layer-opacity: 0.12;
|
|
796
|
+
--mat-button-protected-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
797
|
+
--mat-button-protected-state-layer-color: #1976d2;
|
|
798
|
+
--mat-button-text-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
799
|
+
--mat-button-text-disabled-state-layer-color: #414752;
|
|
800
|
+
--mat-button-text-focus-state-layer-opacity: 0.12;
|
|
801
|
+
--mat-button-text-hover-state-layer-opacity: 0.08;
|
|
802
|
+
--mat-button-text-label-text-color: #1976d2;
|
|
803
|
+
--mat-button-text-pressed-state-layer-opacity: 0.12;
|
|
804
|
+
--mat-button-text-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
805
|
+
--mat-button-text-state-layer-color: #1976d2;
|
|
806
|
+
--mat-button-tonal-container-color: #72b2eb;
|
|
807
|
+
--mat-button-tonal-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
808
|
+
--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
809
|
+
--mat-button-tonal-disabled-state-layer-color: #414752;
|
|
810
|
+
--mat-button-tonal-focus-state-layer-opacity: 0.12;
|
|
811
|
+
--mat-button-tonal-hover-state-layer-opacity: 0.08;
|
|
812
|
+
--mat-button-tonal-label-text-color: #1976d2;
|
|
813
|
+
--mat-button-tonal-pressed-state-layer-opacity: 0.12;
|
|
814
|
+
--mat-button-tonal-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
815
|
+
--mat-button-tonal-state-layer-color: #1976d2;
|
|
816
|
+
--mat-icon-button-disabled-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
817
|
+
--mat-icon-button-disabled-state-layer-color: #1976d2;
|
|
818
|
+
--mat-icon-button-focus-state-layer-opacity: 0.12;
|
|
819
|
+
--mat-icon-button-hover-state-layer-opacity: 0.08;
|
|
820
|
+
--mat-icon-button-icon-color: #1976d2;
|
|
821
|
+
--mat-icon-button-pressed-state-layer-opacity: 0.12;
|
|
822
|
+
--mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
574
823
|
--mat-icon-button-state-layer-color: #1976d2;
|
|
575
|
-
--mat-icon-button-ripple-color: rgba(25, 118, 210, 0.12);
|
|
576
|
-
}
|
|
577
|
-
html .blue-theme .mat-accent.mat-mdc-standard-chip {
|
|
578
|
-
--mdc-chip-elevated-selected-container-color: #72b2eb;
|
|
579
|
-
--mdc-chip-selected-hover-state-layer-color: #1976d2;
|
|
580
|
-
--mdc-chip-selected-focus-state-layer-color: #1976d2;
|
|
581
|
-
--mdc-chip-selected-label-text-color: #1976d2;
|
|
582
|
-
--mdc-chip-with-icon-selected-icon-color: #1976d2;
|
|
583
824
|
}
|
|
584
825
|
html .blue-theme .mat-accent.mat-mdc-standard-chip {
|
|
826
|
+
--mat-chip-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
827
|
+
--mat-chip-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
828
|
+
--mat-chip-elevated-selected-container-color: #72b2eb;
|
|
829
|
+
--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
830
|
+
--mat-chip-focus-outline-color: #414752;
|
|
831
|
+
--mat-chip-focus-state-layer-color: #414752;
|
|
832
|
+
--mat-chip-focus-state-layer-opacity: 0.12;
|
|
833
|
+
--mat-chip-hover-state-layer-color: #414752;
|
|
834
|
+
--mat-chip-hover-state-layer-opacity: 0.08;
|
|
835
|
+
--mat-chip-label-text-color: #414752;
|
|
836
|
+
--mat-chip-outline-color: #717783;
|
|
837
|
+
--mat-chip-selected-disabled-trailing-icon-color: #181c21;
|
|
838
|
+
--mat-chip-selected-focus-state-layer-color: #1976d2;
|
|
839
|
+
--mat-chip-selected-focus-state-layer-opacity: 0.12;
|
|
840
|
+
--mat-chip-selected-hover-state-layer-color: #1976d2;
|
|
841
|
+
--mat-chip-selected-hover-state-layer-opacity: 0.08;
|
|
842
|
+
--mat-chip-selected-label-text-color: #1976d2;
|
|
585
843
|
--mat-chip-selected-trailing-action-state-layer-color: #1976d2;
|
|
586
844
|
--mat-chip-selected-trailing-icon-color: #1976d2;
|
|
845
|
+
--mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
|
|
846
|
+
--mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
|
|
847
|
+
--mat-chip-trailing-action-state-layer-color: #414752;
|
|
848
|
+
--mat-chip-with-icon-disabled-icon-color: #181c21;
|
|
849
|
+
--mat-chip-with-icon-icon-color: #414752;
|
|
850
|
+
--mat-chip-with-icon-selected-icon-color: #1976d2;
|
|
851
|
+
--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #181c21;
|
|
852
|
+
--mat-chip-with-trailing-icon-trailing-icon-color: #414752;
|
|
587
853
|
}
|
|
588
854
|
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
589
855
|
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
590
|
-
--
|
|
591
|
-
--
|
|
592
|
-
--
|
|
593
|
-
--
|
|
594
|
-
--mdc-checkbox-selected-icon-color: #1976d2;
|
|
595
|
-
--mdc-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
596
|
-
--mdc-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
597
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
598
|
-
}
|
|
599
|
-
html .blue-theme .mat-accent .mdc-list-item__start,
|
|
600
|
-
html .blue-theme .mat-accent .mdc-list-item__end {
|
|
601
|
-
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
856
|
+
--mat-checkbox-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
857
|
+
--mat-checkbox-disabled-selected-checkmark-color: #ffffff;
|
|
858
|
+
--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
859
|
+
--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
602
860
|
--mat-checkbox-label-text-color: #181c21;
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
--
|
|
607
|
-
--
|
|
608
|
-
--
|
|
609
|
-
--
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
861
|
+
--mat-checkbox-selected-checkmark-color: #ffffff;
|
|
862
|
+
--mat-checkbox-selected-focus-icon-color: #1976d2;
|
|
863
|
+
--mat-checkbox-selected-focus-state-layer-color: #1976d2;
|
|
864
|
+
--mat-checkbox-selected-hover-icon-color: #1976d2;
|
|
865
|
+
--mat-checkbox-selected-hover-state-layer-color: #1976d2;
|
|
866
|
+
--mat-checkbox-selected-icon-color: #1976d2;
|
|
867
|
+
--mat-checkbox-selected-pressed-icon-color: #1976d2;
|
|
868
|
+
--mat-checkbox-selected-pressed-state-layer-color: #181c21;
|
|
869
|
+
--mat-checkbox-unselected-focus-icon-color: #181c21;
|
|
870
|
+
--mat-checkbox-unselected-focus-state-layer-color: #181c21;
|
|
871
|
+
--mat-checkbox-unselected-hover-icon-color: #181c21;
|
|
872
|
+
--mat-checkbox-unselected-hover-state-layer-color: #181c21;
|
|
873
|
+
--mat-checkbox-unselected-icon-color: #414752;
|
|
874
|
+
--mat-checkbox-unselected-pressed-state-layer-color: #1976d2;
|
|
613
875
|
--mat-radio-checked-ripple-color: #1976d2;
|
|
876
|
+
--mat-radio-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
877
|
+
--mat-radio-disabled-selected-icon-color: #181c21;
|
|
878
|
+
--mat-radio-disabled-unselected-icon-color: #181c21;
|
|
879
|
+
--mat-radio-label-text-color: #181c21;
|
|
880
|
+
--mat-radio-ripple-color: #181c21;
|
|
881
|
+
--mat-radio-selected-focus-icon-color: #1976d2;
|
|
882
|
+
--mat-radio-selected-hover-icon-color: #1976d2;
|
|
883
|
+
--mat-radio-selected-icon-color: #1976d2;
|
|
884
|
+
--mat-radio-selected-pressed-icon-color: #1976d2;
|
|
885
|
+
--mat-radio-unselected-focus-icon-color: #181c21;
|
|
886
|
+
--mat-radio-unselected-hover-icon-color: #181c21;
|
|
887
|
+
--mat-radio-unselected-pressed-icon-color: #181c21;
|
|
614
888
|
}
|
|
615
889
|
html .blue-theme .mat-accent.mat-mdc-fab, html .blue-theme .mat-accent.mat-mdc-mini-fab {
|
|
616
|
-
--
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
--
|
|
620
|
-
|
|
621
|
-
|
|
890
|
+
--mat-fab-container-color: #72b2eb;
|
|
891
|
+
--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
892
|
+
--mat-fab-disabled-state-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
893
|
+
--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
894
|
+
--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
895
|
+
--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
896
|
+
--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
897
|
+
--mat-fab-extended-pressed-container-elevation-shadow: 6;
|
|
898
|
+
--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
899
|
+
--mat-fab-focus-state-layer-opacity: 0.12;
|
|
622
900
|
--mat-fab-foreground-color: #1976d2;
|
|
623
|
-
--mat-fab-
|
|
624
|
-
--mat-fab-
|
|
625
|
-
|
|
626
|
-
|
|
901
|
+
--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
902
|
+
--mat-fab-hover-state-layer-opacity: 0.08;
|
|
903
|
+
--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
904
|
+
--mat-fab-pressed-state-layer-opacity: 0.12;
|
|
905
|
+
--mat-fab-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
906
|
+
--mat-fab-small-container-color: #72b2eb;
|
|
907
|
+
--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
908
|
+
--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
909
|
+
--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
910
|
+
--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
911
|
+
--mat-fab-small-focus-state-layer-opacity: 0.12;
|
|
627
912
|
--mat-fab-small-foreground-color: #1976d2;
|
|
913
|
+
--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
914
|
+
--mat-fab-small-hover-state-layer-opacity: 0.08;
|
|
915
|
+
--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
916
|
+
--mat-fab-small-pressed-state-layer-opacity: 0.12;
|
|
917
|
+
--mat-fab-small-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
|
|
628
918
|
--mat-fab-small-state-layer-color: #1976d2;
|
|
629
|
-
--mat-fab-
|
|
919
|
+
--mat-fab-state-layer-color: #1976d2;
|
|
630
920
|
}
|
|
631
921
|
html .blue-theme .mat-badge-accent {
|
|
632
922
|
--mat-badge-background-color: #1976d2;
|
|
633
|
-
--mat-badge-
|
|
634
|
-
--mat-badge-disabled-state-background-color: rgba(25, 118, 210, 0.38);
|
|
923
|
+
--mat-badge-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);
|
|
635
924
|
--mat-badge-disabled-state-text-color: #ffffff;
|
|
925
|
+
--mat-badge-text-color: #ffffff;
|
|
636
926
|
}
|
|
637
927
|
html .blue-theme .mat-warn {
|
|
928
|
+
--mat-option-focus-state-layer-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
929
|
+
--mat-option-hover-state-layer-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
930
|
+
--mat-option-label-text-color: #181c21;
|
|
638
931
|
--mat-option-selected-state-label-text-color: #93000a;
|
|
639
932
|
--mat-option-selected-state-layer-color: #ffdad6;
|
|
640
933
|
}
|
|
641
934
|
html .blue-theme .mat-warn {
|
|
642
|
-
--
|
|
643
|
-
}
|
|
644
|
-
html .blue-theme .mat-warn {
|
|
645
|
-
--mat-full-pseudo-checkbox-selected-icon-color: #f44336;
|
|
646
|
-
--mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
|
|
935
|
+
--mat-progress-spinner-active-indicator-color: #f44336;
|
|
647
936
|
}
|
|
648
937
|
html .blue-theme .mat-warn {
|
|
649
|
-
--mat-
|
|
938
|
+
--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #ffffff;
|
|
939
|
+
--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
940
|
+
--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
941
|
+
--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
|
|
942
|
+
--mat-pseudo-checkbox-full-selected-icon-color: #f44336;
|
|
943
|
+
--mat-pseudo-checkbox-full-unselected-icon-color: #414752;
|
|
944
|
+
--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
945
|
+
--mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
|
|
650
946
|
}
|
|
651
947
|
html .blue-theme .mat-warn {
|
|
652
|
-
--mat-stepper-
|
|
653
|
-
--mat-stepper-header-
|
|
948
|
+
--mat-stepper-container-color: #ffffff;
|
|
949
|
+
--mat-stepper-header-done-state-icon-background-color: #f44336;
|
|
950
|
+
--mat-stepper-header-done-state-icon-foreground-color: #ffffff;
|
|
654
951
|
--mat-stepper-header-edit-state-icon-background-color: #f44336;
|
|
655
952
|
--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
|
|
953
|
+
--mat-stepper-header-error-state-icon-foreground-color: #f44336;
|
|
954
|
+
--mat-stepper-header-error-state-label-text-color: #f44336;
|
|
955
|
+
--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
956
|
+
--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
957
|
+
--mat-stepper-header-icon-background-color: #414752;
|
|
958
|
+
--mat-stepper-header-icon-foreground-color: #ffffff;
|
|
959
|
+
--mat-stepper-header-label-text-color: #414752;
|
|
960
|
+
--mat-stepper-header-optional-label-text-color: #414752;
|
|
961
|
+
--mat-stepper-header-selected-state-icon-background-color: #f44336;
|
|
962
|
+
--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
|
|
963
|
+
--mat-stepper-header-selected-state-label-text-color: #414752;
|
|
964
|
+
--mat-stepper-line-color: #717783;
|
|
656
965
|
}
|
|
657
966
|
html .blue-theme .mat-warn.mat-icon {
|
|
658
967
|
--mat-icon-color: #f44336;
|
|
659
968
|
}
|
|
660
969
|
html .blue-theme .mat-warn.mat-mdc-checkbox {
|
|
661
|
-
--
|
|
662
|
-
--
|
|
663
|
-
--
|
|
664
|
-
--
|
|
665
|
-
--mdc-checkbox-selected-icon-color: #f44336;
|
|
666
|
-
--mdc-checkbox-selected-focus-state-layer-color: #f44336;
|
|
667
|
-
--mdc-checkbox-selected-hover-state-layer-color: #f44336;
|
|
668
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
669
|
-
}
|
|
670
|
-
html .blue-theme .mat-warn.mat-mdc-checkbox {
|
|
671
|
-
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
970
|
+
--mat-checkbox-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
971
|
+
--mat-checkbox-disabled-selected-checkmark-color: #ffffff;
|
|
972
|
+
--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
973
|
+
--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
672
974
|
--mat-checkbox-label-text-color: #181c21;
|
|
975
|
+
--mat-checkbox-selected-checkmark-color: #ffffff;
|
|
976
|
+
--mat-checkbox-selected-focus-icon-color: #f44336;
|
|
977
|
+
--mat-checkbox-selected-focus-state-layer-color: #f44336;
|
|
978
|
+
--mat-checkbox-selected-hover-icon-color: #f44336;
|
|
979
|
+
--mat-checkbox-selected-hover-state-layer-color: #f44336;
|
|
980
|
+
--mat-checkbox-selected-icon-color: #f44336;
|
|
981
|
+
--mat-checkbox-selected-pressed-icon-color: #f44336;
|
|
982
|
+
--mat-checkbox-selected-pressed-state-layer-color: #181c21;
|
|
983
|
+
--mat-checkbox-unselected-focus-icon-color: #181c21;
|
|
984
|
+
--mat-checkbox-unselected-focus-state-layer-color: #181c21;
|
|
985
|
+
--mat-checkbox-unselected-hover-icon-color: #181c21;
|
|
986
|
+
--mat-checkbox-unselected-hover-state-layer-color: #181c21;
|
|
987
|
+
--mat-checkbox-unselected-icon-color: #414752;
|
|
988
|
+
--mat-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
673
989
|
}
|
|
674
990
|
html .blue-theme .mat-warn.mat-mdc-slider {
|
|
675
|
-
--
|
|
676
|
-
--
|
|
677
|
-
--
|
|
678
|
-
--
|
|
679
|
-
--
|
|
680
|
-
--
|
|
681
|
-
--
|
|
682
|
-
--
|
|
683
|
-
|
|
684
|
-
|
|
991
|
+
--mat-slider-active-track-color: #f44336;
|
|
992
|
+
--mat-slider-active-track-shape: 9999px;
|
|
993
|
+
--mat-slider-disabled-active-track-color: #181c21;
|
|
994
|
+
--mat-slider-disabled-handle-color: #181c21;
|
|
995
|
+
--mat-slider-disabled-inactive-track-color: #181c21;
|
|
996
|
+
--mat-slider-focus-handle-color: #f44336;
|
|
997
|
+
--mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 20%, transparent);
|
|
998
|
+
--mat-slider-handle-color: #f44336;
|
|
999
|
+
--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
1000
|
+
--mat-slider-handle-shape: 9999px;
|
|
1001
|
+
--mat-slider-hover-handle-color: #f44336;
|
|
1002
|
+
--mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 5%, transparent);
|
|
1003
|
+
--mat-slider-inactive-track-color: #dde2f0;
|
|
1004
|
+
--mat-slider-inactive-track-shape: 9999px;
|
|
1005
|
+
--mat-slider-label-container-color: #f44336;
|
|
1006
|
+
--mat-slider-label-label-text-color: #ffffff;
|
|
685
1007
|
--mat-slider-ripple-color: #f44336;
|
|
686
|
-
--mat-slider-
|
|
687
|
-
--mat-slider-
|
|
1008
|
+
--mat-slider-with-overlap-handle-outline-color: #ffffff;
|
|
1009
|
+
--mat-slider-with-tick-marks-active-container-color: #ffffff;
|
|
1010
|
+
--mat-slider-with-tick-marks-container-shape: 9999px;
|
|
1011
|
+
--mat-slider-with-tick-marks-disabled-container-color: #181c21;
|
|
1012
|
+
--mat-slider-with-tick-marks-inactive-container-color: #414752;
|
|
688
1013
|
}
|
|
689
1014
|
html .blue-theme .mat-warn.mat-mdc-tab-group, html .blue-theme .mat-warn.mat-mdc-tab-nav-bar {
|
|
690
|
-
--
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
--mat-tab-
|
|
694
|
-
--mat-tab-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
--
|
|
698
|
-
--
|
|
699
|
-
--
|
|
700
|
-
--
|
|
701
|
-
--
|
|
702
|
-
--
|
|
703
|
-
--
|
|
704
|
-
--mdc-switch-selected-focus-track-color: #f44336;
|
|
705
|
-
--mdc-switch-selected-hover-track-color: #f44336;
|
|
706
|
-
--mdc-switch-selected-pressed-track-color: #f44336;
|
|
707
|
-
--mdc-switch-selected-track-color: #f44336;
|
|
708
|
-
--mdc-switch-selected-icon-color: #93000a;
|
|
1015
|
+
--mat-tab-active-focus-indicator-color: #f44336;
|
|
1016
|
+
--mat-tab-active-focus-label-text-color: #181c21;
|
|
1017
|
+
--mat-tab-active-hover-indicator-color: #f44336;
|
|
1018
|
+
--mat-tab-active-hover-label-text-color: #181c21;
|
|
1019
|
+
--mat-tab-active-indicator-color: #f44336;
|
|
1020
|
+
--mat-tab-active-label-text-color: #181c21;
|
|
1021
|
+
--mat-tab-active-ripple-color: #181c21;
|
|
1022
|
+
--mat-tab-divider-color: #dde2f0;
|
|
1023
|
+
--mat-tab-inactive-focus-label-text-color: #181c21;
|
|
1024
|
+
--mat-tab-inactive-hover-label-text-color: #181c21;
|
|
1025
|
+
--mat-tab-inactive-label-text-color: #181c21;
|
|
1026
|
+
--mat-tab-inactive-ripple-color: #181c21;
|
|
1027
|
+
--mat-tab-pagination-icon-color: #181c21;
|
|
1028
|
+
--mat-tab-disabled-ripple-color: #414752;
|
|
709
1029
|
}
|
|
710
1030
|
html .blue-theme .mat-warn.mat-mdc-slide-toggle {
|
|
711
|
-
--mat-
|
|
712
|
-
--mat-
|
|
713
|
-
--mat-
|
|
1031
|
+
--mat-slide-toggle-disabled-label-text-color: #181c21;
|
|
1032
|
+
--mat-slide-toggle-disabled-selected-handle-color: #ffffff;
|
|
1033
|
+
--mat-slide-toggle-disabled-selected-icon-color: #181c21;
|
|
1034
|
+
--mat-slide-toggle-disabled-selected-track-color: #181c21;
|
|
1035
|
+
--mat-slide-toggle-disabled-unselected-handle-color: #181c21;
|
|
1036
|
+
--mat-slide-toggle-disabled-unselected-icon-color: #dde2f0;
|
|
1037
|
+
--mat-slide-toggle-disabled-unselected-track-color: #dde2f0;
|
|
1038
|
+
--mat-slide-toggle-disabled-unselected-track-outline-color: #181c21;
|
|
1039
|
+
--mat-slide-toggle-label-text-color: #181c21;
|
|
1040
|
+
--mat-slide-toggle-selected-focus-handle-color: #ffdad6;
|
|
1041
|
+
--mat-slide-toggle-selected-focus-state-layer-color: #f44336;
|
|
1042
|
+
--mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
|
|
1043
|
+
--mat-slide-toggle-selected-focus-track-color: #f44336;
|
|
1044
|
+
--mat-slide-toggle-selected-handle-color: #ffffff;
|
|
1045
|
+
--mat-slide-toggle-selected-hover-handle-color: #ffdad6;
|
|
1046
|
+
--mat-slide-toggle-selected-hover-state-layer-color: #f44336;
|
|
1047
|
+
--mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
|
|
1048
|
+
--mat-slide-toggle-selected-hover-track-color: #f44336;
|
|
1049
|
+
--mat-slide-toggle-selected-icon-color: #93000a;
|
|
1050
|
+
--mat-slide-toggle-selected-pressed-handle-color: #ffdad6;
|
|
1051
|
+
--mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
|
|
1052
|
+
--mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
|
|
1053
|
+
--mat-slide-toggle-selected-pressed-track-color: #f44336;
|
|
1054
|
+
--mat-slide-toggle-selected-track-color: #f44336;
|
|
1055
|
+
--mat-slide-toggle-track-outline-color: #717783;
|
|
1056
|
+
--mat-slide-toggle-unselected-focus-handle-color: #414752;
|
|
1057
|
+
--mat-slide-toggle-unselected-focus-state-layer-color: #181c21;
|
|
1058
|
+
--mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
|
|
1059
|
+
--mat-slide-toggle-unselected-focus-track-color: #dde2f0;
|
|
1060
|
+
--mat-slide-toggle-unselected-handle-color: #717783;
|
|
1061
|
+
--mat-slide-toggle-unselected-hover-handle-color: #414752;
|
|
1062
|
+
--mat-slide-toggle-unselected-hover-state-layer-color: #181c21;
|
|
1063
|
+
--mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
|
|
1064
|
+
--mat-slide-toggle-unselected-hover-track-color: #dde2f0;
|
|
1065
|
+
--mat-slide-toggle-unselected-icon-color: #dde2f0;
|
|
1066
|
+
--mat-slide-toggle-unselected-pressed-handle-color: #414752;
|
|
1067
|
+
--mat-slide-toggle-unselected-pressed-state-layer-color: #181c21;
|
|
1068
|
+
--mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
|
|
1069
|
+
--mat-slide-toggle-unselected-pressed-track-color: #dde2f0;
|
|
1070
|
+
--mat-slide-toggle-unselected-track-color: #dde2f0;
|
|
714
1071
|
}
|
|
715
1072
|
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
1073
|
+
--mat-select-panel-background-color: #ecedf6;
|
|
1074
|
+
--mat-select-enabled-trigger-text-color: #181c21;
|
|
1075
|
+
--mat-select-disabled-trigger-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1076
|
+
--mat-select-placeholder-text-color: #414752;
|
|
1077
|
+
--mat-select-enabled-arrow-color: #414752;
|
|
1078
|
+
--mat-select-disabled-arrow-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
716
1079
|
--mat-select-focused-arrow-color: #f44336;
|
|
717
|
-
|
|
718
|
-
html .blue-theme .mat-warn.mat-mdc-radio-button {
|
|
719
|
-
--mdc-radio-selected-focus-icon-color: #f44336;
|
|
720
|
-
--mdc-radio-selected-hover-icon-color: #f44336;
|
|
721
|
-
--mdc-radio-selected-icon-color: #f44336;
|
|
722
|
-
--mdc-radio-selected-pressed-icon-color: #f44336;
|
|
1080
|
+
--mat-select-invalid-arrow-color: #f44336;
|
|
723
1081
|
}
|
|
724
1082
|
html .blue-theme .mat-warn.mat-mdc-radio-button {
|
|
725
1083
|
--mat-radio-checked-ripple-color: #f44336;
|
|
1084
|
+
--mat-radio-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1085
|
+
--mat-radio-disabled-selected-icon-color: #181c21;
|
|
1086
|
+
--mat-radio-disabled-unselected-icon-color: #181c21;
|
|
1087
|
+
--mat-radio-label-text-color: #181c21;
|
|
1088
|
+
--mat-radio-ripple-color: #181c21;
|
|
1089
|
+
--mat-radio-selected-focus-icon-color: #f44336;
|
|
1090
|
+
--mat-radio-selected-hover-icon-color: #f44336;
|
|
1091
|
+
--mat-radio-selected-icon-color: #f44336;
|
|
1092
|
+
--mat-radio-selected-pressed-icon-color: #f44336;
|
|
1093
|
+
--mat-radio-unselected-focus-icon-color: #181c21;
|
|
1094
|
+
--mat-radio-unselected-hover-icon-color: #181c21;
|
|
1095
|
+
--mat-radio-unselected-pressed-icon-color: #181c21;
|
|
726
1096
|
}
|
|
727
1097
|
html .blue-theme .mat-warn.mat-mdc-progress-bar {
|
|
728
|
-
--
|
|
729
|
-
--
|
|
730
|
-
}
|
|
731
|
-
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
732
|
-
--mdc-filled-text-field-caret-color: #f44336;
|
|
733
|
-
--mdc-filled-text-field-focus-active-indicator-color: #f44336;
|
|
734
|
-
--mdc-filled-text-field-focus-label-text-color: #f44336;
|
|
735
|
-
}
|
|
736
|
-
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
737
|
-
--mdc-outlined-text-field-caret-color: #f44336;
|
|
738
|
-
--mdc-outlined-text-field-focus-outline-color: #f44336;
|
|
739
|
-
--mdc-outlined-text-field-focus-label-text-color: #f44336;
|
|
1098
|
+
--mat-progress-bar-active-indicator-color: #f44336;
|
|
1099
|
+
--mat-progress-bar-track-color: #dde2f0;
|
|
740
1100
|
}
|
|
741
1101
|
html .blue-theme .mat-warn.mat-mdc-form-field {
|
|
1102
|
+
--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1103
|
+
--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1104
|
+
--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1105
|
+
--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1106
|
+
--mat-form-field-enabled-select-arrow-color: #414752;
|
|
1107
|
+
--mat-form-field-error-focus-trailing-icon-color: #f44336;
|
|
1108
|
+
--mat-form-field-error-hover-trailing-icon-color: #93000a;
|
|
1109
|
+
--mat-form-field-error-text-color: #f44336;
|
|
1110
|
+
--mat-form-field-error-trailing-icon-color: #f44336;
|
|
1111
|
+
--mat-form-field-filled-active-indicator-color: #414752;
|
|
1112
|
+
--mat-form-field-filled-caret-color: #f44336;
|
|
1113
|
+
--mat-form-field-filled-container-color: #dde2f0;
|
|
1114
|
+
--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1115
|
+
--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #181c21 4%, transparent);
|
|
1116
|
+
--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1117
|
+
--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1118
|
+
--mat-form-field-filled-error-active-indicator-color: #f44336;
|
|
1119
|
+
--mat-form-field-filled-error-caret-color: #f44336;
|
|
1120
|
+
--mat-form-field-filled-error-focus-active-indicator-color: #f44336;
|
|
1121
|
+
--mat-form-field-filled-error-focus-label-text-color: #f44336;
|
|
1122
|
+
--mat-form-field-filled-error-hover-active-indicator-color: #93000a;
|
|
1123
|
+
--mat-form-field-filled-error-hover-label-text-color: #93000a;
|
|
1124
|
+
--mat-form-field-filled-error-label-text-color: #f44336;
|
|
1125
|
+
--mat-form-field-filled-focus-active-indicator-color: #f44336;
|
|
1126
|
+
--mat-form-field-filled-focus-label-text-color: #f44336;
|
|
1127
|
+
--mat-form-field-filled-hover-active-indicator-color: #181c21;
|
|
1128
|
+
--mat-form-field-filled-hover-label-text-color: #414752;
|
|
1129
|
+
--mat-form-field-filled-input-text-color: #181c21;
|
|
1130
|
+
--mat-form-field-filled-input-text-placeholder-color: #414752;
|
|
1131
|
+
--mat-form-field-filled-label-text-color: #414752;
|
|
742
1132
|
--mat-form-field-focus-select-arrow-color: #f44336;
|
|
1133
|
+
--mat-form-field-focus-state-layer-opacity: 0;
|
|
1134
|
+
--mat-form-field-hover-state-layer-opacity: 0.08;
|
|
1135
|
+
--mat-form-field-leading-icon-color: #414752;
|
|
1136
|
+
--mat-form-field-outlined-caret-color: #f44336;
|
|
1137
|
+
--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1138
|
+
--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1139
|
+
--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1140
|
+
--mat-form-field-outlined-error-caret-color: #f44336;
|
|
1141
|
+
--mat-form-field-outlined-error-focus-label-text-color: #f44336;
|
|
1142
|
+
--mat-form-field-outlined-error-focus-outline-color: #f44336;
|
|
1143
|
+
--mat-form-field-outlined-error-hover-label-text-color: #93000a;
|
|
1144
|
+
--mat-form-field-outlined-error-hover-outline-color: #93000a;
|
|
1145
|
+
--mat-form-field-outlined-error-label-text-color: #f44336;
|
|
1146
|
+
--mat-form-field-outlined-error-outline-color: #f44336;
|
|
1147
|
+
--mat-form-field-outlined-focus-label-text-color: #f44336;
|
|
1148
|
+
--mat-form-field-outlined-focus-outline-color: #f44336;
|
|
1149
|
+
--mat-form-field-outlined-hover-label-text-color: #181c21;
|
|
1150
|
+
--mat-form-field-outlined-hover-outline-color: #181c21;
|
|
1151
|
+
--mat-form-field-outlined-input-text-color: #181c21;
|
|
1152
|
+
--mat-form-field-outlined-input-text-placeholder-color: #414752;
|
|
1153
|
+
--mat-form-field-outlined-label-text-color: #414752;
|
|
1154
|
+
--mat-form-field-outlined-outline-color: #717783;
|
|
1155
|
+
--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1156
|
+
--mat-form-field-select-option-text-color: #181c21;
|
|
1157
|
+
--mat-form-field-state-layer-color: #181c21;
|
|
1158
|
+
--mat-form-field-trailing-icon-color: #414752;
|
|
743
1159
|
}
|
|
744
1160
|
html .blue-theme .mat-warn.mat-datepicker-content {
|
|
745
|
-
--mat-datepicker-calendar-
|
|
746
|
-
--mat-datepicker-calendar-
|
|
747
|
-
--mat-datepicker-calendar-
|
|
1161
|
+
--mat-datepicker-calendar-body-label-text-color: #181c21;
|
|
1162
|
+
--mat-datepicker-calendar-container-background-color: #e6e8f0;
|
|
1163
|
+
--mat-datepicker-calendar-container-text-color: #181c21;
|
|
1164
|
+
--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1165
|
+
--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1166
|
+
--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #181c21 8%, transparent);
|
|
1167
|
+
--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #72b2eb;
|
|
1168
|
+
--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #1976d2;
|
|
1169
|
+
--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #bbdefb;
|
|
748
1170
|
--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;
|
|
749
|
-
--mat-datepicker-calendar-date-
|
|
1171
|
+
--mat-datepicker-calendar-date-outline-color: transparent;
|
|
750
1172
|
--mat-datepicker-calendar-date-preview-state-outline-color: #f44336;
|
|
1173
|
+
--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1174
|
+
--mat-datepicker-calendar-date-selected-state-background-color: #f44336;
|
|
1175
|
+
--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
|
|
1176
|
+
--mat-datepicker-calendar-date-text-color: #181c21;
|
|
1177
|
+
--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1178
|
+
--mat-datepicker-calendar-date-today-outline-color: #f44336;
|
|
1179
|
+
--mat-datepicker-calendar-date-today-selected-state-outline-color: #f44336;
|
|
1180
|
+
--mat-datepicker-calendar-header-divider-color: transparent;
|
|
1181
|
+
--mat-datepicker-calendar-header-text-color: #414752;
|
|
1182
|
+
--mat-datepicker-calendar-navigation-button-icon-color: #414752;
|
|
1183
|
+
--mat-datepicker-calendar-period-button-icon-color: #414752;
|
|
1184
|
+
--mat-datepicker-calendar-period-button-text-color: #414752;
|
|
1185
|
+
--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1186
|
+
--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1187
|
+
--mat-datepicker-range-input-separator-color: #181c21;
|
|
1188
|
+
--mat-datepicker-toggle-active-state-icon-color: #f44336;
|
|
1189
|
+
--mat-datepicker-toggle-icon-color: #414752;
|
|
751
1190
|
}
|
|
752
1191
|
html .blue-theme .mat-warn.mat-mdc-button-base {
|
|
753
|
-
--
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
--
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
--
|
|
760
|
-
--
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
--
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
--mat-
|
|
767
|
-
--mat-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
--mat-
|
|
771
|
-
--mat-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
--mat-
|
|
775
|
-
--mat-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
--mat-
|
|
779
|
-
--mat-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
--
|
|
783
|
-
|
|
784
|
-
|
|
1192
|
+
--mat-button-filled-container-color: #f44336;
|
|
1193
|
+
--mat-button-filled-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1194
|
+
--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1195
|
+
--mat-button-filled-disabled-state-layer-color: #414752;
|
|
1196
|
+
--mat-button-filled-focus-state-layer-opacity: 0.12;
|
|
1197
|
+
--mat-button-filled-hover-state-layer-opacity: 0.08;
|
|
1198
|
+
--mat-button-filled-label-text-color: #ffffff;
|
|
1199
|
+
--mat-button-filled-pressed-state-layer-opacity: 0.12;
|
|
1200
|
+
--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
|
|
1201
|
+
--mat-button-filled-state-layer-color: #ffffff;
|
|
1202
|
+
--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1203
|
+
--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1204
|
+
--mat-button-outlined-disabled-state-layer-color: #414752;
|
|
1205
|
+
--mat-button-outlined-focus-state-layer-opacity: 0.12;
|
|
1206
|
+
--mat-button-outlined-hover-state-layer-opacity: 0.08;
|
|
1207
|
+
--mat-button-outlined-label-text-color: #f44336;
|
|
1208
|
+
--mat-button-outlined-outline-color: #717783;
|
|
1209
|
+
--mat-button-outlined-pressed-state-layer-opacity: 0.12;
|
|
1210
|
+
--mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
|
|
1211
|
+
--mat-button-outlined-state-layer-color: #f44336;
|
|
1212
|
+
--mat-button-protected-container-color: #ffffff;
|
|
1213
|
+
--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
1214
|
+
--mat-button-protected-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1215
|
+
--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
1216
|
+
--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1217
|
+
--mat-button-protected-disabled-state-layer-color: #414752;
|
|
1218
|
+
--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
1219
|
+
--mat-button-protected-focus-state-layer-opacity: 0.12;
|
|
1220
|
+
--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
|
|
1221
|
+
--mat-button-protected-hover-state-layer-opacity: 0.08;
|
|
1222
|
+
--mat-button-protected-label-text-color: #f44336;
|
|
1223
|
+
--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
1224
|
+
--mat-button-protected-pressed-state-layer-opacity: 0.12;
|
|
1225
|
+
--mat-button-protected-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
|
|
1226
|
+
--mat-button-protected-state-layer-color: #f44336;
|
|
1227
|
+
--mat-button-text-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1228
|
+
--mat-button-text-disabled-state-layer-color: #414752;
|
|
1229
|
+
--mat-button-text-focus-state-layer-opacity: 0.12;
|
|
1230
|
+
--mat-button-text-hover-state-layer-opacity: 0.08;
|
|
1231
|
+
--mat-button-text-label-text-color: #f44336;
|
|
1232
|
+
--mat-button-text-pressed-state-layer-opacity: 0.12;
|
|
1233
|
+
--mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
|
|
1234
|
+
--mat-button-text-state-layer-color: #f44336;
|
|
1235
|
+
--mat-button-tonal-container-color: #ffdad6;
|
|
1236
|
+
--mat-button-tonal-disabled-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1237
|
+
--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1238
|
+
--mat-button-tonal-disabled-state-layer-color: #414752;
|
|
1239
|
+
--mat-button-tonal-focus-state-layer-opacity: 0.12;
|
|
1240
|
+
--mat-button-tonal-hover-state-layer-opacity: 0.08;
|
|
1241
|
+
--mat-button-tonal-label-text-color: #93000a;
|
|
1242
|
+
--mat-button-tonal-pressed-state-layer-opacity: 0.12;
|
|
1243
|
+
--mat-button-tonal-ripple-color: color-mix(in srgb, #93000a 12%, transparent);
|
|
1244
|
+
--mat-button-tonal-state-layer-color: #93000a;
|
|
1245
|
+
--mat-icon-button-disabled-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1246
|
+
--mat-icon-button-disabled-state-layer-color: #f44336;
|
|
1247
|
+
--mat-icon-button-focus-state-layer-opacity: 0.12;
|
|
1248
|
+
--mat-icon-button-hover-state-layer-opacity: 0.08;
|
|
1249
|
+
--mat-icon-button-icon-color: #f44336;
|
|
1250
|
+
--mat-icon-button-pressed-state-layer-opacity: 0.12;
|
|
1251
|
+
--mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
|
|
785
1252
|
--mat-icon-button-state-layer-color: #f44336;
|
|
786
|
-
--mat-icon-button-ripple-color: rgba(244, 67, 54, 0.12);
|
|
787
|
-
}
|
|
788
|
-
html .blue-theme .mat-warn.mat-mdc-standard-chip {
|
|
789
|
-
--mdc-chip-elevated-selected-container-color: #ffdad6;
|
|
790
|
-
--mdc-chip-selected-hover-state-layer-color: #93000a;
|
|
791
|
-
--mdc-chip-selected-focus-state-layer-color: #93000a;
|
|
792
|
-
--mdc-chip-selected-label-text-color: #93000a;
|
|
793
|
-
--mdc-chip-with-icon-selected-icon-color: #93000a;
|
|
794
1253
|
}
|
|
795
1254
|
html .blue-theme .mat-warn.mat-mdc-standard-chip {
|
|
1255
|
+
--mat-chip-disabled-label-text-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1256
|
+
--mat-chip-disabled-outline-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1257
|
+
--mat-chip-elevated-selected-container-color: #ffdad6;
|
|
1258
|
+
--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #181c21 12%, transparent);
|
|
1259
|
+
--mat-chip-focus-outline-color: #414752;
|
|
1260
|
+
--mat-chip-focus-state-layer-color: #414752;
|
|
1261
|
+
--mat-chip-focus-state-layer-opacity: 0.12;
|
|
1262
|
+
--mat-chip-hover-state-layer-color: #414752;
|
|
1263
|
+
--mat-chip-hover-state-layer-opacity: 0.08;
|
|
1264
|
+
--mat-chip-label-text-color: #414752;
|
|
1265
|
+
--mat-chip-outline-color: #717783;
|
|
1266
|
+
--mat-chip-selected-disabled-trailing-icon-color: #181c21;
|
|
1267
|
+
--mat-chip-selected-focus-state-layer-color: #93000a;
|
|
1268
|
+
--mat-chip-selected-focus-state-layer-opacity: 0.12;
|
|
1269
|
+
--mat-chip-selected-hover-state-layer-color: #93000a;
|
|
1270
|
+
--mat-chip-selected-hover-state-layer-opacity: 0.08;
|
|
1271
|
+
--mat-chip-selected-label-text-color: #93000a;
|
|
796
1272
|
--mat-chip-selected-trailing-action-state-layer-color: #93000a;
|
|
797
1273
|
--mat-chip-selected-trailing-icon-color: #93000a;
|
|
1274
|
+
--mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
|
|
1275
|
+
--mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
|
|
1276
|
+
--mat-chip-trailing-action-state-layer-color: #414752;
|
|
1277
|
+
--mat-chip-with-icon-disabled-icon-color: #181c21;
|
|
1278
|
+
--mat-chip-with-icon-icon-color: #414752;
|
|
1279
|
+
--mat-chip-with-icon-selected-icon-color: #93000a;
|
|
1280
|
+
--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #181c21;
|
|
1281
|
+
--mat-chip-with-trailing-icon-trailing-icon-color: #414752;
|
|
798
1282
|
}
|
|
799
1283
|
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
800
1284
|
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
801
|
-
--
|
|
802
|
-
--
|
|
803
|
-
--
|
|
804
|
-
--
|
|
805
|
-
--mdc-checkbox-selected-icon-color: #f44336;
|
|
806
|
-
--mdc-checkbox-selected-focus-state-layer-color: #f44336;
|
|
807
|
-
--mdc-checkbox-selected-hover-state-layer-color: #f44336;
|
|
808
|
-
--mdc-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
809
|
-
}
|
|
810
|
-
html .blue-theme .mat-warn .mdc-list-item__start,
|
|
811
|
-
html .blue-theme .mat-warn .mdc-list-item__end {
|
|
812
|
-
--mat-checkbox-disabled-label-color: rgba(24, 28, 33, 0.38);
|
|
1285
|
+
--mat-checkbox-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1286
|
+
--mat-checkbox-disabled-selected-checkmark-color: #ffffff;
|
|
1287
|
+
--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1288
|
+
--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
813
1289
|
--mat-checkbox-label-text-color: #181c21;
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
--
|
|
818
|
-
--
|
|
819
|
-
--
|
|
820
|
-
--
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
1290
|
+
--mat-checkbox-selected-checkmark-color: #ffffff;
|
|
1291
|
+
--mat-checkbox-selected-focus-icon-color: #f44336;
|
|
1292
|
+
--mat-checkbox-selected-focus-state-layer-color: #f44336;
|
|
1293
|
+
--mat-checkbox-selected-hover-icon-color: #f44336;
|
|
1294
|
+
--mat-checkbox-selected-hover-state-layer-color: #f44336;
|
|
1295
|
+
--mat-checkbox-selected-icon-color: #f44336;
|
|
1296
|
+
--mat-checkbox-selected-pressed-icon-color: #f44336;
|
|
1297
|
+
--mat-checkbox-selected-pressed-state-layer-color: #181c21;
|
|
1298
|
+
--mat-checkbox-unselected-focus-icon-color: #181c21;
|
|
1299
|
+
--mat-checkbox-unselected-focus-state-layer-color: #181c21;
|
|
1300
|
+
--mat-checkbox-unselected-hover-icon-color: #181c21;
|
|
1301
|
+
--mat-checkbox-unselected-hover-state-layer-color: #181c21;
|
|
1302
|
+
--mat-checkbox-unselected-icon-color: #414752;
|
|
1303
|
+
--mat-checkbox-unselected-pressed-state-layer-color: #f44336;
|
|
824
1304
|
--mat-radio-checked-ripple-color: #f44336;
|
|
1305
|
+
--mat-radio-disabled-label-color: color-mix(in srgb, #181c21 38%, transparent);
|
|
1306
|
+
--mat-radio-disabled-selected-icon-color: #181c21;
|
|
1307
|
+
--mat-radio-disabled-unselected-icon-color: #181c21;
|
|
1308
|
+
--mat-radio-label-text-color: #181c21;
|
|
1309
|
+
--mat-radio-ripple-color: #181c21;
|
|
1310
|
+
--mat-radio-selected-focus-icon-color: #f44336;
|
|
1311
|
+
--mat-radio-selected-hover-icon-color: #f44336;
|
|
1312
|
+
--mat-radio-selected-icon-color: #f44336;
|
|
1313
|
+
--mat-radio-selected-pressed-icon-color: #f44336;
|
|
1314
|
+
--mat-radio-unselected-focus-icon-color: #181c21;
|
|
1315
|
+
--mat-radio-unselected-hover-icon-color: #181c21;
|
|
1316
|
+
--mat-radio-unselected-pressed-icon-color: #181c21;
|
|
1317
|
+
}
|
|
1318
|
+
html .blue-theme .mat-badge-warn {
|
|
1319
|
+
--mat-badge-background-color: #f44336;
|
|
1320
|
+
--mat-badge-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
|
|
1321
|
+
--mat-badge-disabled-state-text-color: #ffffff;
|
|
1322
|
+
--mat-badge-text-color: #ffffff;
|
|
825
1323
|
}
|
|
826
1324
|
html .blue-theme .mdc-fab {
|
|
827
|
-
--
|
|
828
|
-
}
|
|
829
|
-
html .blue-theme .mdc-fab {
|
|
1325
|
+
--mat-fab-container-color: var(--mat-sys-on-primary);
|
|
830
1326
|
--mat-fab-foreground-color: var(--mat-sys-primary);
|
|
831
|
-
|
|
832
|
-
html .blue-theme .mdc-fab {
|
|
833
|
-
--mdc-fab-small-container-color: var(--mat-sys-on-primary);
|
|
834
|
-
}
|
|
835
|
-
html .blue-theme .mdc-fab {
|
|
1327
|
+
--mat-fab-small-container-color: var(--mat-sys-on-primary);
|
|
836
1328
|
--mat-fab-small-foreground-color: var(--mat-sys-primary);
|
|
837
1329
|
}
|
|
838
1330
|
html .blue-theme .mdc-button.mat-warn {
|
|
839
|
-
--
|
|
1331
|
+
--mat-button-filled-container-color: var(--mat-sys-error);
|
|
840
1332
|
}
|
|
841
1333
|
html .blue-theme .mdc-button.mat-primary {
|
|
842
|
-
--
|
|
843
|
-
}
|
|
844
|
-
html .blue-theme .mdc-fab.mat-warn {
|
|
845
|
-
--mdc-fab-container-color: var(--mat-sys-error);
|
|
1334
|
+
--mat-button-filled-container-color: var(--mat-sys-primary);
|
|
846
1335
|
}
|
|
847
1336
|
html .blue-theme .mdc-fab.mat-warn {
|
|
1337
|
+
--mat-fab-container-color: var(--mat-sys-error);
|
|
848
1338
|
--mat-fab-foreground-color: var(--mat-sys-on-primary);
|
|
849
|
-
|
|
850
|
-
html .blue-theme .mdc-fab.mat-warn {
|
|
851
|
-
--mdc-fab-small-container-color: var(--mat-sys-error);
|
|
852
|
-
}
|
|
853
|
-
html .blue-theme .mdc-fab.mat-warn {
|
|
1339
|
+
--mat-fab-small-container-color: var(--mat-sys-error);
|
|
854
1340
|
--mat-fab-small-foreground-color: var(--mat-sys-on-primary);
|
|
855
1341
|
}
|
|
856
1342
|
html .blue-theme .mdc-fab.mat-primary {
|
|
857
|
-
--
|
|
858
|
-
}
|
|
859
|
-
html .blue-theme .mdc-fab.mat-primary {
|
|
1343
|
+
--mat-fab-container-color: var(--mat-sys-primary);
|
|
860
1344
|
--mat-fab-foreground-color: var(--mat-sys-on-primary);
|
|
861
|
-
|
|
862
|
-
html .blue-theme .mdc-fab.mat-primary {
|
|
863
|
-
--mdc-fab-small-container-color: var(--mat-sys-primary);
|
|
864
|
-
}
|
|
865
|
-
html .blue-theme .mdc-fab.mat-primary {
|
|
1345
|
+
--mat-fab-small-container-color: var(--mat-sys-primary);
|
|
866
1346
|
--mat-fab-small-foreground-color: var(--mat-sys-on-primary);
|
|
867
1347
|
}
|
|
868
1348
|
html .blue-theme .mdc-icon-button.mat-warn {
|
|
869
|
-
--
|
|
1349
|
+
--mat-icon-button-icon-color: var(--mat-sys-error);
|
|
870
1350
|
}
|
|
871
1351
|
html .blue-theme .mdc-icon-button.mat-primary {
|
|
872
|
-
--
|
|
1352
|
+
--mat-icon-button-icon-color: var(--mat-sys-primary);
|
|
873
1353
|
}
|
|
874
1354
|
html .blue-theme {
|
|
875
1355
|
--mat-sidenav-container-shape: 0;
|
|
876
|
-
}
|
|
877
|
-
html .blue-theme .toast-error {
|
|
878
|
-
background-color: var(--mat-sys-error) !important;
|
|
879
|
-
}
|
|
880
|
-
html .blue-theme .toast-info {
|
|
881
|
-
background-color: var(--mat-sys-primary) !important;
|
|
882
|
-
}
|
|
883
|
-
html .blue-theme .toast-no-icon {
|
|
884
|
-
background-image: none;
|
|
885
|
-
padding-left: 6%;
|
|
886
|
-
}
|
|
887
|
-
html .blue-theme .toast-title {
|
|
888
|
-
font-weight: bold;
|
|
889
|
-
}
|
|
890
|
-
html .blue-theme igo-actionbar-item {
|
|
891
|
-
--mdc-list-list-item-one-line-container-height: 40px;
|
|
892
|
-
--mdc-list-list-item-two-line-container-height: 56px;
|
|
893
|
-
--mdc-list-list-item-three-line-container-height: 80px;
|
|
894
|
-
}
|
|
895
|
-
html .blue-theme igo-actionbar-item {
|
|
896
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
897
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
898
|
-
}
|
|
899
|
-
html .blue-theme igo-actionbar-item .mdc-list-item__start,
|
|
900
|
-
html .blue-theme igo-actionbar-item .mdc-list-item__end {
|
|
901
|
-
--mdc-radio-state-layer-size: 32px;
|
|
902
|
-
}
|
|
903
|
-
html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
904
|
-
height: 48px;
|
|
905
|
-
}
|
|
906
|
-
html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
907
|
-
height: 64px;
|
|
908
|
-
}
|
|
909
|
-
html .blue-theme igo-entity-table {
|
|
910
|
-
--mat-table-header-container-height: 52px;
|
|
911
|
-
--mat-table-footer-container-height: 48px;
|
|
912
|
-
--mat-table-row-item-container-height: 48px;
|
|
913
|
-
}
|
|
914
|
-
html .blue-theme igo-entity-selector {
|
|
915
|
-
--mat-form-field-container-height: 48px;
|
|
916
|
-
--mat-form-field-filled-label-display: none;
|
|
917
|
-
--mat-form-field-container-vertical-padding: 12px;
|
|
918
|
-
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
919
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
920
|
-
}
|
|
921
|
-
html .blue-theme igo-panel {
|
|
922
|
-
--mat-icon-button-touch-target-display: none;
|
|
923
|
-
}
|
|
924
|
-
html .blue-theme igo-panel .mat-mdc-icon-button.mat-mdc-button-base {
|
|
925
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
926
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
927
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
928
|
-
padding: 8px;
|
|
929
|
-
}
|
|
930
|
-
html .blue-theme igo-toolbox igo-actionbar-item {
|
|
931
|
-
--mdc-list-list-item-one-line-container-height: 40px;
|
|
932
|
-
--mdc-list-list-item-two-line-container-height: 56px;
|
|
933
|
-
--mdc-list-list-item-three-line-container-height: 80px;
|
|
934
|
-
}
|
|
935
|
-
html .blue-theme igo-toolbox igo-actionbar-item {
|
|
936
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
937
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
938
|
-
}
|
|
939
|
-
html .blue-theme igo-toolbox igo-actionbar-item .mdc-list-item__start,
|
|
940
|
-
html .blue-theme igo-toolbox igo-actionbar-item .mdc-list-item__end {
|
|
941
|
-
--mdc-radio-state-layer-size: 32px;
|
|
942
|
-
}
|
|
943
|
-
html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
944
|
-
height: 48px;
|
|
945
|
-
}
|
|
946
|
-
html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-toolbox igo-actionbar-item .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
947
|
-
height: 64px;
|
|
948
|
-
}
|
|
949
|
-
html .blue-theme igo-context-list {
|
|
950
|
-
--mat-icon-button-touch-target-display: none;
|
|
951
|
-
}
|
|
952
|
-
html .blue-theme igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
|
|
953
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
954
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
955
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
956
|
-
padding: 8px;
|
|
957
|
-
}
|
|
958
|
-
html .blue-theme igo-context-list {
|
|
959
|
-
--mdc-list-list-item-one-line-container-height: 40px;
|
|
960
|
-
--mdc-list-list-item-two-line-container-height: 56px;
|
|
961
|
-
--mdc-list-list-item-three-line-container-height: 80px;
|
|
962
|
-
}
|
|
963
|
-
html .blue-theme igo-context-list {
|
|
964
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
965
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
966
|
-
}
|
|
967
|
-
html .blue-theme igo-context-list .mdc-list-item__start,
|
|
968
|
-
html .blue-theme igo-context-list .mdc-list-item__end {
|
|
969
|
-
--mdc-radio-state-layer-size: 32px;
|
|
970
|
-
}
|
|
971
|
-
html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
972
|
-
height: 48px;
|
|
973
|
-
}
|
|
974
|
-
html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
975
|
-
height: 64px;
|
|
976
|
-
}
|
|
977
|
-
html .blue-theme igo-context-list {
|
|
978
|
-
--mat-form-field-container-height: 48px;
|
|
979
|
-
--mat-form-field-filled-label-display: none;
|
|
980
|
-
--mat-form-field-container-vertical-padding: 12px;
|
|
981
|
-
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
982
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
983
|
-
}
|
|
984
|
-
html .blue-theme igo-context-item {
|
|
985
|
-
--mat-icon-button-touch-target-display: none;
|
|
986
|
-
}
|
|
987
|
-
html .blue-theme igo-context-item .mat-mdc-icon-button.mat-mdc-button-base {
|
|
988
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
989
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
990
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
991
|
-
padding: 8px;
|
|
992
|
-
}
|
|
993
|
-
html .blue-theme igo-directions-inputs .prefix-actions {
|
|
994
|
-
--mat-icon-button-touch-target-display: none;
|
|
995
|
-
}
|
|
996
|
-
html .blue-theme igo-directions-inputs .prefix-actions .mat-mdc-icon-button.mat-mdc-button-base {
|
|
997
|
-
--mdc-icon-button-state-layer-size: 28px;
|
|
998
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
999
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
1000
|
-
padding: 2px;
|
|
1001
|
-
}
|
|
1002
|
-
html .blue-theme igo-draw-popup-component .igo-map-tooltip,
|
|
1003
|
-
html .blue-theme igo-draw-popup-component .igo-map-tooltip,
|
|
1004
|
-
html .blue-theme igo-draw-shorcuts .igo-map-tooltip,
|
|
1005
|
-
html .blue-theme igo-draw .igo-map-tooltip {
|
|
1006
|
-
position: relative;
|
|
1007
|
-
border-radius: 4px;
|
|
1008
|
-
padding: 4px 8px;
|
|
1009
|
-
white-space: nowrap;
|
|
1010
|
-
}
|
|
1011
|
-
html .blue-theme igo-draw-popup-component .igo-map-tooltip-draw,
|
|
1012
|
-
html .blue-theme igo-draw-popup-component .igo-map-tooltip-draw,
|
|
1013
|
-
html .blue-theme igo-draw-shorcuts .igo-map-tooltip-draw,
|
|
1014
|
-
html .blue-theme igo-draw .igo-map-tooltip-draw {
|
|
1015
|
-
font: var(--mat-sys-headline-small);
|
|
1016
|
-
}
|
|
1017
|
-
html .blue-theme igo-layer-legend {
|
|
1018
|
-
--mat-form-field-container-height: 44px;
|
|
1019
|
-
--mat-form-field-filled-label-display: none;
|
|
1020
|
-
--mat-form-field-container-vertical-padding: 10px;
|
|
1021
|
-
--mat-form-field-filled-with-label-container-padding-top: 10px;
|
|
1022
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 10px;
|
|
1023
|
-
}
|
|
1024
|
-
html .blue-theme igo-layer-list-tool {
|
|
1025
|
-
--mat-icon-button-touch-target-display: none;
|
|
1026
|
-
}
|
|
1027
|
-
html .blue-theme igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1028
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
1029
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
1030
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
1031
|
-
padding: 8px;
|
|
1032
|
-
}
|
|
1033
|
-
html .blue-theme igo-layer-list-tool {
|
|
1034
|
-
--mat-form-field-container-height: 48px;
|
|
1035
|
-
--mat-form-field-filled-label-display: none;
|
|
1036
|
-
--mat-form-field-container-vertical-padding: 12px;
|
|
1037
|
-
--mat-form-field-filled-with-label-container-padding-top: 12px;
|
|
1038
|
-
--mat-form-field-filled-with-label-container-padding-bottom: 12px;
|
|
1039
|
-
}
|
|
1040
|
-
html .blue-theme igo-map-browser {
|
|
1041
|
-
--mat-icon-button-touch-target-display: none;
|
|
1042
|
-
}
|
|
1043
|
-
html .blue-theme igo-map-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1044
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
1045
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
1046
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
1047
|
-
padding: 8px;
|
|
1048
|
-
}
|
|
1049
|
-
html .blue-theme igo-catalog-browser {
|
|
1050
|
-
--mat-icon-button-touch-target-display: none;
|
|
1051
|
-
}
|
|
1052
|
-
html .blue-theme igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
|
|
1053
|
-
--mdc-icon-button-state-layer-size: 40px;
|
|
1054
|
-
width: var(--mdc-icon-button-state-layer-size);
|
|
1055
|
-
height: var(--mdc-icon-button-state-layer-size);
|
|
1056
|
-
padding: 8px;
|
|
1057
|
-
}
|
|
1058
|
-
html .blue-theme igo-catalog-browser {
|
|
1059
|
-
--mdc-list-list-item-one-line-container-height: 40px;
|
|
1060
|
-
--mdc-list-list-item-two-line-container-height: 56px;
|
|
1061
|
-
--mdc-list-list-item-three-line-container-height: 80px;
|
|
1062
|
-
}
|
|
1063
|
-
html .blue-theme igo-catalog-browser {
|
|
1064
|
-
--mat-list-list-item-leading-icon-start-space: 16px;
|
|
1065
|
-
--mat-list-list-item-leading-icon-end-space: 32px;
|
|
1066
|
-
}
|
|
1067
|
-
html .blue-theme igo-catalog-browser .mdc-list-item__start,
|
|
1068
|
-
html .blue-theme igo-catalog-browser .mdc-list-item__end {
|
|
1069
|
-
--mdc-radio-state-layer-size: 32px;
|
|
1070
|
-
}
|
|
1071
|
-
html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
|
|
1072
|
-
height: 48px;
|
|
1073
|
-
}
|
|
1074
|
-
html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, html .blue-theme igo-catalog-browser .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
|
|
1075
|
-
height: 64px;
|
|
1076
|
-
}
|
|
1077
|
-
html .blue-theme :root {
|
|
1078
|
-
font-size: var(--sdg-font-size-root-percent);
|
|
1079
|
-
}
|
|
1080
|
-
html .blue-theme body {
|
|
1081
|
-
color: var(--sdg-color-text);
|
|
1082
|
-
font-family: var(--sdg-font-family-text);
|
|
1083
|
-
font-size: var(--sdg-font-size-md);
|
|
1084
|
-
}
|
|
1085
|
-
html .blue-theme a {
|
|
1086
|
-
word-break: break-word;
|
|
1087
|
-
overflow-wrap: break-word;
|
|
1088
|
-
cursor: pointer;
|
|
1089
|
-
color: var(--sdg-color-blue-piv);
|
|
1090
|
-
text-decoration: underline;
|
|
1091
|
-
background-color: transparent;
|
|
1092
|
-
width: fit-content;
|
|
1093
|
-
max-inline-size: var(--sdg-max-content-width);
|
|
1094
|
-
}
|
|
1095
|
-
html .blue-theme a:hover {
|
|
1096
|
-
text-decoration: none;
|
|
1097
|
-
}
|
|
1098
|
-
html .blue-theme button {
|
|
1099
|
-
font-family: var(--sdg-font-family-text);
|
|
1100
|
-
}
|
|
1101
|
-
html .blue-theme p,
|
|
1102
|
-
html .blue-theme ul,
|
|
1103
|
-
html .blue-theme ol,
|
|
1104
|
-
html .blue-theme u,
|
|
1105
|
-
html .blue-theme .text {
|
|
1106
|
-
color: var(--sdg-color-text);
|
|
1107
|
-
font-size: var(--sdg-font-size-md);
|
|
1108
|
-
line-height: 24px;
|
|
1109
|
-
max-inline-size: var(--sdg-max-content-width);
|
|
1110
|
-
}
|
|
1111
|
-
html .blue-theme ul,
|
|
1112
|
-
html .blue-theme ol {
|
|
1113
|
-
margin-top: 0;
|
|
1114
|
-
margin-bottom: 24px;
|
|
1115
|
-
padding-left: 16px;
|
|
1116
|
-
}
|
|
1117
|
-
html .blue-theme p {
|
|
1118
|
-
margin-bottom: 24px !important;
|
|
1119
|
-
}
|
|
1120
|
-
html .blue-theme li {
|
|
1121
|
-
margin-top: 16px;
|
|
1122
|
-
margin-bottom: 16px;
|
|
1123
|
-
}
|
|
1124
|
-
html .blue-theme strong {
|
|
1125
|
-
font-weight: 600;
|
|
1126
|
-
}
|
|
1127
|
-
html .blue-theme h1,
|
|
1128
|
-
html .blue-theme h2,
|
|
1129
|
-
html .blue-theme h3,
|
|
1130
|
-
html .blue-theme h4,
|
|
1131
|
-
html .blue-theme h5,
|
|
1132
|
-
html .blue-theme h6,
|
|
1133
|
-
html .blue-theme .h1,
|
|
1134
|
-
html .blue-theme .h2,
|
|
1135
|
-
html .blue-theme .h3,
|
|
1136
|
-
html .blue-theme .h4,
|
|
1137
|
-
html .blue-theme .h5,
|
|
1138
|
-
html .blue-theme .h6 {
|
|
1139
|
-
font-family: var(--sdg-font-family-title) !important;
|
|
1140
|
-
font-weight: bold !important;
|
|
1141
|
-
color: var(--sdg-color-text);
|
|
1142
|
-
max-inline-size: var(--sdg-max-content-width);
|
|
1143
|
-
}
|
|
1144
|
-
html .blue-theme h1,
|
|
1145
|
-
html .blue-theme .h1 {
|
|
1146
|
-
font-size: var(--sdg-font-size-h1);
|
|
1147
|
-
line-height: var(--sdg-line-height-h1);
|
|
1148
|
-
margin-top: var(--sdg-title-margin-h1-mt);
|
|
1149
|
-
margin-bottom: var(--sdg-title-margin-h1-mb);
|
|
1150
|
-
}
|
|
1151
|
-
html .blue-theme h1:after,
|
|
1152
|
-
html .blue-theme .h1:after {
|
|
1153
|
-
content: "";
|
|
1154
|
-
display: block;
|
|
1155
|
-
margin: 0;
|
|
1156
|
-
width: 48px;
|
|
1157
|
-
padding-top: 4px;
|
|
1158
|
-
border-bottom: 4px solid var(--sdg-color-pink-normal);
|
|
1159
|
-
}
|
|
1160
|
-
@media (max-width: 575px) {
|
|
1161
|
-
html .blue-theme h1,
|
|
1162
|
-
html .blue-theme .h1 {
|
|
1163
|
-
font-size: var(--sdg-mobile-font-size-h1);
|
|
1164
|
-
line-height: var(--sdg-mobile-line-height-h1);
|
|
1165
|
-
margin-top: var(--sdg-spacer-lg) !important;
|
|
1166
|
-
margin-bottom: var(--sdg-spacer-sm) !important;
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
html .blue-theme h2,
|
|
1170
|
-
html .blue-theme .h2 {
|
|
1171
|
-
font-size: var(--sdg-font-size-h2);
|
|
1172
|
-
line-height: var(--sdg-line-height-h2);
|
|
1173
|
-
margin-top: var(--sdg-title-margin-h2-mt);
|
|
1174
|
-
margin-bottom: var(--sdg-title-margin-h2-mb);
|
|
1175
|
-
}
|
|
1176
|
-
@media (max-width: 575px) {
|
|
1177
|
-
html .blue-theme h2,
|
|
1178
|
-
html .blue-theme .h2 {
|
|
1179
|
-
font-size: var(--sdg-mobile-font-size-h2);
|
|
1180
|
-
line-height: var(--sdg-mobile-line-height-h2);
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
html .blue-theme h3,
|
|
1184
|
-
html .blue-theme .h3 {
|
|
1185
|
-
font-size: var(--sdg-font-size-h3);
|
|
1186
|
-
line-height: var(--sdg-line-height-h3);
|
|
1187
|
-
margin-top: var(--sdg-title-margin-h3-mt);
|
|
1188
|
-
margin-bottom: var(--sdg-title-margin-h3-mb);
|
|
1189
|
-
}
|
|
1190
|
-
@media (max-width: 575px) {
|
|
1191
|
-
html .blue-theme h3,
|
|
1192
|
-
html .blue-theme .h3 {
|
|
1193
|
-
font-size: var(--sdg-mobile-font-size-h3);
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
html .blue-theme h4,
|
|
1197
|
-
html .blue-theme .h4 {
|
|
1198
|
-
font-size: var(--sdg-font-size-h4);
|
|
1199
|
-
line-height: var(--sdg-line-height-h4);
|
|
1200
|
-
margin-top: var(--sdg-title-margin-h4-mt);
|
|
1201
|
-
margin-bottom: var(--sdg-title-margin-h4-mb);
|
|
1202
|
-
}
|
|
1203
|
-
html .blue-theme h5,
|
|
1204
|
-
html .blue-theme .h5 {
|
|
1205
|
-
font-size: var(--sdg-font-size-h5);
|
|
1206
|
-
line-height: var(--sdg-line-height-h5);
|
|
1207
|
-
margin-top: var(--sdg-title-margin-h5-mt);
|
|
1208
|
-
margin-bottom: var(--sdg-title-margin-h5-mb);
|
|
1209
|
-
}
|
|
1210
|
-
html .blue-theme h6,
|
|
1211
|
-
html .blue-theme .h6 {
|
|
1212
|
-
font-size: var(--sdg-font-size-h6);
|
|
1213
|
-
line-height: var(--sdg-line-height-h6);
|
|
1214
|
-
margin-top: var(--sdg-title-margin-h6-mt);
|
|
1215
|
-
margin-bottom: var(--sdg-title-margin-h6-mb);
|
|
1216
|
-
}
|
|
1217
|
-
html .blue-theme .accroche {
|
|
1218
|
-
font-size: var(--sdg-font-size-lg);
|
|
1219
|
-
line-height: var(--sdg-line-height-lg);
|
|
1220
|
-
font-weight: 600;
|
|
1221
|
-
max-width: var(--sdg-max-content-width);
|
|
1222
|
-
padding-bottom: 24px;
|
|
1223
1356
|
}
|