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

34 lines
674 B
SCSS

body {
background: #f0eeef url(img/background_degrade_duplik.jpg) top left repeat-x;
}
div#header {
background: url(img/tache_jaune_top.png) top center no-repeat;
height: 130px;
#logo a {
margin-top: 20px;
padding-top: 35px;
display: inline-block;
background: url(img/logo_ville_de_vendargues.png) top left no-repeat;
height: 75px;
padding-left: 250px;
}
}
.site-nav {
text-transform: uppercase;
}
#footer-wrapper {
background: $footer-background url(img/tache_jaune.png) 5% 30% no-repeat;
@media screen and (max-width: $nav-mobile-limit) {
background: $footer-background;
}
a {
color: white;
&:hover {
text-decoration: underline;
}
}
}