Adds social icons on header

This commit is contained in:
Alberto Garcia Cabeza
2015-10-01 12:56:50 +02:00
parent a39df80112
commit 355079f205
5 changed files with 54 additions and 33 deletions

View File

@@ -763,30 +763,6 @@ footer {
opacity: .75;
margin-top: rem-calc(24);
padding-top: rem-calc(12);
.social {
margin-top: rem-calc(24);
text-align: center;
@media (min-width: $small-breakpoint) {
margin-top: 0;
text-align: right;
}
a {
font-size: rem-calc(24);
margin: 0 rem-calc(12);
text-decoration: none;
@media (min-width: $small-breakpoint) {
font-size: rem-calc(18);
}
&:last-child {
margin-right: 0;
}
}
}
}
// 06. Tags
@@ -1423,6 +1399,37 @@ table {
}
}
.social {
margin-top: rem-calc(24);
text-align: center;
@media (min-width: $small-breakpoint) {
margin-top: 0;
text-align: right;
}
a {
font-size: rem-calc(24);
line-height: rem-calc(24);
margin: 0 rem-calc(12);
text-decoration: none;
vertical-align: middle;
&:hover {
opacity: .5;
text-decoration: none;
}
@media (min-width: $small-breakpoint) {
font-size: rem-calc(18);
}
&:last-child {
margin-right: 0;
}
}
}
.share-supported {
.social-share-button {