diff options
| author | Mark Otto <[email protected]> | 2015-04-18 11:39:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-18 11:39:13 -0700 |
| commit | 35be16cffaa294d970189704e5a7bed56d2808f8 (patch) | |
| tree | ba66e38cd3e960b031bad52620a80c7fd4441732 | |
| parent | ac1ed746efdae5a0ab480de058299277384ad619 (diff) | |
| download | bootstrap-35be16cffaa294d970189704e5a7bed56d2808f8.tar.xz bootstrap-35be16cffaa294d970189704e5a7bed56d2808f8.zip | |
remove legend vars as we no longer use them
| -rw-r--r-- | scss/_variables.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index fedc25891..d04f0c484 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -187,9 +187,6 @@ $input-height-sm: (($font-size-sm * $line-height-sm) + ($padding- $form-group-margin-bottom: 15px; -$legend-color: $gray-dark !default; -$legend-border-color: #e5e5e5 !default; - $input-group-addon-bg: $gray-lighter !default; $input-group-addon-border-color: $input-border !default; |
