2015-03-13 17:34:29 +00:00
|
|
|
//
|
|
|
|
// Header
|
2015-11-10 04:58:06 +00:00
|
|
|
// - Project Specific
|
|
|
|
// - edits should be made here
|
2015-03-13 17:34:29 +00:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
#header {
|
2015-12-12 01:21:06 +00:00
|
|
|
flex-shrink:0;
|
|
|
|
|
2015-11-10 04:58:06 +00:00
|
|
|
.navbar-brand {
|
2017-03-06 19:53:00 +00:00
|
|
|
.logo {
|
2015-11-10 04:58:06 +00:00
|
|
|
width: $project-logo-width;
|
|
|
|
padding-left: 50px;
|
|
|
|
font-size: 0;
|
|
|
|
text-transform: uppercase;
|
2017-03-08 19:07:20 +00:00
|
|
|
background: image-url('logo-text.svg') 0 0 no-repeat;
|
2015-11-10 04:58:06 +00:00
|
|
|
background-position: 0 46%;
|
2017-03-02 22:10:33 +00:00
|
|
|
background-size: contain;
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
2015-11-10 04:58:06 +00:00
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
|
2017-03-06 19:53:00 +00:00
|
|
|
.by-hashicorp {
|
2015-11-10 04:58:06 +00:00
|
|
|
@include project-by-hashicorp-style();
|
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
|
2017-03-06 19:53:00 +00:00
|
|
|
.buttons {
|
2015-11-10 04:58:06 +00:00
|
|
|
margin-top: 2px; //baseline everything
|
|
|
|
}
|
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
|
2015-11-10 04:58:06 +00:00
|
|
|
@media (max-width: 414px) {
|
|
|
|
#header {
|
2015-03-13 17:34:29 +00:00
|
|
|
.navbar-brand {
|
2017-03-06 19:53:00 +00:00
|
|
|
.logo {
|
2015-11-10 04:58:06 +00:00
|
|
|
width: $project-logo-width * .8;
|
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
2015-11-10 04:58:06 +00:00
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|