@transfermarkt/global-styles 1.49.0 → 1.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -528,6 +528,16 @@
|
|
|
528
528
|
stroke-width: 1.2;
|
|
529
529
|
}
|
|
530
530
|
|
|
531
|
+
&--alone {
|
|
532
|
+
padding: 0 !important;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
&--disabled {
|
|
536
|
+
@include tm-icon-color('silver-mist');
|
|
537
|
+
|
|
538
|
+
cursor: not-allowed;
|
|
539
|
+
}
|
|
540
|
+
|
|
531
541
|
&::before {
|
|
532
542
|
transform: rotate(180deg);
|
|
533
543
|
}
|
|
@@ -555,6 +565,16 @@
|
|
|
555
565
|
|
|
556
566
|
stroke-width: 1.2;
|
|
557
567
|
}
|
|
568
|
+
|
|
569
|
+
&--alone {
|
|
570
|
+
padding: 0 !important;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
&--disabled {
|
|
574
|
+
@include tm-icon-color('silver-mist');
|
|
575
|
+
|
|
576
|
+
cursor: not-allowed;
|
|
577
|
+
}
|
|
558
578
|
}
|
|
559
579
|
|
|
560
580
|
&__chevron-both {
|
|
@@ -578,6 +598,12 @@
|
|
|
578
598
|
stroke-width: 1.2;
|
|
579
599
|
}
|
|
580
600
|
|
|
601
|
+
&--disabled {
|
|
602
|
+
@include tm-icon-color('silver-mist');
|
|
603
|
+
|
|
604
|
+
cursor: not-allowed;
|
|
605
|
+
}
|
|
606
|
+
|
|
581
607
|
&::before {
|
|
582
608
|
transform: rotate(180deg);
|
|
583
609
|
}
|