fix(feedback): Styles of Feedback dialog

This commit is contained in:
hristoterezov 2016-09-13 16:05:44 -05:00
parent 7b4941bde9
commit e02a8c9103
1 changed files with 9 additions and 1 deletions

View File

@ -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;
}