From 60c35932f6a14cfe83bb0e54407427cce70171ea Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 25 Mar 2021 13:42:55 +0100 Subject: Redesign channel page --- client/src/sass/application.scss | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index a0009eecc..0a92afef3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -36,7 +36,9 @@ body { --menuBackgroundColor: #{$menu-background}; --menuForegroundColor: #{$menu-color}; + --submenuColor: #{$sub-menu-color}; + --channelBackgroundColor: #{$channel-background-color}; --inputForegroundColor: #{$input-foreground-color}; --inputBackgroundColor: #{$input-background-color}; @@ -277,11 +279,6 @@ my-input-toggle-hidden ::ng-deep input { font-weight: bold; } -@keyframes spin { - from { transform: scale(1) rotate(0deg);} - to { transform: scale(1) rotate(360deg);} -} - // In tables, don't have a hover different background table { .action-button-edit, .action-button-delete { @@ -468,3 +465,21 @@ 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