mirror of https://github.com/status-im/consul.git
fix consul logo position in safari
This commit is contained in:
parent
b3087808ab
commit
8bd56dd3be
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
|
@ -21,11 +21,13 @@ body.page-sub{
|
||||||
#header {
|
#header {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
.logo{
|
.logo{
|
||||||
padding-left: 50px;
|
width: $project-logo-width;
|
||||||
|
padding: 0;
|
||||||
|
line-height: $header-height;
|
||||||
|
background-position: 0 center;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: image-url('../images/consul-hero-logo.png') 0 0 no-repeat;
|
@include img-retina("../images/consul-header-lockup.png", "../images/consul-header-lockup@2x.png", $project-logo-width, $project-logo-height);
|
||||||
@include img-retina("../images/consul-hero-logo.png", "../images/consul-hero-logo@2x.png", $project-logo-width, $project-logo-height);
|
|
||||||
background-position: 0 center;
|
background-position: 0 center;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
|
@ -53,13 +55,8 @@ body.page-sub{
|
||||||
#header {
|
#header {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
.logo{
|
.logo{
|
||||||
padding-left: 37px;
|
width: $project-logo-width * .75;
|
||||||
@include img-retina("../images/consul-hero-logo.png", "../images/consul-hero-logo@2x.png", $project-logo-width * .75, $project-logo-height * .75);
|
@include img-retina("../images/consul-header-lockup.png", "../images/consul-header-lockup@2x.png", $project-logo-width * .75, $project-logo-height * .75);
|
||||||
|
|
||||||
img{
|
|
||||||
width: 72px;
|
|
||||||
height: 14px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
}
|
}
|
||||||
li > a {
|
li > a {
|
||||||
@include hashi-a-style();
|
@include hashi-a-style();
|
||||||
margin: 0 10px;
|
margin: 0 8px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
@include project-a-style();
|
@include project-a-style();
|
||||||
|
|
|
@ -4,9 +4,10 @@
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
$project-logo-width: 40px;
|
$project-logo-width: 147px;
|
||||||
$project-logo-height: 40px;
|
$project-logo-height: 40px;
|
||||||
$project-logo-pad-left: 0px;
|
$project-logo-pad-left: 0px;
|
||||||
|
$header-height: 80px;
|
||||||
|
|
||||||
// Mixins
|
// Mixins
|
||||||
@mixin project-a-style{
|
@mixin project-a-style{
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="logo" href="/"><img src="<%= image_path('wordtype@2x.png') %>" width="96px" height="18px">Consul</a>
|
<a class="logo" href="/">Consul</a>
|
||||||
<a class="by-hashicorp white" href="https://hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>Hashicorp</a>
|
<a class="by-hashicorp white" href="https://hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>Hashicorp</a>
|
||||||
</div>
|
</div>
|
||||||
<button class="navbar-toggle white" type="button">
|
<button class="navbar-toggle white" type="button">
|
||||||
|
|
Loading…
Reference in New Issue