Commit ffce62ca authored by Aron Carroll's avatar Aron Carroll

Move textarea styling into form module

parent b84339cc
...@@ -76,6 +76,12 @@ ...@@ -76,6 +76,12 @@
} }
} }
.form-textarea {
min-height: 8em;
max-width: 100%;
resize: vertical;
}
.form-field-error { .form-field-error {
.form-input { .form-input {
&, &:focus, &.js-focus { &, &:focus, &.js-focus {
......
...@@ -58,3 +58,8 @@ img::selection, ...@@ -58,3 +58,8 @@ img::selection,
img::-moz-selection { img::-moz-selection {
background: transparent; background: transparent;
} }
// Custom elements
markdown {
display: block;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment