Skip to content

Commit

Permalink
re-use gray for bd-example border / background (#25751)
Browse files Browse the repository at this point in the history
  • Loading branch information
m5o authored and XhmikosR committed Mar 12, 2018
1 parent f893ec7 commit 21061a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 21061a0

Please sign in to comment.