Cool-Y.github.io/themes/next/source/css/_common/components/footer/footer.styl
2019-04-02 16:28:32 +08:00

31 lines
415 B
Stylus

.footer {
font-size: 14px;
color: $grey-dark;
img { border: none; }
}
.footer-inner { text-align: center; }
.with-love {
display: inline-block;
margin: 0 5px;
}
.powered-by,
.theme-info { display: inline-block; }
.cc-license {
margin-top: 10px;
text-align: center;
.cc-opacity {
opacity: 0.7;
border-bottom: none;
&:hover { opacity: 0.9; }
}
img { display: inline-block; }
}