diff options
| author | Mark Otto <[email protected]> | 2015-04-18 11:17:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-18 11:17:32 -0700 |
| commit | ddf4867a5eec85d453bd3bc3aef845abb2594da4 (patch) | |
| tree | e78584be408da2db35ea52cb9c102eed3dce2b62 | |
| parent | 49f874468be341352abacab9610c8101f7e5154e (diff) | |
| download | bootstrap-ddf4867a5eec85d453bd3bc3aef845abb2594da4.tar.xz bootstrap-ddf4867a5eec85d453bd3bc3aef845abb2594da4.zip | |
comments and spacing
| -rw-r--r-- | scss/_custom-forms.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index b5043b469..64dd73683 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -1,7 +1,13 @@ +// +// Custom forms +// -------------------------------------------------- + + // Embedded icons from Open Iconic. // Released under MIT and copyright 2014 Waybury. // http://useiconic.com/open + // Checkboxes and radios // // Base class takes care of all the key behavioral aspects. @@ -97,6 +103,7 @@ } } + // Layout options // // By default radios and checkboxes are `inline-block` with no additional spacing @@ -118,6 +125,7 @@ } } + // Select // // Replaces the browser default select with a custom one. @@ -232,6 +240,7 @@ } } + // File // // Custom file input. |
