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

18 lines
253 B
SCSS
Raw Normal View History

#rate-card {
2016-11-15 17:38:48 -03:00
.item-heading {
font-weight: 700;
}
2016-11-14 23:20:41 -03:00
.row {
border: none;
}
.item-icon-right {
margin: 0;
}
.feedback-flow-button {
margin-bottom: 20px;
}
.icon-svg > img {
height: 1.8rem;
margin-bottom: 5px;
}
}