Bootstrap CSS (bootstrap.min.css
) is successfully referenced and functioning properly. The form-group
, btn btn-important
, and many other Bootstrap CSS classes are displaying correctly. However, it appears that my validation classes, such as field-validation-error
, do not have a corresponding CSS declaration that I can locate.
Where can I find these classes? What am I overlooking? Is there another CSS file that I am missing?