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

12 lines
201 B
SCSS
Raw Normal View History

2016-11-01 14:21:35 -03:00
#rate-app-store {
.title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 20px 10px;
text-align: center;
}
.subtitle {
padding: 10px 30px 20px 40px;
}
}