Last active
April 1, 2020 02:36
-
-
Save regepan/dfd4bd8d09d4a0c23d1a33d6c9863ec8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.logo { | |
width: 221px; | |
height: 48px; | |
transition: transform .15s; | |
fill: #fff; | |
} | |
.fill { | |
// stroke: #fff; | |
transition: fill-opacity 1s, fill .15s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment