Merge pull request #5046 from gabrielbazan7/feat/feedback01

delete popup rate card from settings
This commit is contained in:
Jason Dreyzehner 2016-11-15 15:58:01 -05:00 committed by GitHub
commit ad985f25c1
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;
}