diff options
| author | m5o <[email protected]> | 2018-03-12 17:46:35 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-03-12 18:46:35 +0200 |
| commit | 21061a02ce19001430ccc58016d7034a10feb927 (patch) | |
| tree | 8d8ff24214e299b8e8aea8bb349a71ddf7bd746c | |
| parent | f893ec7a7557f1c22b7571b4682c59573a8c3a9a (diff) | |
| download | bootstrap-21061a02ce19001430ccc58016d7034a10feb927.tar.xz bootstrap-21061a02ce19001430ccc58016d7034a10feb927.zip | |
re-use gray for bd-example border / background (#25751)
| -rw-r--r-- | assets/scss/_component-examples.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/scss/_component-examples.scss b/assets/scss/_component-examples.scss index 4adc49325..5bafcc423 100644 --- a/assets/scss/_component-examples.scss +++ b/assets/scss/_component-examples.scss @@ -118,7 +118,7 @@ position: relative; padding: 1rem; margin: 1rem (-$grid-gutter-width / 2) 0; - border: solid #f7f7f9; + border: solid $gray-100; border-width: .2rem 0 0; @include clearfix(); @@ -378,7 +378,7 @@ padding: 1rem; margin-top: 1rem; margin-bottom: 1rem; - background-color: #f7f7f9; + background-color: $gray-100; -ms-overflow-style: -ms-autohiding-scrollbar; @include media-breakpoint-up(sm) { |
