diff options
| author | XhmikosR <[email protected]> | 2019-09-02 19:19:25 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-02 19:19:25 +0300 |
| commit | d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9 (patch) | |
| tree | 02d7cab204163ac9c4c591ed428d1a54606cc850 /site/content/docs/4.3/examples/checkout | |
| parent | 88d7d8b8223911726d8a0aeed9a16010dca04287 (diff) | |
| download | bootstrap-d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9.tar.xz bootstrap-d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9.zip | |
Examples: use our utilities more. (#29358)
Diffstat (limited to 'site/content/docs/4.3/examples/checkout')
| -rw-r--r-- | site/content/docs/4.3/examples/checkout/form-validation.css | 2 | ||||
| -rw-r--r-- | site/content/docs/4.3/examples/checkout/index.html | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/site/content/docs/4.3/examples/checkout/form-validation.css b/site/content/docs/4.3/examples/checkout/form-validation.css index 7a6246fae..e5ea31c40 100644 --- a/site/content/docs/4.3/examples/checkout/form-validation.css +++ b/site/content/docs/4.3/examples/checkout/form-validation.css @@ -1,5 +1,3 @@ .container { max-width: 960px; } - -.lh-condensed { line-height: 1.25; } 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> |
