cleanup footer

pull/3013/head
captainill 11 years ago
parent 4035aa4eed
commit b1cf7b390e

@ -19,6 +19,13 @@
.hashicorp-project{
margin-top: 24px;
&:hover{
svg{
.svg-bg-line{
opacity: .4;
}
}
}
}
.pull-right{

@ -287,6 +287,14 @@
@include transition(all 300ms ease-in);
}
}
.svg-bg-line{
@include transition(all 300ms ease-in);
&:hover{
@include transition(all 300ms ease-in);
}
}
}
}

Loading…
Cancel
Save