Implement feedback questions
This commit is contained in:
parent
47a7ec98ea
commit
ef2edf38f2
5 changed files with 190 additions and 10 deletions
31
styles.scss
31
styles.scss
|
|
@ -67,6 +67,18 @@ select {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: 25px;
|
||||
min-height: 8rem;
|
||||
font-size: 18px;
|
||||
padding: 8px 12px;
|
||||
outline: 0;
|
||||
border: 2px solid black;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ui {
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
|
|
@ -309,6 +321,25 @@ select {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
#intro-step5 {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#intro-step6 {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
|
||||
label {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
#intro-step7 {
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#intro-button {
|
||||
float: right;
|
||||
margin-top: 25px;
|
||||
|
|
|
|||
Reference in a new issue