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