-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement/ProgressBar Round Alternative Design (#54)
- Loading branch information
Showing
9 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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 +1 @@ | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/design/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/design/" rel="alternate" type="text/html" /><updated>2024-05-20T14:54:17+02:00</updated><id>http://localhost:4000/design/feed.xml</id><title type="html">Weglot Design Styleguide</title><subtitle>This is the Weglot Design styleguide.</subtitle></feed> | ||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/design/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/design/" rel="alternate" type="text/html" /><updated>2024-05-21T17:32:03+02:00</updated><id>http://localhost:4000/design/feed.xml</id><title type="html">Weglot Design Styleguide</title><subtitle>This is the Weglot Design styleguide.</subtitle></feed> |
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,11 @@ | ||
<div class="progress-round" style="width: 30px"> | ||
<div class="progress-round-bar" style="--value: 42" role="progressbar" aria-valuenow="67" aria-valuemin="0" aria-valuemax="42"></div> | ||
<div class="mb-2 p-1"> | ||
<div class="progress-round" style="width: 30px"> | ||
<div class="progress-round-bar" style="--value: 42" role="progressbar" aria-valuenow="67" aria-valuemin="0" aria-valuemax="42"></div> | ||
</div> | ||
</div> | ||
|
||
<div class="bg-dark p-1 mt-2"> | ||
<div class="progress-round progress-round-secondary" style="width: 30px"> | ||
<div class="progress-round-bar" style="--value: 42" role="progressbar" aria-valuenow="67" aria-valuemin="0" aria-valuemax="42"></div> | ||
</div> | ||
</div> |
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