Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Apr 3, 2019
1 parent 7e6bb61 commit 74ec4fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/topbar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
&:hover {
animation-duration: 1s;
animation-fill-mode: both;
animation-name: pulse;
animation-name: pulse;
}
}

.unstarred-svg {
fill: #a7b4cc;
}
Expand Down Expand Up @@ -81,9 +82,11 @@
from {
transform: scale3d(1, 1, 1);
}

50% {
transform: scale3d(1.2, 1.2, 1.2);
}

to {
transform: scale3d(1, 1, 1);
}
Expand Down

0 comments on commit 74ec4fc

Please sign in to comment.