@softheon/armature 15.1.1 → 15.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/assets/styles/sof-styles.scss +1002 -25
  2. package/esm2020/lib/alert-banner/alert-banner.module.mjs +4 -4
  3. package/esm2020/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +3 -3
  4. package/esm2020/lib/alert-banner/services/alert-banner.service.mjs +3 -3
  5. package/esm2020/lib/armature.module.mjs +4 -4
  6. package/esm2020/lib/base-components/base-component-api.mjs +3 -1
  7. package/esm2020/lib/base-components/base-component.module.mjs +21 -10
  8. package/esm2020/lib/base-components/sof-alert/sof-alert.component.mjs +3 -3
  9. package/esm2020/lib/base-components/sof-banner/sof-banner.component.mjs +3 -3
  10. package/esm2020/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +3 -3
  11. package/esm2020/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +59 -0
  12. package/esm2020/lib/base-components/sof-modal/sof-modal.component.mjs +3 -3
  13. package/esm2020/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +3 -3
  14. package/esm2020/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +40 -0
  15. package/esm2020/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +3 -3
  16. package/esm2020/lib/component-save-print/services/component-save-print.service.mjs +3 -3
  17. package/esm2020/lib/component-save-print/sof-ar-component-save-print.module.mjs +4 -4
  18. package/esm2020/lib/core/client-generated/api/session.service.mjs +3 -3
  19. package/esm2020/lib/core/components/app-template/app-template.component.mjs +3 -3
  20. package/esm2020/lib/core/initializer/initializer.service.mjs +38 -9
  21. package/esm2020/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +3 -3
  22. package/esm2020/lib/core/models/oidc-auth-settings.mjs +1 -1
  23. package/esm2020/lib/core/services/authorization.service.mjs +3 -3
  24. package/esm2020/lib/core/services/banner.service.mjs +3 -3
  25. package/esm2020/lib/core/services/base-config.service.mjs +3 -3
  26. package/esm2020/lib/core/services/default-config.service.mjs +3 -3
  27. package/esm2020/lib/core/services/session.service.mjs +3 -3
  28. package/esm2020/lib/core/services/user-entity.service.mjs +3 -3
  29. package/esm2020/lib/distributed-cache/client-generated/api/cache.service.mjs +3 -3
  30. package/esm2020/lib/distributed-cache/distributed-cache.module.mjs +4 -4
  31. package/esm2020/lib/distributed-cache/services/server-cache.service.mjs +3 -3
  32. package/esm2020/lib/error/components/error-common/error-common.component.mjs +3 -3
  33. package/esm2020/lib/error/error.module.mjs +4 -4
  34. package/esm2020/lib/faq/components/faq/faq.component.mjs +3 -3
  35. package/esm2020/lib/faq/faq.module.mjs +4 -4
  36. package/esm2020/lib/footer/components/footer/footer.component.mjs +3 -3
  37. package/esm2020/lib/footer/components/site-map/site-map.component.mjs +3 -3
  38. package/esm2020/lib/footer/footer.module.mjs +4 -4
  39. package/esm2020/lib/forms/components/sof-address/sof-address.component.mjs +3 -3
  40. package/esm2020/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +3 -3
  41. package/esm2020/lib/forms/directives/input-trim/input-trim.directive.mjs +3 -3
  42. package/esm2020/lib/forms/directives/letters-only/letters-only.directive.mjs +3 -3
  43. package/esm2020/lib/forms/directives/numbers-only/numbers-only.directive.mjs +3 -3
  44. package/esm2020/lib/forms/forms.module.mjs +4 -4
  45. package/esm2020/lib/forms/pipes/phone-format.pipe.mjs +3 -3
  46. package/esm2020/lib/forms/services/alert.service.mjs +3 -3
  47. package/esm2020/lib/header/components/header/header.component.mjs +4 -4
  48. package/esm2020/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +3 -3
  49. package/esm2020/lib/header/header.module.mjs +4 -4
  50. package/esm2020/lib/navigation/components/navigation/navigation.component.mjs +8 -7
  51. package/esm2020/lib/navigation/navigation.module.mjs +4 -4
  52. package/esm2020/lib/oauth/oauth.module.mjs +4 -4
  53. package/esm2020/lib/oauth/services/hybrid-saml-oauth.service.mjs +3 -3
  54. package/esm2020/lib/rbac/directives/rbac-action.directive.mjs +3 -3
  55. package/esm2020/lib/rbac/rbac.module.mjs +4 -4
  56. package/esm2020/lib/rbac/services/ar-role-nav.service.mjs +3 -3
  57. package/esm2020/lib/rbac/services/oauth2-role.service.mjs +3 -3
  58. package/esm2020/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +3 -3
  59. package/esm2020/lib/resize-panels/resize-panels.module.mjs +4 -4
  60. package/esm2020/lib/rum/rum.module.mjs +4 -4
  61. package/esm2020/lib/rum/services/rum.service.mjs +3 -3
  62. package/esm2020/lib/rum/services/shared-error.service.mjs +3 -3
  63. package/esm2020/lib/rum/services/softheon-error-handler.service.mjs +3 -3
  64. package/esm2020/lib/saml/components/redirect-saml/redirect-saml.component.mjs +3 -3
  65. package/esm2020/lib/saml/saml.module.mjs +4 -4
  66. package/esm2020/lib/saml/services/entry/sso-gateway-entry.service.mjs +3 -3
  67. package/esm2020/lib/saml/services/send-off/saml.service.mjs +3 -3
  68. package/esm2020/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +3 -3
  69. package/esm2020/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +3 -3
  70. package/esm2020/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +3 -3
  71. package/esm2020/lib/sof-pipe/sof-pipe.module.mjs +4 -4
  72. package/esm2020/lib/theming/directives/css-override.directive.mjs +3 -3
  73. package/esm2020/lib/theming/services/theme.service.mjs +3 -3
  74. package/esm2020/lib/theming/theme.module.mjs +4 -4
  75. package/fesm2015/softheon-armature.mjs +403 -278
  76. package/fesm2015/softheon-armature.mjs.map +1 -1
  77. package/fesm2020/softheon-armature.mjs +393 -269
  78. package/fesm2020/softheon-armature.mjs.map +1 -1
  79. package/lib/base-components/base-component-api.d.ts +2 -0
  80. package/lib/base-components/base-component.module.d.ts +19 -16
  81. package/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.d.ts +28 -0
  82. package/lib/base-components/sof-star-rating/sof-star-rating.component.d.ts +25 -0
  83. package/lib/core/initializer/initializer.service.d.ts +11 -2
  84. package/lib/core/models/oidc-auth-settings.d.ts +2 -0
  85. package/package.json +1 -1
@@ -8,28 +8,24 @@
8
8
  @include mat.core();
9
9
  $main-theme: mat.define-light-theme((
10
10
  color: (
11
- primary: $arm-primary,
12
- accent: $arm-accent,
13
- error: $arm-error
14
- ),
15
- typography: mat.define-typography-config(),
16
- density: 0,
17
- ));
11
+ primary: mat.define-palette($arm-primary),
12
+ accent: mat.define-palette($arm-accent)),
13
+ typography: mat.define-typography-config(),
14
+ density: 0,
15
+ ));
18
16
  $main-theme-dark: mat.define-dark-theme((
19
17
  color: (
20
- primary: $arm-primary,
21
- accent: $arm-accent,
22
- error: $arm-error
23
- ),
24
- typography: mat.define-typography-config(),
25
- density: 0,
26
- ));
18
+ primary: mat.define-palette($arm-primary),
19
+ accent: mat.define-palette($arm-accent)),
20
+ typography: mat.define-typography-config(),
21
+ density: 0,
22
+ ));
27
23
 
28
24
  body {
29
25
  letter-spacing: 0px;
30
26
  font-family: "Poppins", sans-serif !important;
31
27
  font-size: 14px;
32
- @include mat.core-theme($main-theme);
28
+ @include mat.all-component-themes($main-theme);
33
29
  margin: 0 !important;
34
30
  }
35
31
 
@@ -52,6 +48,7 @@ h1 {
52
48
  letter-spacing: normal;
53
49
  margin: 0px;
54
50
  padding: 0px;
51
+
55
52
  @media only screen and (max-width: $screen-sm-end) {
56
53
  font-size: 28px;
57
54
  }
@@ -68,6 +65,7 @@ h2 {
68
65
  letter-spacing: normal;
69
66
  margin: 0px;
70
67
  padding: 0px;
68
+
71
69
  @media only screen and (max-width: $screen-sm-end) {
72
70
  font-size: 24px;
73
71
  }
@@ -84,6 +82,7 @@ h3 {
84
82
  letter-spacing: normal;
85
83
  margin: 0px;
86
84
  padding: 0px;
85
+
87
86
  @media only screen and (max-width: $screen-sm-end) {
88
87
  font-size: 20px;
89
88
  }
@@ -100,6 +99,7 @@ h4 {
100
99
  letter-spacing: normal;
101
100
  margin: 0px;
102
101
  padding: 0px;
102
+
103
103
  @media only screen and (max-width: $screen-sm-end) {
104
104
  font-size: 18px;
105
105
  }
@@ -112,6 +112,7 @@ h4 {
112
112
  font-size: 16px;
113
113
  line-height: 24px;
114
114
  letter-spacing: normal;
115
+
115
116
  @media only screen and (max-width: $screen-sm-end) {
116
117
  font-size: 16px;
117
118
  }
@@ -124,6 +125,7 @@ h4 {
124
125
  font-size: 14px;
125
126
  line-height: 21px;
126
127
  letter-spacing: normal;
128
+
127
129
  @media only screen and (max-width: $screen-sm-end) {
128
130
  font-size: 16px;
129
131
  }
@@ -137,10 +139,12 @@ mat-form-field {
137
139
  font-size: 16px !important;
138
140
  line-height: 24px !important;
139
141
  letter-spacing: normal !important;
142
+
140
143
  @media only screen and (max-width: $screen-sm-end) {
141
144
  font-size: 16px !important;
142
145
  }
143
146
  }
147
+
144
148
  &.body2 {
145
149
  font-family: "Poppins", sans-serif;
146
150
  font-style: normal;
@@ -148,6 +152,7 @@ mat-form-field {
148
152
  font-size: 14px;
149
153
  line-height: 21px;
150
154
  letter-spacing: normal;
155
+
151
156
  @media only screen and (max-width: $screen-sm-end) {
152
157
  font-size: 16px;
153
158
  }
@@ -227,21 +232,26 @@ mat-form-field {
227
232
  ::ng-deep mat-button-toggle-group {
228
233
  &.sof-toggle-group {
229
234
  height: 48px !important;
235
+
230
236
  &.mat-button-toggle-group.mat-button-toggle-group-appearance-standard {
231
237
  border: none !important;
232
238
  border-radius: 0px !important;
233
239
  }
240
+
234
241
  &.full-width {
235
242
  .toggle-left {
236
243
  width: 100% !important;
237
244
  }
245
+
238
246
  .toggle-middle {
239
247
  width: 100% !important;
240
248
  }
249
+
241
250
  .toggle-right {
242
251
  width: 100% !important;
243
252
  }
244
253
  }
254
+
245
255
  .mat-button-toggle-label-content {
246
256
  text-transform: uppercase !important;
247
257
  font-family: "Poppins" !important;
@@ -253,12 +263,15 @@ mat-form-field {
253
263
  text-align: center !important;
254
264
  color: black !important;
255
265
  }
266
+
256
267
  .mat-button-toggle-button {
257
268
  height: 100% !important;
258
269
  }
270
+
259
271
  .mat-button-toggle-checked {
260
272
  background-color: mat.get-color-from-palette($arm-primary, 100) !important;
261
273
  }
274
+
262
275
  .toggle-left {
263
276
  border-top: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
264
277
  border-bottom: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
@@ -267,6 +280,7 @@ mat-form-field {
267
280
  border-radius: 6px 0px 0px 6px !important;
268
281
  width: 120px !important;
269
282
  }
283
+
270
284
  .toggle-middle {
271
285
  border-top: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
272
286
  border-bottom: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
@@ -275,6 +289,7 @@ mat-form-field {
275
289
  border-radius: 0px 0px 0px 0px !important;
276
290
  width: 120px !important;
277
291
  }
292
+
278
293
  .toggle-right {
279
294
  border-top: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
280
295
  border-bottom: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
@@ -283,10 +298,12 @@ mat-form-field {
283
298
  border-radius: 0px 6px 6px 0px !important;
284
299
  width: 120px !important;
285
300
  }
301
+
286
302
  .mat-button-toggle-disabled {
287
303
  &.mat-button-toggle-checked {
288
304
  background-color: mat.get-color-from-palette($arm-neutral, 200) !important;
289
305
  }
306
+
290
307
  &.toggle-left {
291
308
  border-top: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
292
309
  border-bottom: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
@@ -295,6 +312,7 @@ mat-form-field {
295
312
  border-radius: 6px 0px 0px 6px !important;
296
313
  width: 120px !important;
297
314
  }
315
+
298
316
  &.toggle-middle {
299
317
  border-top: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
300
318
  border-bottom: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
@@ -303,6 +321,7 @@ mat-form-field {
303
321
  border-radius: 0px 0px 0px 0px !important;
304
322
  width: 120px !important;
305
323
  }
324
+
306
325
  &.toggle-right {
307
326
  border-top: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
308
327
  border-bottom: 2px solid mat.get-color-from-palette($arm-neutral, 400) !important;
@@ -317,9 +336,11 @@ mat-form-field {
317
336
  &.sof-toggle-group[size="small"] {
318
337
  height: 36px !important;
319
338
  }
339
+
320
340
  &.sof-toggle-group[size="medium"] {
321
341
  height: 48px !important;
322
342
  }
343
+
323
344
  &.sof-toggle-group[size="large"] {
324
345
  height: 56px !important;
325
346
  }
@@ -351,63 +372,83 @@ button.mat-mdc-button {
351
372
  &:enabled {
352
373
  &.mat-primary {
353
374
  color: mat.get-color-from-palette($arm-primary, 500) !important;
375
+
354
376
  &:hover {
355
377
  background-color: mat.get-color-from-palette($arm-primary, 50);
356
378
  }
379
+
357
380
  &:focus {
358
381
  background-color: mat.get-color-from-palette($arm-primary, 100);
359
382
  }
360
383
  }
384
+
361
385
  &.mat-accent {
362
386
  color: mat.get-color-from-palette($arm-accent, 500) !important;
387
+
363
388
  &:hover {
364
389
  background-color: mat.get-color-from-palette($arm-accent, 50);
365
390
  }
391
+
366
392
  &:focus {
367
393
  background-color: mat.get-color-from-palette($arm-accent, 100);
368
394
  }
369
395
  }
396
+
370
397
  &.mat-warn {
371
398
  color: mat.get-color-from-palette($arm-warn, 500) !important;
399
+
372
400
  &:hover {
373
401
  background-color: mat.get-color-from-palette($arm-warn, 50);
374
402
  }
403
+
375
404
  &:focus {
376
405
  background-color: mat.get-color-from-palette($arm-warn, 100);
377
406
  }
378
407
  }
408
+
379
409
  &.mat-success {
380
410
  color: mat.get-color-from-palette($arm-success, 500) !important;
411
+
381
412
  &:hover {
382
413
  background-color: mat.get-color-from-palette($arm-success, 50);
383
414
  }
415
+
384
416
  &:focus {
385
417
  background-color: mat.get-color-from-palette($arm-success, 100);
386
418
  }
387
419
  }
420
+
388
421
  &.mat-error {
389
422
  color: mat.get-color-from-palette($arm-error, 500) !important;
423
+
390
424
  &:hover {
391
425
  background-color: mat.get-color-from-palette($arm-error, 50);
392
426
  }
427
+
393
428
  &:focus {
394
429
  background-color: mat.get-color-from-palette($arm-error, 100);
395
430
  }
396
431
  }
432
+
397
433
  &.mat-info {
398
434
  color: mat.get-color-from-palette($arm-info, 500) !important;
435
+
399
436
  &:hover {
400
437
  background-color: mat.get-color-from-palette($arm-info, 50);
401
438
  }
439
+
402
440
  &:focus {
403
441
  background-color: mat.get-color-from-palette($arm-info, 100);
404
442
  }
405
443
  }
444
+
406
445
  &.mat-neutral {
407
446
  color: #000000de !important;
447
+
408
448
  &:hover {
409
449
  background-color: mat.get-color-from-palette($arm-neutral, 50);
410
450
  }
451
+
411
452
  &:focus {
412
453
  background-color: mat.get-color-from-palette($arm-neutral, 100);
413
454
  }
@@ -424,20 +465,26 @@ button.mat-mdc-button {
424
465
  margin-right: 4px !important;
425
466
  }
426
467
  }
468
+
427
469
  &.sof-button[size="small"] {
428
470
  height: 36px !important;
471
+
429
472
  i {
430
473
  font-size: 1em !important;
431
474
  }
432
475
  }
476
+
433
477
  &.sof-button[size="medium"] {
434
478
  height: 48px !important;
479
+
435
480
  i {
436
481
  font-size: 1em !important;
437
482
  }
438
483
  }
484
+
439
485
  &.sof-button[size="large"] {
440
486
  height: 56px !important;
487
+
441
488
  i {
442
489
  font-size: 1.15em !important;
443
490
  }
@@ -450,63 +497,83 @@ button.mat-mdc-button {
450
497
  &:enabled {
451
498
  &.mat-primary {
452
499
  color: mat.get-color-from-palette($arm-primary, 500) !important;
500
+
453
501
  &:hover {
454
502
  background-color: mat.get-color-from-palette($arm-primary, 50);
455
503
  }
504
+
456
505
  &:focus {
457
506
  background-color: mat.get-color-from-palette($arm-primary, 100);
458
507
  }
459
508
  }
509
+
460
510
  &.mat-accent {
461
511
  color: mat.get-color-from-palette($arm-accent, 500) !important;
512
+
462
513
  &:hover {
463
514
  background-color: mat.get-color-from-palette($arm-accent, 50);
464
515
  }
516
+
465
517
  &:focus {
466
518
  background-color: mat.get-color-from-palette($arm-accent, 100);
467
519
  }
468
520
  }
521
+
469
522
  &.mat-warn {
470
523
  color: mat.get-color-from-palette($arm-warn, 500) !important;
524
+
471
525
  &:hover {
472
526
  background-color: mat.get-color-from-palette($arm-warn, 50);
473
527
  }
528
+
474
529
  &:focus {
475
530
  background-color: mat.get-color-from-palette($arm-warn, 100);
476
531
  }
477
532
  }
533
+
478
534
  &.mat-success {
479
535
  color: mat.get-color-from-palette($arm-success, 500) !important;
536
+
480
537
  &:hover {
481
538
  background-color: mat.get-color-from-palette($arm-success, 50);
482
539
  }
540
+
483
541
  &:focus {
484
542
  background-color: mat.get-color-from-palette($arm-success, 100);
485
543
  }
486
544
  }
545
+
487
546
  &.mat-error {
488
547
  color: mat.get-color-from-palette($arm-error, 500) !important;
548
+
489
549
  &:hover {
490
550
  background-color: mat.get-color-from-palette($arm-error, 50);
491
551
  }
552
+
492
553
  &:focus {
493
554
  background-color: mat.get-color-from-palette($arm-error, 100);
494
555
  }
495
556
  }
557
+
496
558
  &.mat-info {
497
559
  color: mat.get-color-from-palette($arm-info, 500) !important;
560
+
498
561
  &:hover {
499
562
  background-color: mat.get-color-from-palette($arm-info, 50);
500
563
  }
564
+
501
565
  &:focus {
502
566
  background-color: mat.get-color-from-palette($arm-info, 100);
503
567
  }
504
568
  }
569
+
505
570
  &.mat-neutral {
506
571
  color: #000000de !important;
572
+
507
573
  &:hover {
508
574
  background-color: mat.get-color-from-palette($arm-neutral, 50);
509
575
  }
576
+
510
577
  &:focus {
511
578
  background-color: mat.get-color-from-palette($arm-neutral, 100);
512
579
  }
@@ -518,18 +585,21 @@ button.mat-mdc-button {
518
585
  opacity: 1 !important;
519
586
  }
520
587
  }
588
+
521
589
  &.sof-icon-button[size="small"] {
522
590
  height: 36px !important;
523
591
  width: 36px !important;
524
592
  min-width: 36px !important;
525
593
  font-size: 19px !important;
526
594
  }
595
+
527
596
  &.sof-icon-button[size="medium"] {
528
597
  height: 48px !important;
529
598
  width: 48px !important;
530
599
  min-width: 48px !important;
531
600
  font-size: 26px !important;
532
601
  }
602
+
533
603
  &.sof-icon-button[size="large"] {
534
604
  height: 56px !important;
535
605
  width: 56px !important;
@@ -561,69 +631,91 @@ button.mat-mdc-unelevated-button {
561
631
 
562
632
  &:enabled {
563
633
  color: #ffffff !important;
634
+
564
635
  &.mat-primary {
565
636
  background: mat.get-color-from-palette($arm-primary, 500);
637
+
566
638
  &:hover {
567
639
  background-color: mat.get-color-from-palette($arm-primary, 700);
568
640
  }
641
+
569
642
  &:focus {
570
643
  background-color: mat.get-color-from-palette($arm-primary, 900);
571
644
  }
572
645
  }
646
+
573
647
  &.mat-accent {
574
648
  background: mat.get-color-from-palette($arm-accent, 500);
649
+
575
650
  &:hover {
576
651
  background-color: mat.get-color-from-palette($arm-accent, 700);
577
652
  }
653
+
578
654
  &:focus {
579
655
  background-color: mat.get-color-from-palette($arm-accent, 900);
580
656
  }
581
657
  }
658
+
582
659
  &.mat-warn {
583
660
  background: mat.get-color-from-palette($arm-warn, 500);
661
+
584
662
  &:hover {
585
663
  background-color: mat.get-color-from-palette($arm-warn, 700);
586
664
  }
665
+
587
666
  &:focus {
588
667
  background-color: mat.get-color-from-palette($arm-warn, 900);
589
668
  }
590
669
  }
670
+
591
671
  &.mat-success {
592
672
  background: mat.get-color-from-palette($arm-success, 500);
673
+
593
674
  &:hover {
594
675
  background-color: mat.get-color-from-palette($arm-success, 700);
595
676
  }
677
+
596
678
  &:focus {
597
679
  background-color: mat.get-color-from-palette($arm-success, 900);
598
680
  }
599
681
  }
682
+
600
683
  &.mat-error {
601
684
  background: mat.get-color-from-palette($arm-error, 500);
685
+
602
686
  &:hover {
603
687
  background-color: mat.get-color-from-palette($arm-error, 700);
604
688
  }
689
+
605
690
  &:focus {
606
691
  background-color: mat.get-color-from-palette($arm-error, 900);
607
692
  }
608
693
  }
694
+
609
695
  &.mat-info {
610
696
  background: mat.get-color-from-palette($arm-info, 500);
697
+
611
698
  &:hover {
612
699
  background-color: mat.get-color-from-palette($arm-info, 700);
613
700
  }
701
+
614
702
  &:focus {
615
703
  background-color: mat.get-color-from-palette($arm-info, 900);
616
704
  }
617
705
  }
706
+
618
707
  &.mat-neutral {
619
708
  background: #000000de;
709
+
620
710
  &:hover {
621
711
  background-color: mat.get-color-from-palette($arm-neutral, 700);
622
712
  }
713
+
623
714
  &:focus {
624
715
  background-color: mat.get-color-from-palette($arm-neutral, 900);
625
716
  }
626
717
  }
718
+
627
719
  i {
628
720
  color: #ffffff !important;
629
721
  }
@@ -640,20 +732,26 @@ button.mat-mdc-unelevated-button {
640
732
  margin-right: 4px !important;
641
733
  }
642
734
  }
735
+
643
736
  &.sof-flat-button[size="small"] {
644
737
  height: 36px !important;
738
+
645
739
  i {
646
740
  font-size: 1em !important;
647
741
  }
648
742
  }
743
+
649
744
  &.sof-flat-button[size="medium"] {
650
745
  height: 48px !important;
746
+
651
747
  i {
652
748
  font-size: 1em !important;
653
749
  }
654
750
  }
751
+
655
752
  &.sof-flat-button[size="large"] {
656
753
  height: 56px !important;
754
+
657
755
  i {
658
756
  font-size: 1.15em !important;
659
757
  }
@@ -665,69 +763,91 @@ button.mat-mdc-unelevated-button {
665
763
 
666
764
  &:enabled {
667
765
  color: #ffffff !important;
766
+
668
767
  &.mat-primary {
669
768
  background: mat.get-color-from-palette($arm-primary, 500);
769
+
670
770
  &:hover {
671
771
  background-color: mat.get-color-from-palette($arm-primary, 700);
672
772
  }
773
+
673
774
  &:focus {
674
775
  background-color: mat.get-color-from-palette($arm-primary, 900);
675
776
  }
676
777
  }
778
+
677
779
  &.mat-accent {
678
780
  background: mat.get-color-from-palette($arm-accent, 500);
781
+
679
782
  &:hover {
680
783
  background-color: mat.get-color-from-palette($arm-accent, 700);
681
784
  }
785
+
682
786
  &:focus {
683
787
  background-color: mat.get-color-from-palette($arm-accent, 900);
684
788
  }
685
789
  }
790
+
686
791
  &.mat-warn {
687
792
  background: mat.get-color-from-palette($arm-warn, 500);
793
+
688
794
  &:hover {
689
795
  background-color: mat.get-color-from-palette($arm-warn, 700);
690
796
  }
797
+
691
798
  &:focus {
692
799
  background-color: mat.get-color-from-palette($arm-warn, 900);
693
800
  }
694
801
  }
802
+
695
803
  &.mat-success {
696
804
  background: mat.get-color-from-palette($arm-success, 500);
805
+
697
806
  &:hover {
698
807
  background-color: mat.get-color-from-palette($arm-success, 700);
699
808
  }
809
+
700
810
  &:focus {
701
811
  background-color: mat.get-color-from-palette($arm-success, 900);
702
812
  }
703
813
  }
814
+
704
815
  &.mat-error {
705
816
  background: mat.get-color-from-palette($arm-error, 500);
817
+
706
818
  &:hover {
707
819
  background-color: mat.get-color-from-palette($arm-error, 700);
708
820
  }
821
+
709
822
  &:focus {
710
823
  background-color: mat.get-color-from-palette($arm-error, 900);
711
824
  }
712
825
  }
826
+
713
827
  &.mat-info {
714
828
  background: mat.get-color-from-palette($arm-info, 500);
829
+
715
830
  &:hover {
716
831
  background-color: mat.get-color-from-palette($arm-info, 700);
717
832
  }
833
+
718
834
  &:focus {
719
835
  background-color: mat.get-color-from-palette($arm-info, 900);
720
836
  }
721
837
  }
838
+
722
839
  &.mat-neutral {
723
840
  background: #000000de;
841
+
724
842
  &:hover {
725
843
  background-color: mat.get-color-from-palette($arm-neutral, 700);
726
844
  }
845
+
727
846
  &:focus {
728
847
  background-color: mat.get-color-from-palette($arm-neutral, 900);
729
848
  }
730
849
  }
850
+
731
851
  i {
732
852
  color: #ffffff !important;
733
853
  }
@@ -739,18 +859,21 @@ button.mat-mdc-unelevated-button {
739
859
  opacity: 1 !important;
740
860
  }
741
861
  }
862
+
742
863
  &.sof-flat-icon-button[size="small"] {
743
864
  height: 36px !important;
744
865
  width: 36px !important;
745
866
  min-width: 36px !important;
746
867
  font-size: 19px !important;
747
868
  }
869
+
748
870
  &.sof-flat-icon-button[size="medium"] {
749
871
  height: 48px !important;
750
872
  width: 48px !important;
751
873
  min-width: 48px !important;
752
874
  font-size: 26px !important;
753
875
  }
876
+
754
877
  &.sof-flat-icon-button[size="large"] {
755
878
  height: 56px !important;
756
879
  width: 56px !important;
@@ -785,138 +908,177 @@ button.mat-mdc-outlined-button {
785
908
  &.mat-primary {
786
909
  background-color: mat.get-color-from-palette($arm-primary, 50) !important;
787
910
  color: mat.get-color-from-palette($arm-primary, 500) !important;
911
+
788
912
  i {
789
913
  color: mat.get-color-from-palette($arm-primary, 500) !important;
790
914
  }
915
+
791
916
  &:hover {
792
917
  background-color: mat.get-color-from-palette($arm-primary, 100) !important;
793
918
  color: white !important;
919
+
794
920
  i {
795
921
  color: white !important;
796
922
  }
797
923
  }
924
+
798
925
  &:focus {
799
926
  background-color: mat.get-color-from-palette($arm-primary, 200) !important;
800
927
  color: white !important;
928
+
801
929
  i {
802
930
  color: white !important;
803
931
  }
804
932
  }
805
933
  }
934
+
806
935
  &.mat-accent {
807
936
  background-color: mat.get-color-from-palette($arm-accent, 50) !important;
808
937
  color: mat.get-color-from-palette($arm-accent, 500) !important;
938
+
809
939
  i {
810
940
  color: mat.get-color-from-palette($arm-accent, 500) !important;
811
941
  }
942
+
812
943
  &:hover {
813
944
  background-color: mat.get-color-from-palette($arm-accent, 100) !important;
814
945
  color: white !important;
946
+
815
947
  i {
816
948
  color: white !important;
817
949
  }
818
950
  }
951
+
819
952
  &:focus {
820
953
  background-color: mat.get-color-from-palette($arm-accent, 200) !important;
821
954
  color: white !important;
955
+
822
956
  i {
823
957
  color: white !important;
824
958
  }
825
959
  }
826
960
  }
961
+
827
962
  &.mat-warn {
828
963
  background-color: mat.get-color-from-palette($arm-warn, 50) !important;
829
964
  color: mat.get-color-from-palette($arm-warn, 500) !important;
965
+
830
966
  i {
831
967
  color: mat.get-color-from-palette($arm-warn, 500) !important;
832
968
  }
969
+
833
970
  &:hover {
834
971
  background-color: mat.get-color-from-palette($arm-warn, 100) !important;
835
972
  color: white !important;
973
+
836
974
  i {
837
975
  color: white !important;
838
976
  }
839
977
  }
978
+
840
979
  &:focus {
841
980
  background-color: mat.get-color-from-palette($arm-warn, 200) !important;
842
981
  color: white !important;
982
+
843
983
  i {
844
984
  color: white !important;
845
985
  }
846
986
  }
847
987
  }
988
+
848
989
  &.mat-success {
849
990
  background-color: mat.get-color-from-palette($arm-success, 50) !important;
850
991
  color: mat.get-color-from-palette($arm-success, 500) !important;
992
+
851
993
  i {
852
994
  color: mat.get-color-from-palette($arm-success, 500) !important;
853
995
  }
996
+
854
997
  &:hover {
855
998
  background-color: mat.get-color-from-palette($arm-success, 100) !important;
856
999
  color: white !important;
1000
+
857
1001
  i {
858
1002
  color: white !important;
859
1003
  }
860
1004
  }
1005
+
861
1006
  &:focus {
862
1007
  background-color: mat.get-color-from-palette($arm-success, 200) !important;
863
1008
  color: white !important;
1009
+
864
1010
  i {
865
1011
  color: white !important;
866
1012
  }
867
1013
  }
868
1014
  }
1015
+
869
1016
  &.mat-info {
870
1017
  background-color: mat.get-color-from-palette($arm-info, 50) !important;
871
1018
  color: mat.get-color-from-palette($arm-info, 500) !important;
1019
+
872
1020
  i {
873
1021
  color: mat.get-color-from-palette($arm-info, 500) !important;
874
1022
  }
1023
+
875
1024
  &:hover {
876
1025
  background-color: mat.get-color-from-palette($arm-info, 100) !important;
877
1026
  color: white !important;
1027
+
878
1028
  i {
879
1029
  color: white !important;
880
1030
  }
881
1031
  }
1032
+
882
1033
  &:focus {
883
1034
  background-color: mat.get-color-from-palette($arm-info, 200) !important;
884
1035
  color: white !important;
1036
+
885
1037
  i {
886
1038
  color: white !important;
887
1039
  }
888
1040
  }
889
1041
  }
1042
+
890
1043
  &.mat-error {
891
1044
  background-color: mat.get-color-from-palette($arm-error, 50) !important;
892
1045
  color: mat.get-color-from-palette($arm-error, 500) !important;
1046
+
893
1047
  i {
894
1048
  color: mat.get-color-from-palette($arm-error, 500) !important;
895
1049
  }
1050
+
896
1051
  &:hover {
897
1052
  background-color: mat.get-color-from-palette($arm-error, 100) !important;
898
1053
  color: white !important;
1054
+
899
1055
  i {
900
1056
  color: white !important;
901
1057
  }
902
1058
  }
1059
+
903
1060
  &:focus {
904
1061
  background-color: mat.get-color-from-palette($arm-error, 200) !important;
905
1062
  color: white !important;
1063
+
906
1064
  i {
907
1065
  color: white !important;
908
1066
  }
909
1067
  }
910
1068
  }
1069
+
911
1070
  &.mat-neutral {
912
1071
  background-color: mat.get-color-from-palette($arm-neutral, 50) !important;
913
1072
  color: #000000de !important;
1073
+
914
1074
  i {
915
1075
  color: #000000de !important;
916
1076
  }
1077
+
917
1078
  &:hover {
918
1079
  background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
919
1080
  }
1081
+
920
1082
  &:focus {
921
1083
  background-color: mat.get-color-from-palette($arm-neutral, 200) !important;
922
1084
  }
@@ -934,6 +1096,7 @@ button.mat-mdc-outlined-button {
934
1096
  margin-right: 4px !important;
935
1097
  }
936
1098
  }
1099
+
937
1100
  &.sof-stroked-button-outline {
938
1101
  padding: 0px 24px !important;
939
1102
  height: 48px !important;
@@ -959,90 +1122,117 @@ button.mat-mdc-outlined-button {
959
1122
  &.mat-primary {
960
1123
  border: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
961
1124
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1125
+
962
1126
  i {
963
1127
  color: mat.get-color-from-palette($arm-primary, 500) !important;
964
1128
  }
1129
+
965
1130
  &:hover {
966
1131
  background-color: mat.get-color-from-palette($arm-primary, 100) !important;
967
1132
  }
1133
+
968
1134
  &:focus {
969
1135
  background-color: mat.get-color-from-palette($arm-primary, 200) !important;
970
1136
  }
971
1137
  }
1138
+
972
1139
  &.mat-accent {
973
1140
  border: 2px solid mat.get-color-from-palette($arm-accent, 500) !important;
974
1141
  color: mat.get-color-from-palette($arm-accent, 500) !important;
1142
+
975
1143
  i {
976
1144
  color: mat.get-color-from-palette($arm-accent, 500) !important;
977
1145
  }
1146
+
978
1147
  &:hover {
979
1148
  background-color: mat.get-color-from-palette($arm-accent, 100) !important;
980
1149
  }
1150
+
981
1151
  &:focus {
982
1152
  background-color: mat.get-color-from-palette($arm-accent, 200) !important;
983
1153
  }
984
1154
  }
1155
+
985
1156
  &.mat-warn {
986
1157
  border: 2px solid mat.get-color-from-palette($arm-warn, 500) !important;
987
1158
  color: mat.get-color-from-palette($arm-warn, 500) !important;
1159
+
988
1160
  i {
989
1161
  color: mat.get-color-from-palette($arm-warn, 500) !important;
990
1162
  }
1163
+
991
1164
  &:hover {
992
1165
  background-color: mat.get-color-from-palette($arm-warn, 100) !important;
993
1166
  }
1167
+
994
1168
  &:focus {
995
1169
  background-color: mat.get-color-from-palette($arm-warn, 200) !important;
996
1170
  }
997
1171
  }
1172
+
998
1173
  &.mat-success {
999
1174
  border: 2px solid mat.get-color-from-palette($arm-success, 500) !important;
1000
1175
  color: mat.get-color-from-palette($arm-success, 500) !important;
1176
+
1001
1177
  i {
1002
1178
  color: mat.get-color-from-palette($arm-success, 500) !important;
1003
1179
  }
1180
+
1004
1181
  &:hover {
1005
1182
  background-color: mat.get-color-from-palette($arm-success, 100) !important;
1006
1183
  }
1184
+
1007
1185
  &:focus {
1008
1186
  background-color: mat.get-color-from-palette($arm-success, 200) !important;
1009
1187
  }
1010
1188
  }
1189
+
1011
1190
  &.mat-error {
1012
1191
  border: 2px solid mat.get-color-from-palette($arm-error, 500) !important;
1013
1192
  color: mat.get-color-from-palette($arm-error, 500) !important;
1193
+
1014
1194
  i {
1015
1195
  color: mat.get-color-from-palette($arm-error, 500) !important;
1016
1196
  }
1197
+
1017
1198
  &:hover {
1018
1199
  background-color: mat.get-color-from-palette($arm-error, 100) !important;
1019
1200
  }
1201
+
1020
1202
  &:focus {
1021
1203
  background-color: mat.get-color-from-palette($arm-error, 200) !important;
1022
1204
  }
1023
1205
  }
1206
+
1024
1207
  &.mat-info {
1025
1208
  border: 2px solid mat.get-color-from-palette($arm-info, 500) !important;
1026
1209
  color: mat.get-color-from-palette($arm-info, 500) !important;
1210
+
1027
1211
  i {
1028
1212
  color: mat.get-color-from-palette($arm-info, 500) !important;
1029
1213
  }
1214
+
1030
1215
  &:hover {
1031
1216
  background-color: mat.get-color-from-palette($arm-info, 100) !important;
1032
1217
  }
1218
+
1033
1219
  &:focus {
1034
1220
  background-color: mat.get-color-from-palette($arm-info, 200) !important;
1035
1221
  }
1036
1222
  }
1223
+
1037
1224
  &.mat-neutral {
1038
1225
  border: 2px solid #000000de !important;
1039
1226
  color: #000000de !important;
1227
+
1040
1228
  i {
1041
1229
  color: 000000de !important;
1042
1230
  }
1231
+
1043
1232
  &:hover {
1044
1233
  background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
1045
1234
  }
1235
+
1046
1236
  &:focus {
1047
1237
  background-color: mat.get-color-from-palette($arm-neutral, 200) !important;
1048
1238
  }
@@ -1061,23 +1251,29 @@ button.mat-mdc-outlined-button {
1061
1251
  margin-right: 4px !important;
1062
1252
  }
1063
1253
  }
1254
+
1064
1255
  &.sof-stroked-button[size="small"],
1065
1256
  &.sof-stroked-button-outline[size="small"] {
1066
1257
  height: 36px !important;
1258
+
1067
1259
  i {
1068
1260
  font-size: 1em !important;
1069
1261
  }
1070
1262
  }
1263
+
1071
1264
  &.sof-stroked-button[size="medium"],
1072
1265
  &.sof-stroked-button-outline[size="medium"] {
1073
1266
  height: 48px !important;
1267
+
1074
1268
  i {
1075
1269
  font-size: 1em !important;
1076
1270
  }
1077
1271
  }
1272
+
1078
1273
  &.sof-stroked-button[size="large"],
1079
1274
  &.sof-stroked-button-outline[size="large"] {
1080
1275
  height: 56px !important;
1276
+
1081
1277
  i {
1082
1278
  font-size: 1.15em !important;
1083
1279
  }
@@ -1092,138 +1288,177 @@ button.mat-mdc-outlined-button {
1092
1288
  &.mat-primary {
1093
1289
  background-color: mat.get-color-from-palette($arm-primary, 50) !important;
1094
1290
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1291
+
1095
1292
  i {
1096
1293
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1097
1294
  }
1295
+
1098
1296
  &:hover {
1099
1297
  background-color: mat.get-color-from-palette($arm-primary, 100) !important;
1100
1298
  color: white !important;
1299
+
1101
1300
  i {
1102
1301
  color: white !important;
1103
1302
  }
1104
1303
  }
1304
+
1105
1305
  &:focus {
1106
1306
  background-color: mat.get-color-from-palette($arm-primary, 200) !important;
1107
1307
  color: white !important;
1308
+
1108
1309
  i {
1109
1310
  color: white !important;
1110
1311
  }
1111
1312
  }
1112
1313
  }
1314
+
1113
1315
  &.mat-accent {
1114
1316
  background-color: mat.get-color-from-palette($arm-accent, 50) !important;
1115
1317
  color: mat.get-color-from-palette($arm-accent, 500) !important;
1318
+
1116
1319
  i {
1117
1320
  color: mat.get-color-from-palette($arm-accent, 500) !important;
1118
1321
  }
1322
+
1119
1323
  &:hover {
1120
1324
  background-color: mat.get-color-from-palette($arm-accent, 100) !important;
1121
1325
  color: white !important;
1326
+
1122
1327
  i {
1123
1328
  color: white !important;
1124
1329
  }
1125
1330
  }
1331
+
1126
1332
  &:focus {
1127
1333
  background-color: mat.get-color-from-palette($arm-accent, 200) !important;
1128
1334
  color: white !important;
1335
+
1129
1336
  i {
1130
1337
  color: white !important;
1131
1338
  }
1132
1339
  }
1133
1340
  }
1341
+
1134
1342
  &.mat-warn {
1135
1343
  background-color: mat.get-color-from-palette($arm-warn, 50) !important;
1136
1344
  color: mat.get-color-from-palette($arm-warn, 500) !important;
1345
+
1137
1346
  i {
1138
1347
  color: mat.get-color-from-palette($arm-warn, 500) !important;
1139
1348
  }
1349
+
1140
1350
  &:hover {
1141
1351
  background-color: mat.get-color-from-palette($arm-warn, 100) !important;
1142
1352
  color: white !important;
1353
+
1143
1354
  i {
1144
1355
  color: white !important;
1145
1356
  }
1146
1357
  }
1358
+
1147
1359
  &:focus {
1148
1360
  background-color: mat.get-color-from-palette($arm-warn, 200) !important;
1149
1361
  color: white !important;
1362
+
1150
1363
  i {
1151
1364
  color: white !important;
1152
1365
  }
1153
1366
  }
1154
1367
  }
1368
+
1155
1369
  &.mat-success {
1156
1370
  background-color: mat.get-color-from-palette($arm-success, 50) !important;
1157
1371
  color: mat.get-color-from-palette($arm-success, 500) !important;
1372
+
1158
1373
  i {
1159
1374
  color: mat.get-color-from-palette($arm-success, 500) !important;
1160
1375
  }
1376
+
1161
1377
  &:hover {
1162
1378
  background-color: mat.get-color-from-palette($arm-success, 100) !important;
1163
1379
  color: white !important;
1380
+
1164
1381
  i {
1165
1382
  color: white !important;
1166
1383
  }
1167
1384
  }
1385
+
1168
1386
  &:focus {
1169
1387
  background-color: mat.get-color-from-palette($arm-success, 200) !important;
1170
1388
  color: white !important;
1389
+
1171
1390
  i {
1172
1391
  color: white !important;
1173
1392
  }
1174
1393
  }
1175
1394
  }
1395
+
1176
1396
  &.mat-info {
1177
1397
  background-color: mat.get-color-from-palette($arm-info, 50) !important;
1178
1398
  color: mat.get-color-from-palette($arm-info, 500) !important;
1399
+
1179
1400
  i {
1180
1401
  color: mat.get-color-from-palette($arm-info, 500) !important;
1181
1402
  }
1403
+
1182
1404
  &:hover {
1183
1405
  background-color: mat.get-color-from-palette($arm-info, 100) !important;
1184
1406
  color: white !important;
1407
+
1185
1408
  i {
1186
1409
  color: white !important;
1187
1410
  }
1188
1411
  }
1412
+
1189
1413
  &:focus {
1190
1414
  background-color: mat.get-color-from-palette($arm-info, 200) !important;
1191
1415
  color: white !important;
1416
+
1192
1417
  i {
1193
1418
  color: white !important;
1194
1419
  }
1195
1420
  }
1196
1421
  }
1422
+
1197
1423
  &.mat-error {
1198
1424
  background-color: mat.get-color-from-palette($arm-error, 50) !important;
1199
1425
  color: mat.get-color-from-palette($arm-error, 500) !important;
1426
+
1200
1427
  i {
1201
1428
  color: mat.get-color-from-palette($arm-error, 500) !important;
1202
1429
  }
1430
+
1203
1431
  &:hover {
1204
1432
  background-color: mat.get-color-from-palette($arm-error, 100) !important;
1205
1433
  color: white !important;
1434
+
1206
1435
  i {
1207
1436
  color: white !important;
1208
1437
  }
1209
1438
  }
1439
+
1210
1440
  &:focus {
1211
1441
  background-color: mat.get-color-from-palette($arm-error, 200) !important;
1212
1442
  color: white !important;
1443
+
1213
1444
  i {
1214
1445
  color: white !important;
1215
1446
  }
1216
1447
  }
1217
1448
  }
1449
+
1218
1450
  &.mat-neutral {
1219
1451
  background-color: mat.get-color-from-palette($arm-neutral, 50) !important;
1220
1452
  color: #000000de !important;
1453
+
1221
1454
  i {
1222
1455
  color: #000000de !important;
1223
1456
  }
1457
+
1224
1458
  &:hover {
1225
1459
  background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
1226
1460
  }
1461
+
1227
1462
  &:focus {
1228
1463
  background-color: mat.get-color-from-palette($arm-neutral, 200) !important;
1229
1464
  }
@@ -1236,6 +1471,7 @@ button.mat-mdc-outlined-button {
1236
1471
  opacity: 1 !important;
1237
1472
  }
1238
1473
  }
1474
+
1239
1475
  &.sof-stroked-icon-button-outline {
1240
1476
  background: #ffffff !important;
1241
1477
  border-radius: 6px !important;
@@ -1245,90 +1481,117 @@ button.mat-mdc-outlined-button {
1245
1481
  &.mat-primary {
1246
1482
  border: 2px solid mat.get-color-from-palette($arm-primary, 500) !important;
1247
1483
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1484
+
1248
1485
  i {
1249
1486
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1250
1487
  }
1488
+
1251
1489
  &:hover {
1252
1490
  background-color: mat.get-color-from-palette($arm-primary, 100) !important;
1253
1491
  }
1492
+
1254
1493
  &:focus {
1255
1494
  background-color: mat.get-color-from-palette($arm-primary, 200) !important;
1256
1495
  }
1257
1496
  }
1497
+
1258
1498
  &.mat-accent {
1259
1499
  border: 2px solid mat.get-color-from-palette($arm-accent, 500) !important;
1260
1500
  color: mat.get-color-from-palette($arm-accent, 500) !important;
1501
+
1261
1502
  i {
1262
1503
  color: mat.get-color-from-palette($arm-accent, 500) !important;
1263
1504
  }
1505
+
1264
1506
  &:hover {
1265
1507
  background-color: mat.get-color-from-palette($arm-accent, 100) !important;
1266
1508
  }
1509
+
1267
1510
  &:focus {
1268
1511
  background-color: mat.get-color-from-palette($arm-accent, 200) !important;
1269
1512
  }
1270
1513
  }
1514
+
1271
1515
  &.mat-warn {
1272
1516
  border: 2px solid mat.get-color-from-palette($arm-warn, 500) !important;
1273
1517
  color: mat.get-color-from-palette($arm-warn, 500) !important;
1518
+
1274
1519
  i {
1275
1520
  color: mat.get-color-from-palette($arm-warn, 500) !important;
1276
1521
  }
1522
+
1277
1523
  &:hover {
1278
1524
  background-color: mat.get-color-from-palette($arm-warn, 100) !important;
1279
1525
  }
1526
+
1280
1527
  &:focus {
1281
1528
  background-color: mat.get-color-from-palette($arm-warn, 200) !important;
1282
1529
  }
1283
1530
  }
1531
+
1284
1532
  &.mat-success {
1285
1533
  border: 2px solid mat.get-color-from-palette($arm-success, 500) !important;
1286
1534
  color: mat.get-color-from-palette($arm-success, 500) !important;
1535
+
1287
1536
  i {
1288
1537
  color: mat.get-color-from-palette($arm-success, 500) !important;
1289
1538
  }
1539
+
1290
1540
  &:hover {
1291
1541
  background-color: mat.get-color-from-palette($arm-success, 100) !important;
1292
1542
  }
1543
+
1293
1544
  &:focus {
1294
1545
  background-color: mat.get-color-from-palette($arm-success, 200) !important;
1295
1546
  }
1296
1547
  }
1548
+
1297
1549
  &.mat-error {
1298
1550
  border: 2px solid mat.get-color-from-palette($arm-error, 500) !important;
1299
1551
  color: mat.get-color-from-palette($arm-error, 500) !important;
1552
+
1300
1553
  i {
1301
1554
  color: mat.get-color-from-palette($arm-error, 500) !important;
1302
1555
  }
1556
+
1303
1557
  &:hover {
1304
1558
  background-color: mat.get-color-from-palette($arm-error, 100) !important;
1305
1559
  }
1560
+
1306
1561
  &:focus {
1307
1562
  background-color: mat.get-color-from-palette($arm-error, 200) !important;
1308
1563
  }
1309
1564
  }
1565
+
1310
1566
  &.mat-info {
1311
1567
  border: 2px solid mat.get-color-from-palette($arm-info, 500) !important;
1312
1568
  color: mat.get-color-from-palette($arm-info, 500) !important;
1569
+
1313
1570
  i {
1314
1571
  color: mat.get-color-from-palette($arm-info, 500) !important;
1315
1572
  }
1573
+
1316
1574
  &:hover {
1317
1575
  background-color: mat.get-color-from-palette($arm-info, 100) !important;
1318
1576
  }
1577
+
1319
1578
  &:focus {
1320
1579
  background-color: mat.get-color-from-palette($arm-info, 200) !important;
1321
1580
  }
1322
1581
  }
1582
+
1323
1583
  &.mat-neutral {
1324
1584
  border: 2px solid #000000de !important;
1325
1585
  color: #000000de !important;
1586
+
1326
1587
  i {
1327
1588
  color: 000000de !important;
1328
1589
  }
1590
+
1329
1591
  &:hover {
1330
1592
  background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
1331
1593
  }
1594
+
1332
1595
  &:focus {
1333
1596
  background-color: mat.get-color-from-palette($arm-neutral, 200) !important;
1334
1597
  }
@@ -1342,6 +1605,7 @@ button.mat-mdc-outlined-button {
1342
1605
  opacity: 1 !important;
1343
1606
  }
1344
1607
  }
1608
+
1345
1609
  &.sof-stroked-icon-button[size="small"],
1346
1610
  &.sof-stroked-icon-button-outline[size="small"] {
1347
1611
  height: 36px !important;
@@ -1349,6 +1613,7 @@ button.mat-mdc-outlined-button {
1349
1613
  min-width: 36px !important;
1350
1614
  font-size: 19px !important;
1351
1615
  }
1616
+
1352
1617
  &.sof-stroked-icon-button[size="medium"],
1353
1618
  &.sof-stroked-icon-button-outline[size="medium"] {
1354
1619
  height: 48px !important;
@@ -1356,6 +1621,7 @@ button.mat-mdc-outlined-button {
1356
1621
  min-width: 48px !important;
1357
1622
  font-size: 26px !important;
1358
1623
  }
1624
+
1359
1625
  &.sof-stroked-icon-button[size="large"],
1360
1626
  &.sof-stroked-icon-button-outline[size="large"] {
1361
1627
  height: 56px !important;
@@ -1436,86 +1702,105 @@ mat-card {
1436
1702
 
1437
1703
  ::ng-deep mat-form-field.sof-form-field {
1438
1704
  font-family: "Poppins" !important;
1705
+
1439
1706
  &.mat-form-field-invalid {
1440
- .mat-mdc-form-field-flex > div.mdc-notched-outline > * {
1707
+ .mat-mdc-form-field-flex>div.mdc-notched-outline>* {
1441
1708
  border-color: mat.get-color-from-palette($arm-error, 900) !important;
1442
1709
  }
1710
+
1443
1711
  .mdc-notched-outline__notch {
1444
1712
  border-left: none !important;
1445
1713
  }
1714
+
1446
1715
  .mat-mdc-floating-label {
1447
1716
  color: mat.get-color-from-palette($arm-error, 900) !important;
1448
1717
  }
1449
1718
  }
1719
+
1450
1720
  &.mat-focused {
1451
- font-weight: 600 !important; // Should be 500, but 400/500 are the same.
1721
+ font-weight: 400 !important;
1722
+
1452
1723
  input,
1453
1724
  span.mat-mdc-select-value-text {
1454
1725
  font-weight: 400 !important;
1455
1726
  }
1456
1727
  }
1728
+
1457
1729
  &.mat-form-field-disabled .mdc-text-field--outlined {
1458
1730
  background-color: #F7F7F7 !important;
1459
1731
  }
1460
- .mat-mdc-form-field-flex > div.mdc-notched-outline {
1732
+
1733
+ .mat-mdc-form-field-flex>div.mdc-notched-outline {
1461
1734
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1462
1735
  }
1736
+
1463
1737
  .mat-mdc-text-field-wrapper {
1464
1738
  padding: 0px !important;
1465
1739
  }
1740
+
1466
1741
  .mat-mdc-form-field-flex {
1467
1742
  padding: 0 16px 0 16px !important;
1468
1743
  }
1744
+
1469
1745
  .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-prefix {
1470
1746
  top: 0em !important;
1471
1747
  color: mat.get-color-from-palette($arm-neutral, 300) !important;
1472
1748
  padding-right: 0.5em !important;
1473
1749
  font-size: 1.5em !important;
1474
1750
  }
1751
+
1475
1752
  .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix {
1476
1753
  top: 0em !important;
1477
1754
  font-size: 1.5em !important;
1478
1755
  color: mat.get-color-from-palette($arm-neutral, 300) !important;
1756
+
1479
1757
  .error {
1480
1758
  color: mat.get-color-from-palette($arm-error, 500) !important;
1481
1759
  }
1482
1760
  }
1761
+
1483
1762
  .mat-mdc-form-field-flex div.mdc-notched-outline__leading {
1484
1763
  border-radius: 6px 0 0 6px !important;
1485
1764
  min-width: 6px !important;
1486
1765
  }
1766
+
1487
1767
  .mat-mdc-form-field-flex div.mdc-notched-outline__trailing {
1488
1768
  border-radius: 0 6px 6px 0 !important;
1489
1769
  }
1770
+
1490
1771
  mat-error {
1491
1772
  font-family: "Poppins" !important;
1492
1773
  font-style: normal !important;
1493
- font-weight: 600 !important; // Should be 500, but 400/500 are the same.
1774
+ font-weight: 500 !important;
1494
1775
  font-size: 12px !important;
1495
1776
  line-height: 18px !important;
1496
1777
  color: mat.get-color-from-palette($arm-error, 900) !important;
1497
1778
  }
1779
+
1498
1780
  mat-hint {
1499
1781
  font-family: "Poppins" !important;
1500
1782
  font-style: normal !important;
1501
- font-weight: 600 !important; // Should be 500, but 400/500 are the same.
1783
+ font-weight: 400 !important;
1502
1784
  font-size: 12px !important;
1503
1785
  line-height: 18px !important;
1504
1786
  }
1787
+
1505
1788
  &.mat-focused .mdc-floating-label {
1506
1789
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1507
1790
  }
1508
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
1509
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
1791
+
1792
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
1793
+ .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
1510
1794
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
1511
1795
  border-color: mat.get-color-from-palette($arm-primary, 500);
1512
1796
  }
1797
+
1513
1798
  .mat-mdc-text-field-wrapper {
1514
1799
  --mat-mdc-form-field-label-offset-x: 0px;
1515
1800
  }
1516
1801
  }
1517
1802
 
1518
- ::ng-deep .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option.mdc-list-item--disabled){
1803
+ ::ng-deep .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option.mdc-list-item--disabled) {
1519
1804
  color: mat.get-color-from-palette($arm-primary, 500) !important;
1520
1805
  }
1521
1806
 
@@ -1530,26 +1815,641 @@ mat-optgroup mat-option {
1530
1815
  }
1531
1816
  }
1532
1817
 
1818
+ // MatRadio Overrides [START]
1819
+ // Color Styles [START]
1820
+ mat-radio-button.sof-radio-button.mat-mdc-radio-checked {
1821
+
1822
+ &.mat-primary,
1823
+ &[color="primary"] {
1824
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-primary, 500)};
1825
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-primary, 500)};
1826
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-primary, 500)};
1827
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-primary, 500)};
1828
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-primary, 500)};
1829
+ }
1830
+
1831
+ &.mat-accent,
1832
+ &[color="accent"] {
1833
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-accent, 500)};
1834
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-accent, 500)};
1835
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-accent, 500)};
1836
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-accent, 500)};
1837
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-accent, 500)};
1838
+ }
1839
+
1840
+ &.mat-warn,
1841
+ &[color="warn"] {
1842
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
1843
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
1844
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
1845
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
1846
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-warn, 500)};
1847
+ }
1848
+
1849
+ &.mat-success,
1850
+ &[color="success"] {
1851
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
1852
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
1853
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
1854
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
1855
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-success, 500)};
1856
+ }
1857
+
1858
+ &.mat-info,
1859
+ &[color="info"] {
1860
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
1861
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
1862
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
1863
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
1864
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-info, 500)};
1865
+ }
1866
+
1867
+ &.mat-error,
1868
+ &[color="error"] {
1869
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
1870
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
1871
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
1872
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
1873
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-error, 500)};
1874
+ }
1875
+
1876
+ &.mat-neutral,
1877
+ &[color="neutral"] {
1878
+ --mdc-radio-selected-focus-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1879
+ --mdc-radio-selected-hover-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1880
+ --mdc-radio-selected-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1881
+ --mdc-radio-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1882
+ --mat-mdc-radio-checked-ripple-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1883
+ }
1884
+ }
1885
+
1886
+ // Color Styles [END]
1887
+
1888
+ ::ng-deep mat-radio-button.sof-radio-button {
1889
+ .mdc-radio__background {
1890
+ border-width: 3px !important;
1891
+ }
1892
+
1893
+ // Styles that vary by size [START]
1894
+ .mdc-radio__background,
1895
+ .mdc-radio {
1896
+ width: 20px !important;
1897
+ height: 20px !important;
1898
+ }
1899
+
1900
+ .mdc-radio__native-control {
1901
+ width: 24px !important;
1902
+ height: 24px !important;
1903
+ transform: translate(0.7em, 9.5px);
1904
+ }
1905
+
1906
+ .mat-mdc-radio-touch-target {
1907
+ transform: translate(-48%, -50%) !important;
1908
+ }
1909
+
1910
+ .mat-radio-ripple,
1911
+ .mdc-radio:hover .mdc-radio__native-control:not([disabled])~.mdc-radio-ripple {
1912
+ width: 40px;
1913
+ height: 40px;
1914
+ transform: translate(1px, 1px) !important;
1915
+ }
1916
+
1917
+ label {
1918
+ @extend .body2;
1919
+ }
1920
+
1921
+ // Styles that vary by size [END]
1922
+ }
1923
+
1924
+ // MatRadio Overrides [END]
1925
+
1926
+ // MatSlider Overrides [START]
1927
+
1928
+ ::ng-deep mat-slider.sof-slider {
1929
+
1930
+ // Color Styles [START]
1931
+ &.mat-primary {
1932
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-primary, 500)};
1933
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-primary, 500)};
1934
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-primary, 500)};
1935
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-primary, 500)};
1936
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1937
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-primary, 500)};
1938
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-primary, 500)};
1939
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--primary-color-500-parts-rgb), 0.05);
1940
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--primary-color-500-parts-rgb), 0.2);
1941
+ }
1942
+
1943
+ &.mat-accent {
1944
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-accent, 500)};
1945
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-accent, 500)};
1946
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-accent, 500)};
1947
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-accent, 500)};
1948
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1949
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-accent, 500)};
1950
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-accent, 500)};
1951
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--accent-color-500-parts-rgb), 0.05);
1952
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--accent-color-500-parts-rgb), 0.2);
1953
+ }
1954
+
1955
+ &.mat-warn {
1956
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-warn, 500)};
1957
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-warn, 500)};
1958
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-warn, 500)};
1959
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-warn, 500)};
1960
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1961
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-warn, 500)};
1962
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-warn, 500)};
1963
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--warn-color-500-parts-rgb), 0.05);
1964
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--warn-color-500-parts-rgb), 0.2);
1965
+ }
1966
+
1967
+ &.mat-success {
1968
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-success, 500)};
1969
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-success, 500)};
1970
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-success, 500)};
1971
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-success, 500)};
1972
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1973
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-success, 500)};
1974
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-success, 500)};
1975
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--success-color-500-parts-rgb), 0.05);
1976
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--success-color-500-parts-rgb), 0.2);
1977
+ }
1978
+
1979
+ &.mat-info {
1980
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-info, 500)};
1981
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-info, 500)};
1982
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-info, 500)};
1983
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-info, 500)};
1984
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1985
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-info, 500)};
1986
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-info, 500)};
1987
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--info-color-500-parts-rgb), 0.05);
1988
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--info-color-500-parts-rgb), 0.2);
1989
+ }
1990
+
1991
+ &.mat-error {
1992
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-error, 500)};
1993
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-error, 500)};
1994
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-error, 500)};
1995
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-error, 500)};
1996
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
1997
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-error, 500)};
1998
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-error, 500)};
1999
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--error-color-500-parts-rgb), 0.05);
2000
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--error-color-500-parts-rgb), 0.2);
2001
+ }
2002
+
2003
+ &.mat-neutral {
2004
+ --mdc-slider-handle-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2005
+ --mdc-slider-focus-handle-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2006
+ --mdc-slider-hover-handle-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2007
+ --mdc-slider-active-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2008
+ --mdc-slider-inactive-track-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2009
+ --mdc-slider-with-tick-marks-inactive-container-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2010
+ --mat-mdc-slider-ripple-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2011
+ --mat-mdc-slider-hover-ripple-color: rgba(var(--neutral-color-500-parts-rgb), 0.05);
2012
+ --mat-mdc-slider-focus-ripple-color: rgba(var(--neutral-color-500-parts-rgb), 0.2);
2013
+ }
2014
+
2015
+ // Color Styles [END]
2016
+
2017
+ // Size Styles [START]
2018
+ --mdc-slider-active-track-height: 10px;
2019
+ --mdc-slider-inactive-track-height: 10px;
2020
+
2021
+ &.mat-mdc-slider {
2022
+ max-width: 300px;
2023
+ width: 100%;
2024
+ }
2025
+
2026
+ .mdc-slider__thumb-knob {
2027
+ border-width: 2px !important;
2028
+ background-color: white !important;
2029
+ }
2030
+
2031
+ // Size Styles [END]
2032
+ }
2033
+
2034
+ // MatSlider Overrides [END]
2035
+
2036
+ // MatCheckbox Overrides [START]
2037
+
2038
+ ::ng-deep mat-checkbox.sof-checkbox {
2039
+ .mdc-checkbox {
2040
+ --mdc-checkbox-selected-checkmark-color: #fff;
2041
+ }
2042
+
2043
+ .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
2044
+ --mdc-checkbox-disabled-selected-checkmark-color: rgba(0, 0, 0, 0.38);
2045
+ }
2046
+
2047
+ .mdc-checkbox__native-control[disabled]:not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {
2048
+ background-color: #F7F7F7 !important;
2049
+ border: 2px solid rgba(0, 0, 0, 0.38);
2050
+ }
2051
+
2052
+ .mdc-checkbox__background {
2053
+ border-width: 3px !important;
2054
+ }
2055
+
2056
+ // Color Styles [START]
2057
+ &.mat-warn .mdc-checkbox {
2058
+ --mdc-checkbox-selected-focus-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
2059
+ --mdc-checkbox-selected-hover-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
2060
+ --mdc-checkbox-selected-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
2061
+ --mdc-checkbox-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-warn, 500)};
2062
+
2063
+ .mdc-checkbox--selected~.mdc-checkbox__ripple {
2064
+ background: mat.get-color-from-palette($arm-warn, 500);
2065
+ }
2066
+ }
2067
+
2068
+ &.mat-success .mdc-checkbox {
2069
+ --mdc-checkbox-selected-focus-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
2070
+ --mdc-checkbox-selected-hover-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
2071
+ --mdc-checkbox-selected-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
2072
+ --mdc-checkbox-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-success, 500)};
2073
+
2074
+ .mdc-checkbox--selected~.mdc-checkbox__ripple {
2075
+ background: mat.get-color-from-palette($arm-success, 500);
2076
+ }
2077
+ }
2078
+
2079
+ &.mat-info .mdc-checkbox {
2080
+ --mdc-checkbox-selected-focus-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
2081
+ --mdc-checkbox-selected-hover-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
2082
+ --mdc-checkbox-selected-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
2083
+ --mdc-checkbox-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-info, 500)};
2084
+
2085
+ .mdc-checkbox--selected~.mdc-checkbox__ripple {
2086
+ background: mat.get-color-from-palette($arm-info, 500);
2087
+ }
2088
+ }
2089
+
2090
+ &.mat-error .mdc-checkbox {
2091
+ --mdc-checkbox-selected-focus-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
2092
+ --mdc-checkbox-selected-hover-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
2093
+ --mdc-checkbox-selected-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
2094
+ --mdc-checkbox-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-error, 500)};
2095
+
2096
+ .mdc-checkbox--selected~.mdc-checkbox__ripple {
2097
+ background: mat.get-color-from-palette($arm-error, 500);
2098
+ }
2099
+ }
2100
+
2101
+ &.mat-neutral .mdc-checkbox {
2102
+ --mdc-checkbox-selected-focus-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2103
+ --mdc-checkbox-selected-hover-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2104
+ --mdc-checkbox-selected-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2105
+ --mdc-checkbox-selected-pressed-icon-color: #{mat.get-color-from-palette($arm-neutral, 500)};
2106
+
2107
+ .mdc-checkbox--selected~.mdc-checkbox__ripple {
2108
+ background: mat.get-color-from-palette($arm-neutral, 500);
2109
+ }
2110
+ }
2111
+
2112
+ // Color Styles [END]
2113
+
2114
+ // Styles that vary by size [START]
2115
+ .mdc-checkbox__background,
2116
+ .mdc-checkbox {
2117
+ width: 20px !important;
2118
+ height: 20px !important;
2119
+ }
2120
+
2121
+ .mdc-checkbox__native-control {
2122
+ width: 24px !important;
2123
+ height: 24px !important;
2124
+ transform: translate(0.7em, 9.5px);
2125
+ }
2126
+
2127
+ .mat-mdc-checkbox-touch-target {
2128
+ transform: translate(-48%, -50%) !important;
2129
+ }
2130
+
2131
+ .mdc-checkbox__ripple,
2132
+ .mat-mdc-checkbox-ripple,
2133
+ .mdc-checkbox:hover .mdc-checkbox__native-control:not([disabled])~.mdc-checkbox__ripple {
2134
+ width: 40px;
2135
+ height: 40px;
2136
+ transform: translate(1px, 1px) !important;
2137
+ }
2138
+
2139
+ label {
2140
+ @extend .body2;
2141
+ }
2142
+
2143
+ // Styles that vary by size [END]
2144
+ }
2145
+
2146
+ // MatCheckbox Overrides [END]
2147
+
2148
+ // MatChip class overrides [START]
2149
+ // https://material.angular.io/components/chips/api
2150
+ ::ng-deep .mat-mdc-chip.sof-chip {
2151
+ font-family: "Poppins" !important;
2152
+ font-size: 14px !important;
2153
+ height: 32px !important;
2154
+ font-style: normal !important;
2155
+
2156
+ i {
2157
+ padding-right: 8px !important;
2158
+ padding-left: 8px !important;
2159
+ }
2160
+ }
2161
+
2162
+ ::ng-deep .mat-mdc-chip.mdc-evolution-chip--disabled.sof-chip {
2163
+ background: #F7F7F7 !important;
2164
+ color: rgba(0, 0, 0, 0.6) !important;
2165
+
2166
+ i {
2167
+ color: #000000 !important;
2168
+ }
2169
+ }
2170
+
2171
+ ::ng-deep .mat-mdc-chip.sof-chip {
2172
+
2173
+ &.mat-primary {
2174
+ background-color: #{mat.get-color-from-palette($arm-primary, 50)};
2175
+
2176
+ i {
2177
+ color:#{mat.get-color-from-palette($arm-primary, 500)};
2178
+ }
2179
+
2180
+ &:hover {
2181
+ background-color: #{mat.get-color-from-palette($arm-primary, 100)};
2182
+ color: #000000;
2183
+ }
2184
+
2185
+ &:focus {
2186
+ background-color: #{mat.get-color-from-palette($arm-primary, 200)};
2187
+ color: #000000;
2188
+ }
2189
+ }
2190
+
2191
+ &.mat-accent {
2192
+ background-color: #{mat.get-color-from-palette($arm-accent, 50)};
2193
+
2194
+ i {
2195
+ color:#{mat.get-color-from-palette($arm-accent, 500)};
2196
+ }
2197
+
2198
+ &:hover {
2199
+ background-color: #{mat.get-color-from-palette($arm-accent, 100)};
2200
+ color: #000000;
2201
+ }
2202
+
2203
+ &:focus {
2204
+ background-color: #{mat.get-color-from-palette($arm-accent, 200)};
2205
+ color: #000000;
2206
+ }
2207
+ }
2208
+
2209
+ &.mat-info {
2210
+ background-color: #{mat.get-color-from-palette($arm-info, 50)};
2211
+
2212
+ i {
2213
+ color:#{mat.get-color-from-palette($arm-info, 500)};
2214
+ }
2215
+
2216
+ &:hover {
2217
+ background-color: #{mat.get-color-from-palette($arm-info, 100)};
2218
+ color: #000000;
2219
+ }
2220
+
2221
+ &:focus {
2222
+ background-color: #{mat.get-color-from-palette($arm-info, 200)};
2223
+ color: #000000;
2224
+ }
2225
+ }
2226
+
2227
+ &.mat-error {
2228
+ background-color: #{mat.get-color-from-palette($arm-error, 50)};
2229
+
2230
+ i {
2231
+ color:#{mat.get-color-from-palette($arm-error, 500)};
2232
+ }
2233
+
2234
+ &:hover {
2235
+ background-color: #{mat.get-color-from-palette($arm-error, 100)};
2236
+ color: #000000;
2237
+ }
2238
+
2239
+ &:focus {
2240
+ background-color: #{mat.get-color-from-palette($arm-error, 200)};
2241
+ color: #000000;
2242
+ }
2243
+ }
2244
+
2245
+ &.mat-neutral {
2246
+ background-color: #{mat.get-color-from-palette($arm-neutral, 50)};
2247
+
2248
+ i {
2249
+ color:#{mat.get-color-from-palette($arm-neutral, 500)} ;
2250
+ }
2251
+
2252
+ &:hover {
2253
+ background-color: #{mat.get-color-from-palette($arm-neutral, 100)};
2254
+ color: #000000;
2255
+ }
2256
+
2257
+ &:focus {
2258
+ background-color: #{mat.get-color-from-palette($arm-neutral, 200)};
2259
+ color: #000000;
2260
+ }
2261
+ }
2262
+
2263
+ &.mat-success {
2264
+ background-color: #{mat.get-color-from-palette($arm-success, 50)};
2265
+
2266
+ i {
2267
+ color:#{mat.get-color-from-palette($arm-success, 500)};
2268
+ }
2269
+
2270
+ &:hover {
2271
+ background-color: #{mat.get-color-from-palette($arm-success, 100)};
2272
+ color: #000000;
2273
+ }
2274
+
2275
+ &:focus {
2276
+ background-color: #{mat.get-color-from-palette($arm-success, 200)};
2277
+ color: #000000;
2278
+ }
2279
+ }
2280
+
2281
+ &.mat-warn {
2282
+ background-color: #{mat.get-color-from-palette($arm-warn, 50)};
2283
+
2284
+ i {
2285
+ color:#{mat.get-color-from-palette($arm-warn, 500)};
2286
+ }
2287
+
2288
+ &:hover {
2289
+ background-color: #{mat.get-color-from-palette($arm-warn, 100)};
2290
+ color: #000000;
2291
+ }
2292
+
2293
+ &:focus {
2294
+ background-color: #{mat.get-color-from-palette($arm-warn, 200)};
2295
+ color: #000000;
2296
+ }
2297
+ }
2298
+ }
2299
+
2300
+ ::ng-deep .mat-mdc-chip-selected.sof-chip {
2301
+ &.mat-primary {
2302
+ background-color: #{mat.get-color-from-palette($arm-primary, 500)} !important;
2303
+
2304
+ i {
2305
+ color:#{mat.get-color-from-palette($arm-primary, 500)} !important;
2306
+ }
2307
+
2308
+ &:hover {
2309
+ background-color: #{mat.get-color-from-palette($arm-primary, 500)} !important;
2310
+ color: #000000;
2311
+ }
2312
+
2313
+ &:focus {
2314
+ background-color: #{mat.get-color-from-palette($arm-primary, 500)} !important;
2315
+ color: #000000;
2316
+ }
2317
+ }
2318
+
2319
+ &.mat-neutral {
2320
+ background-color: #{mat.get-color-from-palette($arm-neutral, 500)} !important;
2321
+
2322
+ i {
2323
+ color:#{mat.get-color-from-palette($arm-neutral, 500)} !important;
2324
+ }
2325
+
2326
+ &:hover {
2327
+ background-color: #{mat.get-color-from-palette($arm-neutral, 500)} !important;
2328
+ color: #000000;
2329
+ }
2330
+
2331
+ &:focus {
2332
+ background-color: #{mat.get-color-from-palette($arm-neutral, 500)} !important;
2333
+ color: #000000;
2334
+ }
2335
+ }
2336
+
2337
+ &.mat-accent {
2338
+ background-color: #{mat.get-color-from-palette($arm-accent, 500)} !important;
2339
+
2340
+ i {
2341
+ color:#{mat.get-color-from-palette($arm-accent, 500)} !important;
2342
+ }
2343
+
2344
+ &:hover {
2345
+ background-color: #{mat.get-color-from-palette($arm-accent, 500)} !important;
2346
+ color: #000000;
2347
+ }
2348
+
2349
+ &:focus {
2350
+ background-color: #{mat.get-color-from-palette($arm-accent, 500)} !important;
2351
+ color: #000000;
2352
+ }
2353
+ }
2354
+
2355
+ &.mat-info {
2356
+ background-color: #{mat.get-color-from-palette($arm-info, 500)} !important;
2357
+
2358
+ i {
2359
+ color:#{mat.get-color-from-palette($arm-info, 500)} !important;
2360
+ }
2361
+
2362
+ &:hover {
2363
+ background-color: #{mat.get-color-from-palette($arm-info, 500)} !important;
2364
+ color: #000000;
2365
+ }
2366
+
2367
+ &:focus {
2368
+ background-color: #{mat.get-color-from-palette($arm-info, 500)} !important;
2369
+ color: #000000;
2370
+ }
2371
+ }
2372
+
2373
+ &.mat-error {
2374
+ background-color: #{mat.get-color-from-palette($arm-error, 500)} !important;
2375
+
2376
+ i {
2377
+ color:#{mat.get-color-from-palette($arm-error, 500)} !important;
2378
+ }
2379
+
2380
+ &:hover {
2381
+ background-color: #{mat.get-color-from-palette($arm-error, 500)} !important;
2382
+ color: #000000;
2383
+ }
2384
+
2385
+ &:focus {
2386
+ background-color: #{mat.get-color-from-palette($arm-error, 500)} !important;
2387
+ color: #000000;
2388
+ }
2389
+ }
2390
+
2391
+ &.mat-success {
2392
+ background-color: #{mat.get-color-from-palette($arm-success, 500)} !important;
2393
+
2394
+ i {
2395
+ color:#{mat.get-color-from-palette($arm-success, 500)} !important;
2396
+ }
2397
+
2398
+ &:hover {
2399
+ background-color: #{mat.get-color-from-palette($arm-success, 500)} !important;
2400
+ color: #000000;
2401
+ }
2402
+
2403
+ &:focus {
2404
+ background-color: #{mat.get-color-from-palette($arm-success, 500)} !important;
2405
+ color: #000000;
2406
+ }
2407
+ }
2408
+
2409
+ &.mat-warn {
2410
+ background-color: #{mat.get-color-from-palette($arm-warn, 500)} !important;
2411
+
2412
+ i {
2413
+ color:#{mat.get-color-from-palette($arm-warn, 500)} !important;
2414
+ }
2415
+
2416
+ &:hover {
2417
+ background-color: #{mat.get-color-from-palette($arm-warn, 500)} !important;
2418
+ color: #000000;
2419
+ }
2420
+
2421
+ &:focus {
2422
+ background-color: #{mat.get-color-from-palette($arm-warn, 500)} !important;
2423
+ color: #000000;
2424
+ }
2425
+ }
2426
+ }
2427
+
2428
+ // MatChip class overrides [END]
2429
+
1533
2430
  // MatSlideToggle class overrides [START]
1534
2431
  // https://material.angular.io/components/slide-toggle/api
1535
2432
  ::ng-deep mat-slide-toggle {
1536
2433
  &.sof-slide-toggle {
1537
2434
  height: auto;
2435
+
1538
2436
  .mdc-switch__track {
1539
2437
  height: 22px !important;
1540
2438
  width: 32px !important;
1541
2439
  border-radius: 24px !important;
1542
2440
  }
2441
+
1543
2442
  .mdc-switch__handle {
1544
2443
  height: 20px !important;
1545
2444
  width: 20px !important;
1546
2445
  border-radius: 24px !important;
1547
2446
  left: -3px !important;
1548
-
2447
+
1549
2448
  .mdc-switch__shadow {
1550
2449
  background: #fff !important;
1551
2450
  }
1552
2451
  }
2452
+
1553
2453
  label {
1554
2454
  font-family: "Poppins" !important;
1555
2455
  font-style: normal !important;
@@ -1587,12 +2487,14 @@ mat-optgroup mat-option {
1587
2487
  --mdc-switch-selected-hover-track-color: var(--primary-color-500-parts);
1588
2488
  --mdc-switch-selected-pressed-track-color: var(--primary-color-500-parts);
1589
2489
  --mdc-switch-selected-track-color: var(--primary-color-500-parts);
2490
+
1590
2491
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1591
2492
  .mdc-switch__handle {
1592
2493
  border: 1px solid mat.get-color-from-palette($arm-primary, 500) !important;
1593
2494
  }
1594
2495
  }
1595
2496
  }
2497
+
1596
2498
  &.mat-accent {
1597
2499
  --mdc-switch-selected-focus-state-layer-color: var(--accent-color-300-parts);
1598
2500
  --mdc-switch-selected-handle-color: var(--accent-color-300-parts);
@@ -1605,12 +2507,14 @@ mat-optgroup mat-option {
1605
2507
  --mdc-switch-selected-hover-track-color: var(--accent-color-500-parts);
1606
2508
  --mdc-switch-selected-pressed-track-color: var(--accent-color-500-parts);
1607
2509
  --mdc-switch-selected-track-color: var(--accent-color-500-parts);
2510
+
1608
2511
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1609
2512
  .mdc-switch__handle {
1610
2513
  border: 1px solid mat.get-color-from-palette($arm-accent, 500) !important;
1611
2514
  }
1612
2515
  }
1613
2516
  }
2517
+
1614
2518
  &.mat-warn {
1615
2519
  --mdc-switch-selected-focus-state-layer-color: var(--warn-color-300-parts);
1616
2520
  --mdc-switch-selected-handle-color: var(--warn-color-300-parts);
@@ -1623,12 +2527,14 @@ mat-optgroup mat-option {
1623
2527
  --mdc-switch-selected-hover-track-color: var(--warn-color-500-parts);
1624
2528
  --mdc-switch-selected-pressed-track-color: var(--warn-color-500-parts);
1625
2529
  --mdc-switch-selected-track-color: var(--warn-color-500-parts);
2530
+
1626
2531
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1627
2532
  .mdc-switch__handle {
1628
2533
  border: 1px solid mat.get-color-from-palette($arm-warn, 500) !important;
1629
2534
  }
1630
2535
  }
1631
2536
  }
2537
+
1632
2538
  &.mat-success {
1633
2539
  --mdc-switch-selected-focus-state-layer-color: var(--success-color-300-parts);
1634
2540
  --mdc-switch-selected-handle-color: var(--success-color-300-parts);
@@ -1641,12 +2547,14 @@ mat-optgroup mat-option {
1641
2547
  --mdc-switch-selected-hover-track-color: var(--success-color-500-parts);
1642
2548
  --mdc-switch-selected-pressed-track-color: var(--success-color-500-parts);
1643
2549
  --mdc-switch-selected-track-color: var(--success-color-500-parts);
2550
+
1644
2551
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1645
2552
  .mdc-switch__handle {
1646
2553
  border: 1px solid mat.get-color-from-palette($arm-success, 500) !important;
1647
2554
  }
1648
2555
  }
1649
2556
  }
2557
+
1650
2558
  &.mat-error {
1651
2559
  --mdc-switch-selected-focus-state-layer-color: var(--error-color-300-parts);
1652
2560
  --mdc-switch-selected-handle-color: var(--error-color-300-parts);
@@ -1659,12 +2567,14 @@ mat-optgroup mat-option {
1659
2567
  --mdc-switch-selected-hover-track-color: var(--error-color-500-parts);
1660
2568
  --mdc-switch-selected-pressed-track-color: var(--error-color-500-parts);
1661
2569
  --mdc-switch-selected-track-color: var(--error-color-500-parts);
2570
+
1662
2571
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1663
2572
  .mdc-switch__handle {
1664
2573
  border: 1px solid mat.get-color-from-palette($arm-error, 500) !important;
1665
2574
  }
1666
2575
  }
1667
2576
  }
2577
+
1668
2578
  &.mat-info {
1669
2579
  --mdc-switch-selected-focus-state-layer-color: var(--info-color-300-parts);
1670
2580
  --mdc-switch-selected-handle-color: var(--info-color-300-parts);
@@ -1677,12 +2587,14 @@ mat-optgroup mat-option {
1677
2587
  --mdc-switch-selected-hover-track-color: var(--info-color-500-parts);
1678
2588
  --mdc-switch-selected-pressed-track-color: var(--info-color-500-parts);
1679
2589
  --mdc-switch-selected-track-color: var(--info-color-500-parts);
2590
+
1680
2591
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1681
2592
  .mdc-switch__handle {
1682
2593
  border: 1px solid mat.get-color-from-palette($arm-info, 500) !important;
1683
2594
  }
1684
2595
  }
1685
2596
  }
2597
+
1686
2598
  &.mat-neutral {
1687
2599
  --mdc-switch-selected-focus-state-layer-color: var(--neutral-color-300-parts);
1688
2600
  --mdc-switch-selected-handle-color: var(--neutral-color-300-parts);
@@ -1695,6 +2607,7 @@ mat-optgroup mat-option {
1695
2607
  --mdc-switch-selected-hover-track-color: var(--neutral-color-500-parts);
1696
2608
  --mdc-switch-selected-pressed-track-color: var(--neutral-color-500-parts);
1697
2609
  --mdc-switch-selected-track-color: var(--neutral-color-500-parts);
2610
+
1698
2611
  .mdc-switch.mdc-switch--selected:not(.mdc-switch.mdc-switch--disabled) {
1699
2612
  .mdc-switch__handle {
1700
2613
  border: 1px solid #000000de !important;
@@ -1726,6 +2639,7 @@ mat-optgroup mat-option {
1726
2639
 
1727
2640
  .mobile-no-card {
1728
2641
  padding: 36px 30px !important;
2642
+
1729
2643
  @media only screen and (max-width: $mat-lt-sm) {
1730
2644
  background: transparent !important;
1731
2645
  box-shadow: none !important;
@@ -1735,6 +2649,7 @@ mat-optgroup mat-option {
1735
2649
 
1736
2650
  .sm-screen-no-card {
1737
2651
  padding: 36px 30px !important;
2652
+
1738
2653
  @media only screen and (max-width: $mat-lt-md) {
1739
2654
  background: transparent !important;
1740
2655
  box-shadow: none !important;
@@ -1795,6 +2710,7 @@ mat-optgroup mat-option {
1795
2710
 
1796
2711
  .word-wrap-checkboxes-override label {
1797
2712
  white-space: initial !important;
2713
+
1798
2714
  @media only screen and (max-width: $mat-lt-md) {
1799
2715
  white-space: initial;
1800
2716
  }
@@ -1803,8 +2719,9 @@ mat-optgroup mat-option {
1803
2719
  .sm-full-width-datepicker {
1804
2720
  @media only screen and (max-width: $mat-lt-md) {
1805
2721
  width: 100%;
2722
+
1806
2723
  .mat-mdc-form-field-infix,
1807
- .mat-mdc-form-field-infix > input {
2724
+ .mat-mdc-form-field-infix>input {
1808
2725
  width: 100% !important;
1809
2726
  }
1810
2727
  }
@@ -2056,3 +2973,63 @@ mat-optgroup mat-option {
2056
2973
  @include mobile-responsive-table;
2057
2974
  }
2058
2975
  }
2976
+
2977
+ /** Calendar Settings */
2978
+ ::ng-deep {
2979
+ .mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
2980
+ color: rgba(0, 0, 0, 0.38) !important;
2981
+ }
2982
+
2983
+ .mat-calendar-previous-button,
2984
+ .mat-calendar-next-button,
2985
+ .mat-calendar-period-button {
2986
+ color: #000000 !important;
2987
+ font-weight: 600 !important;
2988
+ font-size: 14px !important;
2989
+ letter-spacing: 0px !important;
2990
+ }
2991
+
2992
+ .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
2993
+ background-color: mat.get-color-from-palette($arm-primary, 500) !important;
2994
+ color: white;
2995
+ }
2996
+
2997
+ .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
2998
+ border: none;
2999
+ }
3000
+
3001
+ .mat-calendar-body-today.mat-calendar-body-selected {
3002
+ box-shadow: none;
3003
+ }
3004
+
3005
+ .mat-calendar-body-in-range::before {
3006
+ background: mat.get-color-from-palette($arm-primary, 50) !important;
3007
+ }
3008
+
3009
+ .mat-calendar-body-selected {
3010
+ background-color: mat.get-color-from-palette($arm-primary, 500) !important;
3011
+ border: none;
3012
+ }
3013
+
3014
+ .mat-datepicker-content {
3015
+ border-radius: 10px !important;
3016
+ }
3017
+
3018
+ .mat-calendar-previous-button.mat-button-disabled,
3019
+ .mat-calendar-next-button.mat-button-disabled {
3020
+ color: rgba(0, 0, 0, 0.54) !important;
3021
+ }
3022
+
3023
+ .mat-calendar-table-header th {
3024
+ font-size: 14px !important;
3025
+ line-height: 30px;
3026
+ color: rgba(0, 0, 0, 0.6) !important;
3027
+ }
3028
+
3029
+ .mat-calendar-table-header-divider {
3030
+ position: absolute !important;
3031
+ left: 20px;
3032
+ width: -webkit-fill-available;
3033
+ right: 20px;
3034
+ }
3035
+ }