aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-06-28 00:53:36 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-06-28 00:53:36 +0200
commit0242861ece7495c8e726871f9a5f4a3683712bb0 (patch)
tree7ec427182c5f3a04b4020b48e03c6270068ab8d4 /client/src/app/shared/shared-moderation
parent00494d6e2ae915741f47869dcd359d9728a0af91 (diff)
downloadPeerTube-0242861ece7495c8e726871f9a5f4a3683712bb0.tar.gz
PeerTube-0242861ece7495c8e726871f9a5f4a3683712bb0.tar.zst
PeerTube-0242861ece7495c8e726871f9a5f4a3683712bb0.zip
add user account-blocklist missing scss mixin
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r--client/src/app/shared/shared-moderation/account-blocklist.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-moderation/account-blocklist.component.scss b/client/src/app/shared/shared-moderation/account-blocklist.component.scss
index aa8363ff4..3eede44eb 100644
--- a/client/src/app/shared/shared-moderation/account-blocklist.component.scss
+++ b/client/src/app/shared/shared-moderation/account-blocklist.component.scss
@@ -10,6 +10,10 @@
10 } 10 }
11} 11}
12 12
13.chip {
14 @include chip;
15}
16
13.unblock-button { 17.unblock-button {
14 @include peertube-button; 18 @include peertube-button;
15 @include grey-button; 19 @include grey-button;