istio blue

This commit is contained in:
Shriram Rajagopalan 2017-04-19 17:45:32 -04:00
parent eb2c876332
commit cb151d0713
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// Brand Colors // Brand Colors
$mainBrandColor: #2DA6B0; $mainBrandColor: #466BB0; //#2DA6B0;
$secondBrandColor: #01959f; $secondBrandColor: #286AC7; //#01959f;
$thirdBrandColor: #E7F3F4; $thirdBrandColor: #719FDD;
$inverseBrandColor: #FFFFFF; $inverseBrandColor: #FFFFFF;
// Use as an accent color in small quantities to balance out the main theme. // Use as an accent color in small quantities to balance out the main theme.

View File

@ -1,6 +1,7 @@
// Background for nav and hero // Background for nav and hero
.nav-hero-container { .nav-hero-container {
background: url('../img/hero-bg.png') no-repeat center/cover; //background: url('../img/hero-bg.png') no-repeat center/cover;
background: $mainBrandColor no-repeat center/cover;
z-index: 9010; z-index: 9010;
position: relative; position: relative;
} }

View File

@ -199,7 +199,8 @@
// Sticky Nav // Sticky Nav
#sticky-nav{ #sticky-nav{
@extend #common-nav; @extend #common-nav;
background: url('../img/hero-bg.png') no-repeat center/cover; //background: url('../img/hero-bg.png') no-repeat center/cover;
background: $mainBrandColor no-repeat center/cover;
position: fixed; position: fixed;
width: 100%; width: 100%;
z-index: 9000; z-index: 9000;