Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorm5o <m5o@gmx.com>2018-03-12 19:46:35 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-12 19:46:35 +0300
commit21061a02ce19001430ccc58016d7034a10feb927 (patch)
tree8d8ff24214e299b8e8aea8bb349a71ddf7bd746c /assets
parentf893ec7a7557f1c22b7571b4682c59573a8c3a9a (diff)
re-use gray for bd-example border / background (#25751)
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_component-examples.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/scss/_component-examples.scss b/assets/scss/_component-examples.scss
index 4adc49325e..5bafcc4235 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) {