diff options
| author | parammittal16 <[email protected]> | 2018-05-12 00:16:28 +0530 |
|---|---|---|
| committer | parammittal16 <[email protected]> | 2018-05-12 00:16:28 +0530 |
| commit | afcbd65afb101fa794b7f98657675fc0ed5ac054 (patch) | |
| tree | 07cdc474cfb87914483c370eb0e1d6baeb7f25fe /docs/4.1/examples/offcanvas | |
| parent | 788f3e6802df884acc0276cf8ba24b9a58d5b3c5 (diff) | |
| download | bootstrap-afcbd65afb101fa794b7f98657675fc0ed5ac054.tar.xz bootstrap-afcbd65afb101fa794b7f98657675fc0ed5ac054.zip | |
Fix box-shadow class with built in utility
Diffstat (limited to 'docs/4.1/examples/offcanvas')
| -rw-r--r-- | docs/4.1/examples/offcanvas/index.html | 8 | ||||
| -rw-r--r-- | docs/4.1/examples/offcanvas/offcanvas.css | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/4.1/examples/offcanvas/index.html b/docs/4.1/examples/offcanvas/index.html index d31b0261c..1ef8833ac 100644 --- a/docs/4.1/examples/offcanvas/index.html +++ b/docs/4.1/examples/offcanvas/index.html @@ -54,7 +54,7 @@ </div> </nav> - <div class="nav-scroller bg-white box-shadow"> + <div class="nav-scroller bg-white shadow"> <nav class="nav nav-underline"> <a class="nav-link active" href="#">Dashboard</a> <a class="nav-link" href="#"> @@ -72,7 +72,7 @@ </div> <main role="main" class="container"> - <div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded box-shadow"> + <div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded shadow"> <img class="mr-3" src="https://getbootstrap.com/assets/brand/bootstrap-outline.svg" alt="" width="48" height="48"> <div class="lh-100"> <h6 class="mb-0 text-white lh-100">Bootstrap</h6> @@ -80,7 +80,7 @@ </div> </div> - <div class="my-3 p-3 bg-white rounded box-shadow"> + <div class="my-3 p-3 bg-white rounded shadow"> <h6 class="border-bottom border-gray pb-2 mb-0">Recent updates</h6> <div class="media text-muted pt-3"> <img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded"> @@ -108,7 +108,7 @@ </small> </div> - <div class="my-3 p-3 bg-white rounded box-shadow"> + <div class="my-3 p-3 bg-white rounded shadow"> <h6 class="border-bottom border-gray pb-2 mb-0">Suggestions</h6> <div class="media text-muted pt-3"> <img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded"> diff --git a/docs/4.1/examples/offcanvas/offcanvas.css b/docs/4.1/examples/offcanvas/offcanvas.css index 7edfa0bc9..da0032400 100644 --- a/docs/4.1/examples/offcanvas/offcanvas.css +++ b/docs/4.1/examples/offcanvas/offcanvas.css @@ -72,8 +72,6 @@ body { .border-bottom { border-bottom: 1px solid #e5e5e5; } -.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } - .lh-100 { line-height: 1; } .lh-125 { line-height: 1.25; } .lh-150 { line-height: 1.5; } |
