add talks animation style

This commit is contained in:
zzossig 2020-01-01 13:00:47 +09:00
parent 9c21e922e1
commit b24c684c57
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
line-height: 26px;
text-align: center;
@include animation('slide-in-left .2s .5s 1 ease both');
@include animation('slide-in-left .2s .4s 1 ease both');
@include themify($themes) {
color: themed('archive-meta-color');
background-color: themed('archive-type-background-color');
@ -40,6 +40,7 @@
line-height: 20px;
text-align: center;
@include animation('slide-in-left .2s .6s 1 ease both');
@include flexbox();
@include align-items(center);
@include justify-content(center);