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

@ -19,10 +19,21 @@
}
.subtitle {
padding: 10px 30px 20px 40px;
.image {
text-align: center;
padding: 30px;
}
}
.icon-svg > img {
height: 16rem;
width: 16rem;
}
.socialsharing-icon {
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
}
.addressbook-icon-svg {
display: inline-block;
width: 50px;
height: 50px;
}
.share-buttons {
bottom: 0;