adding icon to feedback flow

This commit is contained in:
Gabriel Bazán 2016-11-14 23:20:41 -03:00
commit 1675acb87a
9 changed files with 117 additions and 64 deletions

View file

@ -4,11 +4,17 @@
margin: 10px;
color: #667;
}
.icon-svg > img {
width: 80px;
height: 80px;
margin-right: 30px;
margin-top: 15px;
}
.title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 40px 10px;
margin: 40px 10px 10px;
text-align: center;
}
.subtitle {