Skip to content

Commit

Permalink
feat: button hover transition
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Nov 5, 2023
1 parent 12cb5a3 commit 32dad9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Binary file removed apps/site/src/assets/logos
Binary file not shown.
10 changes: 4 additions & 6 deletions apps/site/src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
border-radius: 15px;
color: var(--color-brown);
padding: 0.55rem 1.25rem;
transition:
filter 0.1s ease,
box-shadow 0.1s ease;

&:hover {
background-image: radial-gradient(
50% 50% at 50% 50%,
#ffffff 0%,
#ffe7a9 51.04%,
#ffb72f 100%
);
box-shadow: 0px 0px 20px #fffce2;
filter: brightness(1.05);
}
}

0 comments on commit 32dad9a

Please sign in to comment.