Files
old.xevion.github.io/_scss/partials/_footer.scss
2017-02-09 22:43:56 -05:00

92 lines
1.8 KiB
SCSS

#footer {
background: linear-gradient(45deg, $blue 0%, $purple 100%);
height: 200px;
min-height: 100px;
color: $white;
@include MQ(SM) {
height: 200px;
}
.section-wrapper {
padding: 30px 0px 40px;
@include MQ(S660) {
padding: 30px 0;
}
}
.soc {
display: block;
font-size: 0;
list-style: none;
margin: 0 auto;
padding: 0;
text-align: center;
.soc-item {
display: inline-block;
margin: 1rem 0.5rem;
@include MQ(S400) {
margin: 1rem 0.3rem;
}
a {
display: block;
position: relative;
color: #fff;
width: 2.5rem;
height: 2.5rem;
position: relative;
@include MQ(S) {
width: 2.2rem;
height: 2.2rem;
}
&.icon {
color: $white;
fill: $white;
&:hover, &:focus {
color: #fff;
fill: #fff;
transition: all 0.3s ease;
transform: scale(1.1) translateY(-5px);
}
}
&.instagram,
&.github {
width: 2.3rem;
height: 2.3rem;
position: relative;
top: -1px;
@include MQ(S) {
width: 2rem;
height: 2rem;
}
}
em {
font-size: 14px;
line-height: 1.5;
margin-top: -0.75em;
position: absolute;
text-align: center;
top: 50%;
right: 0;
bottom: 0;
left: 0;
}
}
}
}
.footer-logo {
width: 30px;
margin: 0 auto;
}
.copyright-wrapper {
margin-top: 25px;
font-size: 13px;
color: $white;
font-weight: 500;
p {
margin: 0;
color: $white;
}
.please {
font-size: 12px;
}
}
}