initial
This commit is contained in:
30
themes/next/source/css/_common/components/footer/footer.styl
Normal file
30
themes/next/source/css/_common/components/footer/footer.styl
Normal file
@ -0,0 +1,30 @@
|
||||
.footer {
|
||||
font-size: 14px;
|
||||
color: $grey-dark;
|
||||
|
||||
img { border: none; }
|
||||
}
|
||||
|
||||
.footer-inner { text-align: center; }
|
||||
|
||||
@keyframes iconAnimate {
|
||||
0%, 100% { transform: scale(1); }
|
||||
10%, 30% { transform: scale(0.9); }
|
||||
20%, 40%, 60%, 80% { transform: scale(1.1); }
|
||||
50%, 70% { transform: scale(1.1); }
|
||||
}
|
||||
|
||||
if hexo-config('footer.icon.animated') {
|
||||
#animate {
|
||||
animation: iconAnimate 1.33s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
|
||||
.with-love {
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
color: unquote(hexo-config('footer.icon.color'));
|
||||
}
|
||||
|
||||
.powered-by,
|
||||
.theme-info { display: inline-block; }
|
Reference in New Issue
Block a user