feedback feature
This commit is contained in:
parent
aa887dfc5e
commit
b64e80478e
14 changed files with 344 additions and 3 deletions
33
src/sass/views/feedback/sendFeedBack.scss
Normal file
33
src/sass/views/feedback/sendFeedBack.scss
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#send-feedback {
|
||||
background-color: #fff;
|
||||
.title {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: $dark-gray;
|
||||
margin: 20px 10px;
|
||||
}
|
||||
.star {
|
||||
margin: 20px 0px;
|
||||
}
|
||||
a {
|
||||
font-size: 25px;
|
||||
padding: 12px;
|
||||
.gold {
|
||||
color: #ffd700 !important;
|
||||
}
|
||||
.grey {
|
||||
color: #667 !important;
|
||||
}
|
||||
}
|
||||
.comment {
|
||||
padding: 20px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5em;
|
||||
font-weight: 300;
|
||||
color: $dark-gray;
|
||||
}
|
||||
textarea {
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue