diff options
| author | Mark Otto <[email protected]> | 2016-12-23 11:48:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | 6fa6bf71230da748916b2d8810e8efb0bb6baf25 (patch) | |
| tree | 281037153eea9d391ebfd1080f811e966d8482bf | |
| parent | 5464f4ab7e1ea5e6ef841609dbeb04d0436655db (diff) | |
| download | bootstrap-6fa6bf71230da748916b2d8810e8efb0bb6baf25.tar.xz bootstrap-6fa6bf71230da748916b2d8810e8efb0bb6baf25.zip | |
add docs class for highlighting
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index ece2db8da..c13218f0f 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -43,6 +43,11 @@ background-color: rgba(255,0,0,.1); } +.bd-highlight { + background-color: rgba($bd-purple, .15); + border: 1px solid rgba($bd-purple, .15); +} + // // Container illustrations |
