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

58 lines
910 B
SCSS

@import '../includes/fonts/montserrat';
body {
background: #fafafa url(img/bg.jpg) top center no-repeat;
background-attachment: fixed;
background-size: cover;
}
#header {
h1 {
padding-top: 20px;
a {
display: block;
background: url(img/logo_clapiers.png) top left no-repeat;
height: 100px;
text-indent: -1000px;
overflow: hidden;
}
@media screen and ($max-mobile-viewport) {
padding-top: 80px;
padding-left: 0;
a {
width: 100%;
max-width: 500px;
background-size: contain;
}
}
}
}
#toplinks {
background: $primary-color;
border: none;
box-shadow: none;
border-radius: 0;
a {
display: inline-block;
color: white;
font-weight: bold;
padding: 10px 10px 15px 10px;
}
}
footer {
img {
max-width: none;
}
div.textcell a {
color: $footer-color;
}
}
@media screen and ($max-mobile-viewport) {
.gru-nav-wrapper {
margin-top: -80px;
}
}