diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-moderation/account-blocklist.component.scss | 4 |
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; |