diff options
| author | Quy <[email protected]> | 2016-12-22 21:07:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 21:28:43 -0800 |
| commit | 615072e4c9b918d4d1e520dc9cfe4ce1a97d21a8 (patch) | |
| tree | 56c23345b712d9de5a8141096f7ff9ee956ff650 | |
| parent | 94bd6b76bef5d60ee61fcf61665e9a1b0ae04a16 (diff) | |
| download | bootstrap-615072e4c9b918d4d1e520dc9cfe4ce1a97d21a8.tar.xz bootstrap-615072e4c9b918d4d1e520dc9cfe4ce1a97d21a8.zip | |
Rename Tags to Badges in comments
| -rw-r--r-- | scss/_variables.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 427ecec1a..a68e45d6e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -29,7 +29,7 @@ // 21. Cards // 22. Tooltips // 23. Popovers -// 24. Tags +// 24. Badges // 25. Modals // 26. Alerts // 27. Progress bars @@ -694,6 +694,7 @@ $state-danger-border: darken($state-danger-bg, 5%) !default; // 21. Cards + $card-spacer-x: 1.25rem !default; $card-spacer-y: .75rem !default; $card-border-width: 1px !default; @@ -751,7 +752,7 @@ $popover-arrow-outer-width: ($popover-arrow-width + 1px) !default; $popover-arrow-outer-color: fade-in($popover-border-color, .05) !default; -// 24. Tags +// 24. Badges $badge-default-bg: $gray-light !default; $badge-primary-bg: $brand-primary !default; |
