| @@ -1 +1,35 @@ | ||
| 1 | -.hf-form label{clear:both;display:block;float:none;font-weight:700;margin-bottom:1px}.hf-form label+label{font-weight:400}.hf-form input[type=date],.hf-form input[type=email],.hf-form input[type=number],.hf-form input[type=text],.hf-form input[type=url],.hf-form select,.hf-form textarea{clear:both;float:none;padding:4px 8px}.hf-message{border:1px solid #0000;margin-bottom:1rem;padding:.75rem 1.25rem}.hf-message-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.hf-message-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b} | |
| 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; } | |