update logo
This commit is contained in:
parent
e83ca879ff
commit
b70515ec00
Binary file not shown.
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 975 B After Width: | Height: | Size: 2.5 KiB |
|
@ -13,12 +13,12 @@ body.page-sub{
|
||||||
#header {
|
#header {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
.logo{
|
.logo{
|
||||||
font-size: 20px;
|
font-size: 32px;
|
||||||
text-transform: uppercase;
|
font-family: "Klavika-web";
|
||||||
@include lato-light();
|
font-weight: 500;
|
||||||
background: image-url('logo-header.png') 0 0 no-repeat;
|
background: image-url('logo-header.png') 0 0 no-repeat;
|
||||||
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
|
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
|
||||||
background-position: 0 45%;
|
background-position: 0 40%;
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
|
@ -26,6 +26,7 @@ body.page-sub{
|
||||||
}
|
}
|
||||||
|
|
||||||
.by-hashicorp{
|
.by-hashicorp{
|
||||||
|
margin-top: 3px;
|
||||||
&:hover{
|
&:hover{
|
||||||
svg{
|
svg{
|
||||||
.svg-bg-line{
|
.svg-bg-line{
|
||||||
|
|
Loading…
Reference in New Issue