From e8eb4626f6b44f51907851dedbff0c9e2645ff07 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Thu, 23 Feb 2017 16:37:57 -0800 Subject: [PATCH] Update logo --- website/source/assets/images/logo-header.svg | 58 +++++++++++++++++++ .../source/assets/stylesheets/_header.scss | 4 +- .../hashicorp-shared/_project-utility.scss | 4 +- 3 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 website/source/assets/images/logo-header.svg diff --git a/website/source/assets/images/logo-header.svg b/website/source/assets/images/logo-header.svg new file mode 100644 index 000000000..ea6e8bb88 --- /dev/null +++ b/website/source/assets/images/logo-header.svg @@ -0,0 +1,58 @@ + + + HashiCorp Vagrant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index db8ebdeba..2021f69b0 100644 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -13,13 +13,13 @@ .navbar-brand { .logo { width: $project-logo-width; + height: $header-height; padding: 0; line-height: $header-height; background-position: 0 center; font-size: 0; text-transform: uppercase; - @include img-retina("logo-header.png", "logo-header@2x.png", $project-logo-width, $project-logo-height); - background-position: 0 center; + background: image-url("logo-header.svg") center no-repeat; &:hover{ opacity: .4; diff --git a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss index c4fb94ed7..115bcb262 100644 --- a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss @@ -4,7 +4,7 @@ // -------------------------------------------------- // Variables -$project-logo-width: 147px; -$project-logo-height: 40px; +$project-logo-width: 151px; +$project-logo-height: 45px; $project-logo-pad-left: 0px; $header-height: 80px;