Refactor intro animations into a separate SASS variable (#1147)
This commit is contained in:
committed by
Michael Rose
parent
822fa4d1f8
commit
5b4baee3b5
@@ -14,8 +14,8 @@
|
||||
/* sticky footer fix end */
|
||||
margin-top: 3em;
|
||||
color: mix(#fff, $gray, 25%);
|
||||
-webkit-animation: intro 0.3s both;
|
||||
animation: intro 0.3s both;
|
||||
-webkit-animation: $intro-transition;
|
||||
animation: $intro-transition;
|
||||
-webkit-animation-delay: 0.45s;
|
||||
animation-delay: 0.45s;
|
||||
background-color: $lighter-gray;
|
||||
|
||||
Reference in New Issue
Block a user