38 lines
701 B
SCSS
38 lines
701 B
SCSS
#rate-app {
|
|
background-color: #ffffff;
|
|
text-align: center;
|
|
.skip-rating {
|
|
color: $v-dark-gray;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 10px;
|
|
padding: 15px;
|
|
}
|
|
.icon-svg > img {
|
|
width: 80px;
|
|
height: 80px;
|
|
margin-top: 15px;
|
|
}
|
|
.feedback-title {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: $v-dark-gray;
|
|
margin: 80px 50px 10px;
|
|
text-align: center;
|
|
}
|
|
.share-the-love-illustration {
|
|
width: 5rem;
|
|
margin: 1rem;
|
|
}
|
|
.subtitle {
|
|
padding: 10px 30px 20px 40px;
|
|
color: $v-mid-gray;
|
|
}
|
|
.rate-buttons {
|
|
bottom: 0;
|
|
width: 100%;
|
|
position: absolute;
|
|
background-color: $v-subtle-gray;
|
|
padding: 30px 0 15px;
|
|
}
|
|
}
|