logo in navigation as svg, and more flat styled navigation

This commit is contained in:
Mario Volke 2014-09-19 13:57:40 +02:00
parent 3a13a3056e
commit bf54d6281f
5 changed files with 5 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -14,22 +14,6 @@
src: local('PT Sans Bold'), local('PTSans-Bold'), url('../font/pt-sans-bold.woff') format('woff');
}
// Mensch fonts
// -------------------------
@font-face {
font-family: 'Mensch';
font-style: normal;
font-weight: normal;
src: local('Mensch'), local('Mensch-Regular'), url('../font/mensch.ttf') format('truetype');
}
@font-face {
font-family: 'Mensch Thin';
font-style: normal;
font-weight: normal;
src: local('Mensch Thin'), local('Mensch-Thin'), url('../font/mensch-thin.ttf') format('truetype');
}
// Icon fonts
// -------------------------

View File

@ -9,25 +9,17 @@
h1, a {
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px $color-grey-medium;
}
header {
padding: 0 $nav-padding;
height: 84px;
h1 {
font-family: 'Mensch';
font-weight: normal;
height: 100px;
width: 300px;
margin: 0px;
padding: 0px;
padding-top: 10px;
color: #fff;
span {
font-family: 'Mensch Thin';
}
@include hide-text();
background: url(../img/whiteout_logo_light.svg) left top no-repeat;
background-size: contain;
height: 30px;
margin: 10px 0 0;
}
}
@ -63,7 +55,6 @@
span.label {
line-height: 1.3em;
vertical-align: middle;
text-shadow: none;
}
&.active, &:hover, &:focus {
background-color: mix($color-blue, $color-white, 70%);