2016-11-11 17:05:06 -03:00
|
|
|
#rate-app {
|
2016-11-03 13:39:01 -03:00
|
|
|
background-color: #ffffff;
|
|
|
|
|
.skip {
|
2016-11-15 16:35:30 -05:00
|
|
|
margin-top: 15px;
|
2016-11-03 13:39:01 -03:00
|
|
|
color: #667;
|
|
|
|
|
}
|
2016-11-14 23:20:41 -03:00
|
|
|
.icon-svg > img {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
2016-11-01 14:21:35 -03:00
|
|
|
.title {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: $dark-gray;
|
2016-11-15 01:02:29 -03:00
|
|
|
margin: 40px 50px 10px;
|
2016-11-01 14:21:35 -03:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.subtitle {
|
|
|
|
|
padding: 10px 30px 20px 40px;
|
2016-11-15 16:35:30 -05:00
|
|
|
color: #667;
|
2016-11-01 14:21:35 -03:00
|
|
|
}
|
2016-11-03 13:39:01 -03:00
|
|
|
.buttons {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: $subtle-gray;
|
|
|
|
|
.button {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-01 14:21:35 -03:00
|
|
|
}
|