fix(feedback): Styles of Feedback dialog
This commit is contained in:
parent
7b4941bde9
commit
e02a8c9103
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue