aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-29 11:33:28 +0200
committerChocobozzz <me@florianbigard.com>2021-10-29 11:52:58 +0200
commiteeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch)
tree0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/sass/primeng-custom.scss
parent3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff)
downloadPeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst
PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip
Remove useless components
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss7
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
508p-table { 507p-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