mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 16:56:08 +10:00
16 lines
333 B
SCSS
16 lines
333 B
SCSS
/**
|
|
* BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
|
|
*
|
|
* A jQuery plugin to validate form fields. Use with Bootstrap 3
|
|
*
|
|
* @author http://twitter.com/nghuuphuoc
|
|
* @copyright (c) 2014 Nguyen Huu Phuoc
|
|
* @license MIT
|
|
*/
|
|
|
|
.bootstrap-validator-form {
|
|
.help-block {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|