Newer
Older
.icon {
width: 20px;
height: 20px;
transition: fill $transition;
fill: $color--white;
&:hover {
fill: darken($color--white, 20%);
}
&--home {
width: 15px;
height: 15px;
margin-right: 5px;
fill: $color--primary;
&--footer-social {
@include media-query(tablet-portrait) {
margin-right: 10px;
}
&--mobile-menu {
width: 32px;
height: 28px;
}
&--footer-credit {
width: 70px;
height: 45px;
margin-right: 3rem;
}
&--person {
width: 15px;
height: 15px;
margin-right: 5px;
Chris Lawton
committed
transition: fill $transition;
Chris Lawton
committed
fill: $color--white;
Chris Lawton
committed
.button:hover & {
fill: $color--dark-blue;
}
.header--has-bg-image & {
fill: $color--dark-blue;
}
Chris Lawton
committed
.search-open & {
fill: $color--white;
}
&--social-share {
width: 40px;
height: 40px;
padding: 10px;
margin-right: 5px;
}
&--twitter-share {
background: $color--twitter;
}
&--linkedin-share {
background: $color--linkedin;
}
&--facebook-share {
background: $color--facebook;
}
&--card-pixels {
position: absolute;
right: 0;
bottom: 0;
width: 35px;
height: 52px;
}