Open mkeen opened 9 years ago
Note to self: http://getuikit.com/docs/alert.html
<div class="uk-alert uk-alert-danger">...</div>
You can see uk-alert-danger on the signup form if you fill out all the fields but give an expiration date in the past, for example. I think the input styling for errors is pretty good, but the message itself is boring visually.
I am just throwing the errors right before the fields when they happen now. This looks shoddy. Btw, I am using UIKit for the UI ATM.