From e02a8c9103e8cd7bbebd0606ab3c2dd88eadf0c7 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Tue, 13 Sep 2016 16:05:44 -0500 Subject: [PATCH] fix(feedback): Styles of Feedback dialog --- css/_feedback.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/_feedback.scss b/css/_feedback.scss index 9b1d8f297..e065e5b18 100644 --- a/css/_feedback.scss +++ b/css/_feedback.scss @@ -57,6 +57,7 @@ padding: 20px 0; h2 { + font-weight: 400; font-size: 24px; line-height: 1.2; padding: auto; @@ -64,6 +65,13 @@ border: none; } + p { + margin-top: 10px; + margin-left: 0px; + margin-bottom: 0px; + margin-right: 0px; + } + .star-label { font-size: 16px; color: $rateStarLabelColor; @@ -82,7 +90,7 @@ &.active, &:hover { color: $rateStarActivity; - + .fa { top: -6px; }