aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.scss')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss5
1 files changed, 4 insertions, 1 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 a811b9cf0..02ee295f9 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -21,7 +21,10 @@ $background-color: #F7F7F7;
21 margin-bottom: -$border-width; 21 margin-bottom: -$border-width;
22 } 22 }
23 23
24 .nav-link { 24 a.nav-link {
25 @include disable-default-a-behaviour;
26
27 color: #000;
25 height: 40px !important; 28 height: 40px !important;
26 padding: 0 30px !important; 29 padding: 0 30px !important;
27 font-size: 15px; 30 font-size: 15px;