| Current Path : /home/jcjack6/dantealighieriofdenver.com/templates/it_oxygen/scss/oxygen/ |
| Current File : /home/jcjack6/dantealighieriofdenver.com/templates/it_oxygen/scss/oxygen/_social.scss |
.g-social {
a {
display: inline-block;
padding: 8px 10px;
background: none;
color: $top-text-color;
font-size: 0.9rem;
margin-left: -4px;
border-right: 1px solid darken($top-background-color, 6%);
&:first-child {
border-left: 1px solid darken($top-background-color, 6%);
margin-left: 0;
}
&:hover {
color: $accent-color-1;
}
}
}
#g-copyright {
.g-social {
a {
padding: 0 10px;
color: $copyright-text-color;
margin: 0;
border: none;
&:first-child {
border: none;
}
&:hover {
color: $accent-color-1;
}
}
}
}
#g-copyright {
.g-block {
&:last-child {
.g-social {
margin-right: -10px;
@include breakpoint(mobile-only) {
margin-right: 0;
}
}
}
}
}