forked from bofh/fetsite
13 lines
183 B
SCSS
13 lines
183 B
SCSS
form.formtastic .stringish input {
|
|
width:90%;
|
|
}
|
|
form.formtastic textarea {
|
|
width:90%;
|
|
height:20em;
|
|
}
|
|
|
|
form.formtastic .input label.control-label {
|
|
font-weight:bold;
|
|
font-size:125%;
|
|
}
|