Skip to content

Commit

Permalink
add circle cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kohta9521 committed Nov 16, 2023
1 parent 9a0804d commit c559147
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/organisms/styles/Hero.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
color: var(--main-red-color);
}
}
.circle:hover {
background-color: var(--main-red-color);
border: 0.1px solid var(--main-white-color);
transition: all 0.3s ease-in-out;
.arrow:hover {
color: var(--main-white-color);
transition: all 0.3s ease-in-out;
}
}
// underBox
.underBox {
width: 100%;
Expand Down

0 comments on commit c559147

Please sign in to comment.