aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/examples/checkout/index.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-02 19:19:25 +0300
committerGitHub <[email protected]>2019-09-02 19:19:25 +0300
commitd0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9 (patch)
tree02d7cab204163ac9c4c591ed428d1a54606cc850 /site/content/docs/4.3/examples/checkout/index.html
parent88d7d8b8223911726d8a0aeed9a16010dca04287 (diff)
downloadbootstrap-d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9.tar.xz
bootstrap-d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9.zip
Examples: use our utilities more. (#29358)
Diffstat (limited to 'site/content/docs/4.3/examples/checkout/index.html')
-rw-r--r--site/content/docs/4.3/examples/checkout/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/4.3/examples/checkout/index.html b/site/content/docs/4.3/examples/checkout/index.html
index e7865ff6e..e0bec3301 100644
--- a/site/content/docs/4.3/examples/checkout/index.html
+++ b/site/content/docs/4.3/examples/checkout/index.html
@@ -22,21 +22,21 @@ body_class: "bg-light"
<span class="badge bg-secondary rounded-pill">3</span>
</h4>
<ul class="list-group mb-3">
- <li class="list-group-item d-flex justify-content-between lh-condensed">
+ <li class="list-group-item d-flex justify-content-between lh-sm">
<div>
<h6 class="my-0">Product name</h6>
<small class="text-muted">Brief description</small>
</div>
<span class="text-muted">$12</span>
</li>
- <li class="list-group-item d-flex justify-content-between lh-condensed">
+ <li class="list-group-item d-flex justify-content-between lh-sm">
<div>
<h6 class="my-0">Second product</h6>
<small class="text-muted">Brief description</small>
</div>
<span class="text-muted">$8</span>
</li>
- <li class="list-group-item d-flex justify-content-between lh-condensed">
+ <li class="list-group-item d-flex justify-content-between lh-sm">
<div>
<h6 class="my-0">Third item</h6>
<small class="text-muted">Brief description</small>
@@ -92,7 +92,7 @@ body_class: "bg-light"
<span class="input-group-text">@</span>
</div>
<input type="text" class="form-control" id="username" placeholder="Username" required>
- <div class="invalid-feedback" style="width: 100%;">
+ <div class="invalid-feedback w-100">
Your username is required.
</div>
</div>