fixes
This commit is contained in:
parent
ac9cee8d6d
commit
2c0e09d3c7
5 changed files with 22 additions and 18 deletions
|
|
@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('sendFeedbackController', func
|
|||
break;
|
||||
case 4:
|
||||
$scope.reaction = gettextCatalog.getString("Thanks!");
|
||||
$scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you");
|
||||
$scope.comment = gettextCatalog.getString("That's exciting to hear. We'd love to earn that fifth star from you.");
|
||||
break;
|
||||
case 5:
|
||||
$scope.reaction = gettextCatalog.getString("Feedback!");
|
||||
|
|
|
|||
|
|
@ -3,17 +3,18 @@
|
|||
.skip {
|
||||
margin: 20px 20px 10px;
|
||||
color: #667;
|
||||
text-decoration: none;
|
||||
}
|
||||
.title {
|
||||
padding: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: $dark-gray;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.star {
|
||||
a {
|
||||
font-size: 25px;
|
||||
padding: 12px;
|
||||
padding: 20px;
|
||||
.gold {
|
||||
color: #ffd700;
|
||||
}
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
color: $dark-gray;
|
||||
}
|
||||
textarea {
|
||||
padding: 20px;
|
||||
border-top: 1px solid $subtle-gray;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
}
|
||||
.subtitle {
|
||||
padding: 10px 30px 20px 40px;
|
||||
.image {
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
}
|
||||
}
|
||||
.share-buttons {
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue