mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
44 lines
645 B
Stylus
44 lines
645 B
Stylus
if (hexo-config('creative_commons.post')) {
|
|
.post-copyright {
|
|
list-style: none;
|
|
padding: .5em 1em;
|
|
post-card();
|
|
}
|
|
}
|
|
|
|
.followme {
|
|
color: $grey;
|
|
padding: 1em 1.5em;
|
|
text-align: center;
|
|
post-card();
|
|
|
|
.social-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
|
|
.social-item {
|
|
margin: .5em 2em;
|
|
|
|
+tablet-mobile() {
|
|
margin: .5em .75em;
|
|
}
|
|
}
|
|
|
|
.social-link {
|
|
border: 0;
|
|
display:inline-block;
|
|
text-align: center;
|
|
|
|
.icon {
|
|
font-size: 1.75em;
|
|
}
|
|
|
|
.label {
|
|
display: block;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
}
|