From e86104fc3581b2405625589da8e4fdc59bbd6d35 Mon Sep 17 00:00:00 2001 From: captainill Date: Sun, 20 Dec 2015 11:49:02 -0800 Subject: [PATCH] cleanup footer hashicorp logo --- website/source/assets/stylesheets/_footer.scss | 11 +++++++++++ .../hashicorp-shared/_hashicorp-header.scss | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_footer.scss b/website/source/assets/stylesheets/_footer.scss index 3c2c08e4fd..2bf21204f0 100644 --- a/website/source/assets/stylesheets/_footer.scss +++ b/website/source/assets/stylesheets/_footer.scss @@ -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; + } + } + } + } } } diff --git a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss index 5bd12805eb..699a2d073d 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss @@ -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); }