mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
38 lines
No EOL
599 B
SCSS
38 lines
No EOL
599 B
SCSS
.header{
|
|
background: $dark-grey;
|
|
margin-bottom: $grid-margin;
|
|
padding: $grid-padding;
|
|
@include cf;
|
|
&, a, a:link, a:visited{
|
|
color: white;
|
|
}
|
|
.nav{
|
|
list-style-type: none;
|
|
li{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.header-module, .header-submodule{
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
&:last-child{
|
|
margin-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
.logo{
|
|
vertical-align: middle;
|
|
line-height: 1;
|
|
@include small{
|
|
font-size: 24px;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
}
|
|
.logo-image{
|
|
a, img{
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
} |