diff options
| author | Mark Otto <[email protected]> | 2020-09-13 19:07:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-09-22 16:49:02 -0700 |
| commit | 1e69503a7367669f700c18c79bd7ba525fee3361 (patch) | |
| tree | d82dea0c1e5d0d8dc16c5185aed5105615a448af | |
| parent | 1af79bbc5267428af9fcb4a8fc9e6ab0b30328f4 (diff) | |
| download | bootstrap-1e69503a7367669f700c18c79bd7ba525fee3361.tar.xz bootstrap-1e69503a7367669f700c18c79bd7ba525fee3361.zip | |
Increase margin in button examples to better highlight focus styles
| -rw-r--r-- | site/assets/scss/_component-examples.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index 7391f5998..87dcd1565 100644 --- a/site/assets/scss/_component-examples.scss +++ b/site/assets/scss/_component-examples.scss @@ -122,8 +122,7 @@ // Buttons > .btn, > .btn-group { - margin-top: .25rem; - margin-bottom: .25rem; + margin: .25rem .125rem; } > .btn-toolbar + .btn-toolbar { margin-top: .5rem; |
