Wallet/src/sass/views/feedback/rateApp.scss

38 lines
701 B
SCSS
Raw Normal View History

2016-11-11 17:05:06 -03:00
#rate-app {
2016-11-03 13:39:01 -03:00
background-color: #ffffff;
text-align: center;
.skip-rating {
color: $v-dark-gray;
position: absolute;
top: 5px;
right: 10px;
padding: 15px;
}
2016-11-14 23:20:41 -03:00
.icon-svg > img {
width: 80px;
height: 80px;
margin-top: 15px;
}
.feedback-title {
2016-11-01 14:21:35 -03:00
font-size: 20px;
font-weight: bold;
color: $v-dark-gray;
margin: 80px 50px 10px;
2016-11-01 14:21:35 -03:00
text-align: center;
}
.share-the-love-illustration {
width: 5rem;
margin: 1rem;
}
2016-11-01 14:21:35 -03:00
.subtitle {
padding: 10px 30px 20px 40px;
color: $v-mid-gray;
2016-11-01 14:21:35 -03:00
}
.rate-buttons {
2016-11-03 13:39:01 -03:00
bottom: 0;
width: 100%;
position: absolute;
background-color: $v-subtle-gray;
padding: 30px 0 15px;
2016-11-03 13:39:01 -03:00
}
2016-11-01 14:21:35 -03:00
}