cleanup footer hashicorp logo

This commit is contained in:
captainill 2015-12-20 11:49:02 -08:00
parent ec0582d5b4
commit e86104fc35
2 changed files with 20 additions and 1 deletions

View File

@ -2,6 +2,17 @@ body.page-sub{
#footer{
padding: 40px 0;
margin-top: 0;
.hashicorp-project{
margin-top: 24px;
&:hover{
svg{
.svg-bg-line{
opacity: .4;
}
}
}
}
}
}

View File

@ -246,7 +246,8 @@
}
}
&:focus{
&:focus,
&:hover{
text-decoration: none;
}
@ -288,6 +289,13 @@
line{
@include transition(all 300ms ease-in);
&:hover{
@include transition(all 300ms ease-in);
}
}
.svg-bg-line{
@include transition(all 300ms ease-in);
&:hover{
@include transition(all 300ms ease-in);
}