-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(shared): simplify and reduce size of spinner
- Loading branch information
1 parent
f17d703
commit 79b533c
Showing
6 changed files
with
197 additions
and
198 deletions.
There are no files selected for viewing
30 changes: 15 additions & 15 deletions
30
src/app/shared/twelve-tone-spinner/twelve-tone-spinner.component.html
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,17 +1,17 @@ | ||
<div class="twelveTone-spinner"> | ||
<div class="twelveTone-loadText twelveTone-child"> | ||
<p>{{ spinnerMessage }}</p> | ||
<div class="spinner"> | ||
<div class="spinner-load-text"> | ||
<p>{{ spinnerLoadText }}</p> | ||
</div> | ||
<div class="twelveTone-note1 twelveTone-child"></div> | ||
<div class="twelveTone-note2 twelveTone-child"></div> | ||
<div class="twelveTone-note3 twelveTone-child"></div> | ||
<div class="twelveTone-note4 twelveTone-child"></div> | ||
<div class="twelveTone-note5 twelveTone-child"></div> | ||
<div class="twelveTone-note6 twelveTone-child"></div> | ||
<div class="twelveTone-note7 twelveTone-child"></div> | ||
<div class="twelveTone-note8 twelveTone-child"></div> | ||
<div class="twelveTone-note9 twelveTone-child"></div> | ||
<div class="twelveTone-note10 twelveTone-child"></div> | ||
<div class="twelveTone-note11 twelveTone-child"></div> | ||
<div class="twelveTone-note12 twelveTone-child"></div> | ||
<div class="spinner-note1"></div> | ||
<div class="spinner-note2"></div> | ||
<div class="spinner-note3"></div> | ||
<div class="spinner-note4"></div> | ||
<div class="spinner-note5"></div> | ||
<div class="spinner-note6"></div> | ||
<div class="spinner-note7"></div> | ||
<div class="spinner-note8"></div> | ||
<div class="spinner-note9"></div> | ||
<div class="spinner-note10"></div> | ||
<div class="spinner-note11"></div> | ||
<div class="spinner-note12"></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
Oops, something went wrong.