skill-assessment-app/app/assets/stylesheets/elements/_form-question.scss
2017-06-05 11:30:35 -05:00

19 lines
270 B
SCSS

.form-question {
textarea {
display: block;
margin-top: 1em;
border: 0;
border-bottom: 1px solid;
padding: 1em 0.5em;
width: 100%;
line-height: 1.5;
font-size: 1em;
box-sizing: border-box;
}
div {
margin: $gutter 0;
}
}