adding send feedback option in settings

This commit is contained in:
Gabriel Bazán 2016-11-08 11:49:03 -03:00
commit 80888f63a1
14 changed files with 132 additions and 102 deletions

View file

@ -0,0 +1,22 @@
#rate-card {
.stars {
display: flex;
border-bottom: none;
.button {
background-color: #fff;
outline: none;
border: none;
height:10px;
width:10px;
}
.gold {
color: #ffd700;
}
.subtle-gray {
color: $subtle-gray;
}
}
.feedback-flow-button {
padding: 20px;
}
}

View file

@ -1,7 +1,7 @@
#send-feedback {
background-color: #ffffff;
.skip {
margin: 10px;
margin: 20px 20px 10px;
color: #667;
}
.title {

View file

@ -2,7 +2,7 @@
background-color: #ffffff;
.item-heading {
border-style: none;
margin-top: 5px;
margin-top: 10px;
a {
color: $dark-gray;
}

View file

@ -118,24 +118,4 @@
position: absolute;
}
}
.stars {
display: flex;
border-bottom: none;
.button {
background-color: #fff;
outline: none;
border: none;
height:10px;
width:10px;
}
.gold {
color: #ffd700;
}
.subtle-gray {
color: $subtle-gray;
}
}
.feedback-flow-button {
padding: 20px;
}
}

View file

@ -17,6 +17,7 @@
@import "wallet-backup-phrase";
@import "zero-state";
@import "onboarding/onboarding";
@import "feedback/rateCard";
@import "feedback/sendFeedback";
@import "feedback/thanks";
@import "feedback/rateAppStore";