delete popup rate card from settings

This commit is contained in:
Gabriel Bazán 2016-11-15 17:38:48 -03:00
commit 8e7e950eb2
10 changed files with 92 additions and 69 deletions

View file

@ -1,10 +1,10 @@
#rate-card {
.item-heading {
font-weight: 700;
}
.row {
border: none;
}
.row.row-margin{
margin: 20px 0px 20px 0px;
}
.item-icon-right {
margin: 0;
}

View file

@ -1,10 +1,11 @@
#send-feedback {
background-color: #ffffff;
.row {
padding: 20px;
border: none;
}
.skip {
margin: 20px 20px 10px;
margin: 8px 20px 10px;
color: #667;
text-decoration: none;
}