Skip to content

Commit

Permalink
💄 feat: ajustou posição do spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
CibeleMartins committed Feb 22, 2023
1 parent 8b5ddbe commit 3c3dbda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/spinner/spinner.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.cssload-container {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
left: 0;
right: 0;
Expand All @@ -12,9 +15,6 @@
.cssload-speeding-wheel {
content: "";
display: block;
position: absolute;
left: 45%;
top: 45%;
width: 63px;
height: 63px;
margin: 0 auto;
Expand Down

1 comment on commit 3c3dbda

@vercel
Copy link

@vercel vercel bot commented on 3c3dbda Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.