X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-edit%2Fvideo-add.component.scss;h=0ad57d897927db026130a611472e137948cfeb01;hb=e66883b37ae0796256b3aba550670a2d76cfc98a;hp=1316e09e4f7f1c1a93a00183cbed4dfbfce42414;hpb=9181bc0c802bb84aeae9f07b08b59dcd90f486bc;p=github%2FChocobozzz%2FPeerTube.git 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 1316e09e4..0ad57d897 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -33,10 +33,10 @@ $nav-link-height: 40px; &.active { border: $border-width $border-type $border-color; border-bottom: none; - background-color: var(--submenuColor) !important; + background-color: pvar(--submenuColor) !important; span { - border-bottom: 2px solid var(--mainColor); + border-bottom: 2px solid pvar(--mainColor); font-weight: $font-bold; } } @@ -47,7 +47,7 @@ $nav-link-height: 40px; border: $border-width $border-type $border-color; border-top: transparent; - background-color: var(--submenuColor); + background-color: pvar(--submenuColor); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; width: 100%; @@ -58,7 +58,7 @@ $nav-link-height: 40px; align-items: center; &.dragover { - border: 3px dashed var(--mainColor); + border: 3px dashed pvar(--mainColor); } } @@ -72,7 +72,7 @@ $nav-link-height: 40px; /* Hide active tab style to not have a moving tab effect */ a.nav-link.active { border: none; - background-color: var(--mainBackgroundColor) !important; + background-color: pvar(--mainBackgroundColor) !important; } } }