From 218f730c7bceda5511d46f26191e7b1726c9ffd3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Mar 2021 09:07:25 +0200 Subject: Theme breaking: --submenuColor becomes --submenuBackgroundColor --- .../video-add-components/video-import-torrent.component.scss | 4 ++-- client/src/app/+videos/+video-edit/video-add.component.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/+videos/+video-edit') diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss index 1fef74994..dd87641fc 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss @@ -3,8 +3,8 @@ .first-step-block { .torrent-or-magnet { - @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuColor)); - + @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuBackgroundColor)); + &[data-content] { margin: 1.5rem 0; } diff --git a/client/src/app/+videos/+video-edit/video-add.component.scss b/client/src/app/+videos/+video-edit/video-add.component.scss index 5db9e823d..1ebee946b 100644 --- a/client/src/app/+videos/+video-edit/video-add.component.scss +++ b/client/src/app/+videos/+video-edit/video-add.component.scss @@ -67,7 +67,7 @@ $nav-link-height: 40px; &.active { border-color: $border-color; border-bottom-color: transparent; - background-color: pvar(--submenuColor) !important; + background-color: pvar(--submenuBackgroundColor) !important; span { border-bottom-color: pvar(--mainColor); @@ -84,7 +84,7 @@ $nav-link-height: 40px; border: $border-width $border-type $border-color; border-top: transparent; - background-color: pvar(--submenuColor); + background-color: pvar(--submenuBackgroundColor); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; width: 100%; -- cgit v1.2.3