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