2022-05-21 21:48:27 +08:00
|
|
|
@if $follow_me {
|
2022-05-21 17:47:26 +08:00
|
|
|
.followme {
|
|
|
|
color: $grey;
|
2022-06-04 16:15:35 +08:00
|
|
|
/* padding: 1em 1.5em; */
|
2022-05-21 17:47:26 +08:00
|
|
|
text-align: center;
|
|
|
|
@include post-card();
|
2022-06-04 11:03:09 +08:00
|
|
|
border-left: none;
|
|
|
|
border-bottom: #46b404 solid 5px;
|
2022-05-21 17:47:26 +08:00
|
|
|
|
|
|
|
.social-list {
|
|
|
|
@include flex-wrap();
|
|
|
|
|
|
|
|
.social-item {
|
|
|
|
margin: .5em 2em;
|
|
|
|
|
|
|
|
@include 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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|