feat(share): add brief entry animation for the sharing view

This commit is contained in:
Jason Dreyzehner 2016-11-17 11:13:41 -05:00
commit d53f19bbbf
4 changed files with 19 additions and 12 deletions

View file

@ -28,11 +28,11 @@
padding: 10px 30px 20px 40px;
color: #667;
}
.buttons {
.rate-buttons {
bottom: 0;
width: 100%;
position: absolute;
background-color: $subtle-gray;
padding: 50px 0;
padding: 30px 0 15px;
}
}