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; padding: 20px 0;
h2 { h2 {
font-weight: 400;
font-size: 24px; font-size: 24px;
line-height: 1.2; line-height: 1.2;
padding: auto; padding: auto;
@ -64,6 +65,13 @@
border: none; border: none;
} }
p {
margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
.star-label { .star-label {
font-size: 16px; font-size: 16px;
color: $rateStarLabelColor; color: $rateStarLabelColor;
@ -82,7 +90,7 @@
&.active, &.active,
&:hover { &:hover {
color: $rateStarActivity; color: $rateStarActivity;
.fa { .fa {
top: -6px; top: -6px;
} }