Skip to content

Commit

Permalink
Update _content.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 9, 2019
1 parent 545f3fa commit 097ec77
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site/docs/4.2/assets/scss/_content.scss
Expand Up @@ -29,7 +29,6 @@
@include media-breakpoint-down(md) {
display: block;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057

&.table-bordered {
border: 0;
Expand Down Expand Up @@ -107,7 +106,6 @@

.bd-title {
margin-top: 1rem;
margin-bottom: .5rem;
font-weight: 300;
@include font-size(3rem);
}
Expand All @@ -121,5 +119,10 @@
}
}

.bd-text-purple { color: $bd-purple; }
.bd-text-purple-bright { color: $bd-purple-bright; }
.bd-text-purple {
color: $bd-purple;
}

.bd-text-purple-bright {
color: $bd-purple-bright;
}

0 comments on commit 097ec77

Please sign in to comment.