aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/examples/offcanvas
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-14 14:04:39 -0700
committerMark Otto <[email protected]>2018-07-14 14:04:39 -0700
commit9928311bd9858dfd177fdfcfd79be6b6c1da3b84 (patch)
tree4fbd722dea26978b5168547a1dfbe8874038200b /site/docs/4.1/examples/offcanvas
parenta5d48323a2bb4600fe6d53b5a881e1386e46e9ce (diff)
parente77d64b3723fc78b81cdd26719090653cb02cff8 (diff)
downloadbootstrap-9928311bd9858dfd177fdfcfd79be6b6c1da3b84.tar.xz
bootstrap-9928311bd9858dfd177fdfcfd79be6b6c1da3b84.zip
Merge branch 'box-shadow_issue_26377' of https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
Diffstat (limited to 'site/docs/4.1/examples/offcanvas')
-rw-r--r--site/docs/4.1/examples/offcanvas/index.html8
-rw-r--r--site/docs/4.1/examples/offcanvas/offcanvas.css2
2 files changed, 4 insertions, 6 deletions
diff --git a/site/docs/4.1/examples/offcanvas/index.html b/site/docs/4.1/examples/offcanvas/index.html
index 431ed88a3..7dae17a8a 100644
--- a/site/docs/4.1/examples/offcanvas/index.html
+++ b/site/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-sm">
<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-sm">
<img class="mr-3" src="../../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-sm">
<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-sm">
<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/site/docs/4.1/examples/offcanvas/offcanvas.css b/site/docs/4.1/examples/offcanvas/offcanvas.css
index 7edfa0bc9..da0032400 100644
--- a/site/docs/4.1/examples/offcanvas/offcanvas.css
+++ b/site/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; }