This repository was archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3995eb
commit 0ebb478
Showing
9 changed files
with
100 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<a href="#" class="o-scroll-up" title="back to top"> | ||
<span class="d-none d-sm-inline-block">Back to top</span> | ||
</a> | ||
<nav aria-label="Back to top" class="back-to-top"> | ||
<a href="#top" class="back-to-top-link btn btn-icon btn-secondary" data-o-label="Back to top"> | ||
<span class="visually-hidden">Back to top</span> | ||
</a> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,23 @@ | ||
<div class="spinner-border text-primary" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-secondary" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-success" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-danger" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-warning" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-info" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-light" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
<span class="visually-hidden">Loading...</span> | ||
</div> | ||
<div class="spinner-border text-secondary" role="status"> | ||
<span class="visually-hidden">Loading...</span> | ||
</div> | ||
<div class="spinner-border spinner-border-sm" role="status"> | ||
<span class="visually-hidden">Loading...</span> | ||
</div> | ||
<div class="spinner-border spinner-border-lg" role="status"> | ||
<span class="visually-hidden">Loading...</span> | ||
</div> | ||
|
||
<hr> | ||
|
||
<div class="spinner-grow text-primary" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-secondary" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-success" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-danger" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-warning" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-info" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<div class="spinner-grow text-light" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
<button class="btn btn-primary" type="button" disabled> | ||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> | ||
<span class="visually-hidden">Loading...</span> | ||
</button> | ||
<button class="btn btn-primary" type="button" disabled> | ||
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> | ||
Loading... | ||
</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<nav role="navigation" class="o-stepbar" aria-label="Checkout process"> | ||
<nav class="stepped-process" aria-label="Checkout process"> | ||
<p class="float-start mt-2 me-2 fw-bold d-sm-none">Step</p> | ||
<ol> | ||
<li class="stepbar-item"> | ||
<a class="stepbar-link" href="#" title="1. Sign in">Sign in</a> | ||
</li> | ||
<li class="stepbar-item current"> | ||
<a class="stepbar-link" href="#" title="2. Review" aria-current="step">Review</a> | ||
</li> | ||
<li class="stepbar-item"> | ||
<a class="stepbar-link" href="#" title="3. Delivery">Delivery</a> | ||
</li> | ||
<li class="stepbar-item"> | ||
<a class="stepbar-link" href="#" title="4. Payment">Payment</a> | ||
</li> | ||
<li class="stepbar-item"> | ||
<a class="stepbar-link" href="#" title="5. Place order">Place order</a> | ||
</li> | ||
<li class="stepped-process-item"> | ||
<a class="stepped-process-link" href="#" title="1. Sign in">Sign in</a> | ||
</li> | ||
<li class="stepped-process-item active"> | ||
<a class="stepped-process-link" href="#" title="2. Review" aria-current="step">Review</a> | ||
</li> | ||
<li class="stepped-process-item"> | ||
<a class="stepped-process-link" href="#" title="3. Delivery">Delivery</a> | ||
</li> | ||
<li class="stepped-process-item"> | ||
<a class="stepped-process-link" href="#" title="4. Payment">Payment</a> | ||
</li> | ||
<li class="stepped-process-item"> | ||
<a class="stepped-process-link" href="#" title="5. Place order">Place order</a> | ||
</li> | ||
</ol> | ||
</nav> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters