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

39 lines
583 B
SCSS

#logo a {
height: 100px;
margin-top: 10px;
margin-bottom: 10px;
}
%cancel-button {
color: #000;
background: #ccc;
}
#nav-wrapper {
background: $nav-background;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
margin-bottom: 10px;
div#nav > ul > li > a {
border-radius: $border-radius;
}
}
@media screen and ($max-mobile-viewport) {
#logo a {
display: block;
height: 75px;
overflow: hidden;
}
.gru-content {
margin-top: 10px;
}
}
#footer-wrapper {
background: url('img/pattern-bleu.gif') top right repeat;
a:hover {
color: black;
}
}