hexo
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; }
|
||||
|
||||
.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; }
|
||||
}
|
Reference in New Issue
Block a user