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

14 lines
189 B
SCSS
Raw Normal View History

#rate-card {
2016-11-14 23:20:41 -03:00
.row {
border: none;
}
.row.row-margin{
margin: 20px 0px 20px 0px;
}
.item-icon-right {
margin: 0;
}
.feedback-flow-button {
padding: 20px;
}
}