aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparammittal16 <[email protected]>2018-05-12 00:18:37 +0530
committerparammittal16 <[email protected]>2018-05-12 00:18:37 +0530
commit8cc6220161bde4975a8298677740948768fe5b3a (patch)
tree847d77ca50af3d326cba6b5ffd55d6680f628414
parentafcbd65afb101fa794b7f98657675fc0ed5ac054 (diff)
downloadbootstrap-8cc6220161bde4975a8298677740948768fe5b3a.tar.xz
bootstrap-8cc6220161bde4975a8298677740948768fe5b3a.zip
Fix unused box-shadow class
-rw-r--r--docs/4.1/examples/checkout/form-validation.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.1/examples/checkout/form-validation.css b/docs/4.1/examples/checkout/form-validation.css
index fd88d5a40..dcd283b97 100644
--- a/docs/4.1/examples/checkout/form-validation.css
+++ b/docs/4.1/examples/checkout/form-validation.css
@@ -6,6 +6,4 @@
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }
-.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
-
.lh-condensed { line-height: 1.25; }