fix(feedback): more visual and design improvements on mobile

This commit is contained in:
Jason Dreyzehner 2016-11-15 17:38:40 -05:00
commit dcbdb31ab3
5 changed files with 25 additions and 9 deletions

View file

@ -4,6 +4,9 @@
margin-top: 15px;
color: #667;
}
.skip-rating {
margin-right: 15px;
}
.icon-svg > img {
width: 80px;
height: 80px;
@ -13,7 +16,7 @@
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 40px 50px 10px;
margin: 80px 50px 10px;
text-align: center;
}
.subtitle {
@ -25,9 +28,6 @@
width: 100%;
position: absolute;
background-color: $subtle-gray;
.button {
margin-top: 40px;
margin-bottom: 30px;
}
padding: 50px 0;
}
}