Sha256: d455b65a331dcd3cd7a992e03e68b6ca9b783a6c2daaa7bd282d0c8e132ffc31
Contents?: true
Size: 665 Bytes
Versions: 2
Compression:
Stored size: 665 Bytes
Contents
--- --- @import "jekyll-theme-fica"; .site-title::before { content: url("{{site.baseurl}}/logo.png"); position: relative; width: 37px; top: 7px; animation-name: des_app; animation-duration: $animation-main; -webkit-animation-timing-function: linear; animation-timing-function: linear; @keyframes des_app { 0% { opacity: 0%; } 20% { opacity: 20%; } 50% { opacity: 50%; } 70% { opacity: 70%; } 90% { opacity: 90%; } 100% { opacity: 100%; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-fica-0.1.9 | assets/css/Style.scss |
jekyll-theme-fica-0.1.8 | assets/css/Style.scss |