Skip to content

Commit

Permalink
add simple React Native logo animation (facebook#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 30, 2020
1 parent 2354d56 commit dcfcda3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ html[data-theme="dark"] .avatar__name a {
.navbar__logo {
width: 38px;
height: 34px;
transition: transform 0.5s;
}

.navbar__brand:hover .navbar__logo {
transform: rotate(180deg) scale(0.9);
}

.react-toggle {
Expand Down

0 comments on commit dcfcda3

Please sign in to comment.