From 94a0868ba5e539810f6e0bb70d3e1d5506c284cc Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 3 Oct 2017 01:26:25 +0200 Subject: [PATCH] Comments: Style cancel button --- src/styles/_comments.sass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/styles/_comments.sass b/src/styles/_comments.sass index 359745b7..02e89642 100644 --- a/src/styles/_comments.sass +++ b/src/styles/_comments.sass @@ -347,7 +347,7 @@ $comments-width-max: 710px weight: normal line-height: 1.5em margin: 0 - min-height: 45px + min-height: 35px padding: 10px 0 10px 10px resize: vertical transition: box-shadow 250ms ease-in-out @@ -428,13 +428,13 @@ $comments-width-max: 710px text-align: center width: 100px - .comment-action-cancel - cursor: pointer - padding: 10px - text-decoration: underline + .comment-action-cancel + cursor: pointer + padding: 10px + text-decoration: underline - &:hover - color: $color-primary + &:hover + color: $color-primary &-meta display: flex