From 0242861ece7495c8e726871f9a5f4a3683712bb0 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 28 Jun 2020 00:53:36 +0200 Subject: add user account-blocklist missing scss mixin --- .../src/app/shared/shared-moderation/account-blocklist.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src') 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 @@ } } +.chip { + @include chip; +} + .unblock-button { @include peertube-button; @include grey-button; -- cgit v1.2.3