diff --git a/website/source/assets/images/logo-header.svg b/website/source/assets/images/logo-header.svg new file mode 100644 index 000000000..7f9e690f4 --- /dev/null +++ b/website/source/assets/images/logo-header.svg @@ -0,0 +1,30 @@ + + + HashiCorp Terraform + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index 2f6c87c33..2b092a6d6 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -15,11 +15,11 @@ body.page-sub{ .navbar-brand { .logo{ - font-size: 32px; + width: $project-logo-width; + height: $project-logo-height; + font-size: 0px; font-family: $font-family-klavika; - font-weight: 500; - 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: image-url('logo-header.svg') 0 0 no-repeat; background-position: 0 40%; &:hover{ diff --git a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss index 570d6932c..1efeeb53d 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss @@ -4,8 +4,8 @@ // -------------------------------------------------- // Variables -$project-logo-width: 38px; -$project-logo-height: 40px; +$project-logo-width: 163px; +$project-logo-height: 42px; $project-logo-pad-left: 8px; // Mixins