This commit is contained in:
Gabriel Bazán 2016-11-03 13:39:01 -03:00
commit 11b4ec1fcc
9 changed files with 97 additions and 73 deletions

View file

@ -1,12 +1,27 @@
#rate-app-store {
background-color: #ffffff;
.skip {
margin: 10px;
color: #667;
}
.title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 20px 10px;
margin: 40px 10px;
text-align: center;
}
.subtitle {
padding: 10px 30px 20px 40px;
}
.buttons {
bottom: 0;
width: 100%;
position: absolute;
background-color: $subtle-gray;
.button {
margin-top: 40px;
margin-bottom: 30px;
}
}
}