Skip to content

Commit

Permalink
chore: changed lottie json
Browse files Browse the repository at this point in the history
  • Loading branch information
temisan0x committed May 3, 2022
1 parent 48c617d commit e89fc2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/scss/_progress-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: flex;
justify-content: space-around;
counter-reset: step;
margin-top: 14rem;
margin: 9rem 0 3rem 0;

// in-active circles
.progress-step {
Expand Down
4 changes: 2 additions & 2 deletions styles/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
.header:hover {
transform: rotate(0deg);
cursor: pointer;
background-color: inherit;
color: #fff;
background-color: #C8C0CC;
color: #371A45;
transition: all 0.3s ease-in;
border: 1px solid rgba(255, 255, 255, 0.205);
}
Expand Down

0 comments on commit e89fc2b

Please sign in to comment.