From 79671021e2a6164effb0ec4e38ee89ea3c260069 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 15 Mar 2020 16:05:37 +0100 Subject: Fix video-ccomment-add cancellation --- .../comment/video-comment-add.component.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'client/src/app/videos/+video-watch/comment/video-comment-add.component.scss') diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss index c04727ba0..b9e864491 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss @@ -30,14 +30,6 @@ form { } } -.cancel-button { - font-weight: $font-semibold; - display: inline-block; - padding: 0 10px 0 10px; - white-space: nowrap; - background: transparent; -} - .comment-buttons { display: flex; justify-content: flex-end; @@ -49,6 +41,16 @@ form { @include orange-button; } } + + .cancel-button { + @include tertiary-button; + + font-weight: $font-semibold; + display: inline-block; + padding: 0 10px 0 10px; + white-space: nowrap; + background: transparent; + } } @media screen and (max-width: 600px) { -- cgit v1.2.3