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

33 lines
563 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;
.skip {
margin: 10px;
color: #667;
}
2016-11-14 23:20:41 -03:00
.icon-svg > img {
width: 80px;
height: 80px;
margin-right: 30px;
margin-top: 15px;
}
2016-11-01 14:21:35 -03:00
.title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
2016-11-14 23:20:41 -03:00
margin: 40px 10px 10px;
2016-11-01 14:21:35 -03:00
text-align: center;
}
.subtitle {
padding: 10px 30px 20px 40px;
}
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
}