| Current Path : /home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/ |
| Current File : //home/antonen/poznajlitwe.lt/templates/it_startup/scss/startup/_social.scss |
.g-social {
a {
display: inline-block;
background: none;
color: $header-text-color;
width: 35px;
height: 35px;
font-size: 0.9rem;
line-height: 32px;
border: 2px solid $base-border-color;
border-radius: 50%;
text-align: center;
margin-right: 3px;
@include transition(all, 0.2s);
&:last-child {
margin-right: 0;
}
&:hover {
color: $accent-color-1;
border-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;
}
}
}
}
}