-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(css): upgrade edx-bootstrap to 1.0.0 (#201)
edx-bootstrap 1.0.0 upgrades bootstrap to 4.0.0. Remove variables from paragon-reset.scss that no longer exist in 4.0.0. Only import bootstrap reboot in CssJail.scss at the top-level so that it does not overwrite with component-specific styling.
- Loading branch information
Showing
4 changed files
with
19 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
.css-jail { | ||
@import "~bootstrap/scss/_reboot"; | ||
|
||
-ms-text-size-adjust: 100%; | ||
-webkit-text-size-adjust: 100%; | ||
box-sizing: border-box; | ||
line-height: 1.15; | ||
|
||
font-size: $font-size-base; | ||
font-weight: $font-weight-base; | ||
line-height: $line-height-base; | ||
margin: 0; | ||
color: $body-color; | ||
background-color: $body-bg; | ||
} | ||
@import "~bootstrap/scss/_reboot"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters