Skip to content

Commit

Permalink
Added Centered Loading
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Oct 5, 2022
1 parent 07726d7 commit 2eb22eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/loading.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
content: "\f1ce";
}

/**
* Centered
*/

.ts-loading.is-centered {
display: flex;
justify-content: center;
}

/**
* Sizes
*/
Expand Down

0 comments on commit 2eb22eb

Please sign in to comment.