diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 c20467d9b..9adeaebb0 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss | |||
@@ -17,6 +17,10 @@ $border-color: #EAEAEA; | |||
17 | border-bottom: $border-width $border-type $border-color; | 17 | border-bottom: $border-width $border-type $border-color; |
18 | margin: 50px 0 0 0 !important; | 18 | margin: 50px 0 0 0 !important; |
19 | 19 | ||
20 | &.hide-nav { | ||
21 | display: none !important; | ||
22 | } | ||
23 | |||
20 | a.nav-link { | 24 | a.nav-link { |
21 | @include disable-default-a-behaviour; | 25 | @include disable-default-a-behaviour; |
22 | 26 | ||