From 100d9ce23bb7c5186132607e4c444f9cba5002a4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Mar 2021 15:56:01 +0200 Subject: Add support button in channel page --- client/src/sass/application.scss | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 0a92afef3..f4c3d86a8 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -15,6 +15,8 @@ $assets-path: '../../assets/'; @import './primeng-custom'; @import './ng-select.scss'; +@import './classes.scss'; + [hidden] { display: none !important; } @@ -465,21 +467,3 @@ ngx-loading-bar { } } } - -// Utils - -.peertube-button { - @include peertube-button; -} - -.peertube-button-link { - @include peertube-button-link; -} - -.orange-button { - @include orange-button; -} - -.orange-button-inverted { - @include orange-button-inverted; -} -- cgit v1.2.3