fix(feedback): more feedback flow improvements and bug fixes

This commit is contained in:
Jason Dreyzehner 2016-11-17 00:56:12 -05:00
commit 63c7684259
10 changed files with 89 additions and 59 deletions

View file

@ -1,5 +1,5 @@
#complete {
background-color: #ffffff;
background-color: #fff;
.close-button {
color: $dark-gray;
position: absolute;
@ -30,7 +30,11 @@
width: 5rem;
margin: 1rem;
}
.title {
.send-feedback-illustration {
height: 21rem;
margin: 1rem;
}
.feedback-title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;