| 1 |
.hf-form label { |
| 2 |
clear: both; |
| 3 |
float: none; |
| 4 |
display: block; |
| 5 |
font-weight: bold; |
| 6 |
margin-bottom: 1px; } |
| 7 |
|
| 8 |
.hf-form label + label { |
| 9 |
font-weight: normal; } |
| 10 |
|
| 11 |
.hf-form input[type="text"], |
| 12 |
.hf-form input[type="email"], |
| 13 |
.hf-form input[type="url"], |
| 14 |
.hf-form input[type="date"], |
| 15 |
.hf-form input[type="number"], |
| 16 |
.hf-form select, |
| 17 |
.hf-form textarea { |
| 18 |
clear: both; |
| 19 |
float: none; |
| 20 |
padding: 4px 8px; } |
| 21 |
|
| 22 |
.hf-message { |
| 23 |
padding: .75rem 1.25rem; |
| 24 |
margin-bottom: 1rem; |
| 25 |
border: 1px solid transparent; } |
| 26 |
|
| 27 |
.hf-message-success { |
| 28 |
background-color: #dff0d8; |
| 29 |
border-color: #d0e9c6; |
| 30 |
color: #3c763d; } |
| 31 |
|
| 32 |
.hf-message-warning { |
| 33 |
background-color: #fcf8e3; |
| 34 |
border-color: #faf2cc; |
| 35 |
color: #8a6d3b; } |
| 36 |
|