Vulcan/packages/base-styles/lib/stylesheets/_header.scss
2016-03-25 11:22:35 +09:00

34 lines
No EOL
450 B
SCSS

.header-wrapper{
background: $light-grey;
margin-bottom: $vmargin;
}
.header{
@include flex-center;
justify-content: space-between;
padding: $vmargin 0;
}
.logo{
display: flex;
align-items: baseline;
.logo-text{
margin-right: $hmargin;
}
.logo-image{
margin-right: $hmargin;
}
.tagline{
font-size: 1.35rem;
}
}
.nav{
@include flex-center;
.nav-user{
margin-right: $hmargin;
}
.nav-new-post{
}
}