Skip to content

Commit

Permalink
feat: add transitions to cards and buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 19, 2022
1 parent 6e5d27d commit e679b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
font-weight: 600;
font-size: 14px;
line-height: 24px;
transition: all var(--ifm-transition-slow);
}

.primary {
Expand Down
1 change: 1 addition & 0 deletions src/components/shared/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
box-shadow: var(--ifm-global-shadow-lw);
border-radius: 8px;
background: var(--background-color);
transition: all var(--ifm-transition-slow);
}

.clickable:hover {
Expand Down

0 comments on commit e679b26

Please sign in to comment.