aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-31 09:07:25 +0200
committerChocobozzz <me@florianbigard.com>2021-03-31 09:07:25 +0200
commit218f730c7bceda5511d46f26191e7b1726c9ffd3 (patch)
tree7fc9c5ca188f22993d9f815c0edf1e190ddef1ef /client/src/app/+videos/+video-edit/video-add-components
parent733dbc535d5fecdaba9e05feb8923bc754920525 (diff)
downloadPeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.gz
PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.tar.zst
PeerTube-218f730c7bceda5511d46f26191e7b1726c9ffd3.zip
Theme breaking: --submenuColor becomes --submenuBackgroundColor
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.scss4
1 files changed, 2 insertions, 2 deletions
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 @@
3 3
4.first-step-block { 4.first-step-block {
5 .torrent-or-magnet { 5 .torrent-or-magnet {
6 @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuColor)); 6 @include divider($color: pvar(--inputPlaceholderColor), $background: pvar(--submenuBackgroundColor));
7 7
8 &[data-content] { 8 &[data-content] {
9 margin: 1.5rem 0; 9 margin: 1.5rem 0;
10 } 10 }