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
$mainBrandColor: #2DA6B0;
$secondBrandColor: #01959f;
$thirdBrandColor: #E7F3F4;
$mainBrandColor: #466BB0; //#2DA6B0;
$secondBrandColor: #286AC7; //#01959f;
$thirdBrandColor: #719FDD;
$inverseBrandColor: #FFFFFF;
// 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
.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;
position: relative;
}

View File

@ -199,7 +199,8 @@
// Sticky Nav
#sticky-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;
width: 100%;
z-index: 9000;