aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index a82cdbbb9..fb1d3f7bd 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -667,7 +667,7 @@ p-table {
667 @include margin-right(10px); 667 @include margin-right(10px);
668 668
669 .p-paginator-icon { 669 .p-paginator-icon {
670 @extend .chevron-left !optional; 670 @include chevron-left-default;
671 } 671 }
672 } 672 }
673 673
@@ -675,7 +675,7 @@ p-table {
675 @include margin-left(10px); 675 @include margin-left(10px);
676 676
677 .p-paginator-icon { 677 .p-paginator-icon {
678 @extend .chevron-right !optional; 678 @include chevron-right-default;
679 } 679 }
680 } 680 }
681 681
@@ -769,7 +769,7 @@ p-calendar .p-datepicker {
769 } 769 }
770 770
771 .p-datepicker-next { 771 .p-datepicker-next {
772 @extend .chevron-right !optional; 772 @include chevron-right-default;
773 773
774 color: #000 !important; 774 color: #000 !important;
775 text-align: end; 775 text-align: end;
@@ -780,7 +780,7 @@ p-calendar .p-datepicker {
780 } 780 }
781 781
782 .p-datepicker-prev { 782 .p-datepicker-prev {
783 @extend .chevron-left !optional; 783 @include chevron-left-default;
784 784
785 color: #000 !important; 785 color: #000 !important;
786 text-align: start; 786 text-align: start;
@@ -794,13 +794,13 @@ p-calendar .p-datepicker {
794 .p-timepicker { 794 .p-timepicker {
795 795
796 .pi.pi-chevron-up { 796 .pi.pi-chevron-up {
797 @extend .chevron-up !optional; 797 @include chevron-up-default;
798 798
799 color: #000 !important; 799 color: #000 !important;
800 } 800 }
801 801
802 .pi.pi-chevron-down { 802 .pi.pi-chevron-down {
803 @extend .chevron-down !optional; 803 @include chevron-down-default;
804 804
805 color: #000 !important; 805 color: #000 !important;
806 } 806 }