2014-02-07 16:41:03 -08:00
|
|
|
//
|
|
|
|
// Header
|
2015-11-06 23:17:00 -08:00
|
|
|
// - Project Specific
|
|
|
|
// - edits should be made here
|
2014-02-07 16:41:03 -08:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2014-04-08 14:01:49 -07:00
|
|
|
body.page-sub{
|
2015-11-06 23:17:00 -08:00
|
|
|
#header{
|
2015-11-09 13:48:29 -08:00
|
|
|
@include consul-gradient-bg();
|
2014-02-07 16:41:03 -08:00
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
.navbar-brand {
|
|
|
|
.logo{
|
|
|
|
&:hover{
|
|
|
|
color: $black;
|
2014-04-05 02:03:01 -07:00
|
|
|
}
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
#header {
|
|
|
|
.navbar-brand {
|
|
|
|
.logo{
|
2015-11-08 23:30:55 -08:00
|
|
|
padding-left: 50px;
|
2015-11-06 23:38:43 -08:00
|
|
|
font-size: 0;
|
2015-11-06 23:17:00 -08:00
|
|
|
text-transform: uppercase;
|
2015-11-06 23:38:43 -08:00
|
|
|
background: image-url('../images/consul-hero-logo.png') 0 0 no-repeat;
|
|
|
|
@include img-retina("../images/consul-hero-logo.png", "../images/consul-hero-logo@2x.png", $project-logo-width, $project-logo-height);
|
|
|
|
background-position: 0 center;
|
2015-11-06 23:17:00 -08:00
|
|
|
|
|
|
|
&:hover{
|
2015-11-06 23:38:43 -08:00
|
|
|
opacity: .4;
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-04-05 02:03:01 -07:00
|
|
|
}
|
|
|
|
|
2015-11-09 15:34:32 -08:00
|
|
|
.by-hashicorp{
|
2015-11-06 23:17:00 -08:00
|
|
|
&:hover{
|
|
|
|
svg{
|
2015-12-19 22:05:17 -08:00
|
|
|
.svg-bg-line{
|
2015-11-06 23:38:43 -08:00
|
|
|
opacity: .4;
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-04-14 11:02:06 -07:00
|
|
|
}
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-04-14 11:02:06 -07:00
|
|
|
}
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
2014-04-05 02:03:01 -07:00
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
.buttons{
|
|
|
|
margin-top: 2px; //baseline everything
|
|
|
|
}
|
|
|
|
}
|
2014-04-08 19:51:34 -07:00
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
@media (max-width: 414px) {
|
|
|
|
#header {
|
|
|
|
.navbar-brand {
|
|
|
|
.logo{
|
|
|
|
padding-left: 37px;
|
2015-11-08 23:30:55 -08:00
|
|
|
@include img-retina("../images/consul-hero-logo.png", "../images/consul-hero-logo@2x.png", $project-logo-width * .75, $project-logo-height * .75);
|
|
|
|
|
|
|
|
img{
|
|
|
|
width: 72px;
|
|
|
|
height: 14px;
|
|
|
|
}
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-05 02:03:01 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
@media (max-width: 320px) {
|
|
|
|
#header {
|
|
|
|
.navbar-brand {
|
|
|
|
.logo{
|
2015-11-08 23:16:24 -08:00
|
|
|
|
2015-11-06 23:17:00 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|