Merge pull request #1979 from tomdyson/nodding-bird

Make the bird nod on hover
pull/1572/merge
Dave Cranwell 2015-12-03 11:09:31 +00:00
commit 72892644bb
1 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ footer {
white-space: nowrap;
line-height: 1.5em;
a,
a,
span {
color: lighten($color-teal, 40%);
display: block;
@ -238,8 +238,8 @@ footer {
header & li {
&:before {
border-left: 1em solid $color-white;
position: absolute;
left: 0;
position: absolute;
left: 0;
top: 0;
}
}
@ -385,6 +385,11 @@ footer,
float: none;
margin: auto;
display: block;
transition: all 0.25s cubic-bezier(0.28, 0.15, 0, 2.1);
}
img:hover {
transform: rotate(4deg);
}
}
@ -404,7 +409,7 @@ footer,
background: $color-teal-darker;
li {
a,
a,
span {
&:after {
color: $color-teal;
@ -469,7 +474,7 @@ footer,
@include transition(all 0.2s ease);
}
.nav-main a,
.nav-main a,
a {
@include transition(color 0.2s ease, background-color 0.2s ease);
}