aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-05 14:14:31 +0100
committerChocobozzz <me@florianbigard.com>2021-11-05 14:14:31 +0100
commitd91b23b11ca46debfee320ce5c5dfaeae5811bb7 (patch)
tree504404f35b2d549f163e8de60b420781333ad89a /client/src/sass
parentdedcd583b2461895f816c3dd67d56f05d3274f6b (diff)
downloadPeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.tar.gz
PeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.tar.zst
PeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.zip
Fix jobs state selection badge style
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_mixins.scss2
-rw-r--r--client/src/sass/primeng-custom.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 6055ce53c..a7c4c99c2 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -546,7 +546,7 @@
546 } 546 }
547} 547}
548 548
549@mixin table-badge { 549@mixin peertube-badge {
550 border-radius: 2px; 550 border-radius: 2px;
551 padding: 1/4em 1/2em; 551 padding: 1/4em 1/2em;
552 text-transform: uppercase; 552 text-transform: uppercase;
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 66b4056cb..6541ee127 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -760,7 +760,7 @@ p-table {
760 } 760 }
761 761
762 .badge { 762 .badge {
763 @include table-badge; 763 @include peertube-badge;
764 } 764 }
765} 765}
766 766