From b1cf7b390e8281bc443a53e2f07ea7865eaa4d57 Mon Sep 17 00:00:00 2001 From: captainill Date: Sun, 20 Dec 2015 12:35:44 -0800 Subject: [PATCH] cleanup footer --- website/source/assets/stylesheets/_footer.scss | 7 +++++++ .../stylesheets/hashicorp-shared/_hashicorp-header.scss | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/website/source/assets/stylesheets/_footer.scss b/website/source/assets/stylesheets/_footer.scss index 2dabf91ad..1f90c387f 100644 --- a/website/source/assets/stylesheets/_footer.scss +++ b/website/source/assets/stylesheets/_footer.scss @@ -19,6 +19,13 @@ .hashicorp-project{ margin-top: 24px; + &:hover{ + svg{ + .svg-bg-line{ + opacity: .4; + } + } + } } .pull-right{ diff --git a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss index 8d55a41ce..4bccbfcc3 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_hashicorp-header.scss @@ -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); + } + } } }