sass/survey.scss (21 lines of code) (raw):
form.postLink {
display: inline;
}
.userSurvey {
border-style: dashed;
border-color: $orange;
border-width: 2px;
border-radius: 3px;
margin: 30px;
padding: 10px;
text-align:center;
a {
font-weight: 400;
}
}
.feedbackWrapper {
padding-bottom: 40px;
.gitHubIssueButton {
text-align: left;
}
}