bootstrapValidator.scss 333 B

123456789101112131415
  1. /**
  2. * BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
  3. *
  4. * A jQuery plugin to validate form fields. Use with Bootstrap 3
  5. *
  6. * @author http://twitter.com/nghuuphuoc
  7. * @copyright (c) 2014 Nguyen Huu Phuoc
  8. * @license MIT
  9. */
  10. .bootstrap-validator-form {
  11. .help-block {
  12. margin-bottom: 0;
  13. }
  14. }