Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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