publik-base-theme/static/juvignac/_custom.scss

66 lines
1.0 KiB
SCSS

@import '../includes/fonts/opensans';
div#header-wrapper {
background: $primary-color;
#logo {
@media screen and ($max-mobile-viewport) {
padding-top: 50px;
}
a {
display: block;
height: 170px;
background: transparent url(img/mobile-logo-1-juv-new.png) center left no-repeat;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-left: 0;
width: 100%;
a {
background-size: contain;
}
}
}
}
div#nav {
margin-top: 0;
text-transform: uppercase;
& > ul {
margin-top: 0;
a {
font-weight: normal;
}
}
}
#toplinks {
background: #79bce8;
border: none;
box-shadow: none;
border-radius: 0;
@media screen and ($max-mobile-viewport) {
left: 0;
right: 0;
max-width: none;
}
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
@media screen and ($max-mobile-viewport) {
font-size: 80%;
}
}
}
footer {
img {
max-width: none;
}
div.textcell a {
color: white;
}
}