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

41 lines
746 B
SCSS
Raw Normal View History

2016-11-01 14:21:35 -03:00
#send-feedback {
2016-11-03 13:39:01 -03:00
background-color: #ffffff;
2016-11-14 23:20:41 -03:00
.row {
border: none;
}
2016-11-03 13:39:01 -03:00
.skip {
2016-11-15 16:35:30 -05:00
color: rgba(255, 255, 255, 0.3);
}
.feedback-heading {
padding-top: 20px
2016-11-03 13:39:01 -03:00
}
2016-11-01 14:21:35 -03:00
.title {
padding-left: 10px;
2016-11-01 14:21:35 -03:00
font-size: 20px;
font-weight: bold;
color: $dark-gray;
}
.rating {
text-align: right;
padding-right: 15px;
}
2016-11-01 14:21:35 -03:00
.comment {
2016-11-15 16:35:30 -05:00
padding: 0 20px 20px;
2016-11-01 14:21:35 -03:00
font-size: 1rem;
line-height: 1.5em;
font-weight: 300;
color: $dark-gray;
}
2016-11-15 16:35:30 -05:00
.user-feedback {
2016-11-03 13:39:01 -03:00
border-top: 1px solid $subtle-gray;
border-bottom: 1px solid $subtle-gray;
padding: 20px;
2016-11-01 14:21:35 -03:00
width: 100%;
margin-bottom: 20px;
-webkit-appearance: none;
2016-11-01 14:21:35 -03:00
}
.send-feedback-star {
height: 1rem;
margin-left: 5px;
}
2016-11-01 14:21:35 -03:00
}