diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 7aba69e4a..66b4056cb 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -495,7 +495,7 @@ body p-selectbutton.ng-dirty.ng-invalid .p-button { | |||
495 | border: 1px solid #a80000; | 495 | border: 1px solid #a80000; |
496 | } | 496 | } |
497 | 497 | ||
498 | // | 498 | // data table customizations |
499 | 499 | ||
500 | @mixin glyphicon-light { | 500 | @mixin glyphicon-light { |
501 | font-family: 'Glyphicons Halflings'; | 501 | font-family: 'Glyphicons Halflings'; |
@@ -504,7 +504,6 @@ body p-selectbutton.ng-dirty.ng-invalid .p-button { | |||
504 | font-display: swap; | 504 | font-display: swap; |
505 | } | 505 | } |
506 | 506 | ||
507 | // data table customizations | ||
508 | p-table { | 507 | p-table { |
509 | .p-datatable-header { | 508 | .p-datatable-header { |
510 | border: none !important; | 509 | border: none !important; |
@@ -759,6 +758,10 @@ p-table { | |||
759 | } | 758 | } |
760 | } | 759 | } |
761 | } | 760 | } |
761 | |||
762 | .badge { | ||
763 | @include table-badge; | ||
764 | } | ||
762 | } | 765 | } |
763 | 766 | ||
764 | // overflow data table | 767 | // overflow data table |