From 1b68fcf54be81dec9a5e7444abbf442f1b61cfa2 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 27 Feb 2017 19:07:42 -0800 Subject: [PATCH] Update logo --- website/source/assets/images/logo-header.svg | 30 +++++++++++++++++++ .../source/assets/stylesheets/_header.scss | 13 ++++---- 2 files changed, 36 insertions(+), 7 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..ade67cc2e --- /dev/null +++ b/website/source/assets/images/logo-header.svg @@ -0,0 +1,30 @@ + + + HashiCorp Packer + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index e6bb091e3..93e6276f5 100644 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -9,13 +9,12 @@ background-color: $black; .navbar-brand { .logo{ - color: $green; - padding-left: 36px; - font-size: 22px; - line-height: 77px; - background: image-url('logo-header.png') 0 0 no-repeat; - @include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height); - background-position: 0 center; + width: 110px; + height: 42px; + line-height: 70px; + margin-top: 15px; + background: image-url('logo-header.svg') 0 0 no-repeat; + font-size: 0; &:hover{ opacity: .6;