cleanup footer

This commit is contained in:
captainill 2015-12-20 12:35:44 -08:00
parent 4035aa4eed
commit b1cf7b390e
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -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);
}
}
}
}