css: starting quiz styles

This commit is contained in:
Mark Moser
2017-05-03 13:22:22 -05:00
parent 9f3e90386e
commit 0f0e7ae75e
6 changed files with 33 additions and 39 deletions

View File

@ -0,0 +1,18 @@
.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;
}
}