mirror of
https://github.com/moparisthebest/mail
synced 2025-01-10 21:18:02 -05:00
logo in navigation as svg, and more flat styled navigation
This commit is contained in:
parent
3a13a3056e
commit
bf54d6281f
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
// -------------------------
|
||||
|
||||
|
@ -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%);
|
||||
|
Loading…
Reference in New Issue
Block a user