publik-base-theme/static/la-reunion/_custom.scss

29 lines
519 B
SCSS

div#header {
border-top: 15px solid $primary-color;
}
#logo a {
display: block;
background: url(img/logo.png) 0 10px no-repeat;
height: 80px;
padding-left: 240px;
line-height: 80px;
color: $primary-color;
text-transform: uppercase;
font-weight: normal;
@media screen and ($max-mobile-viewport) {
overflow: hidden;
text-indent: -2000px;
}
}
div#nav > ul > li > a {
font-weight: normal;
}
div#nav > ul > li > a,
div#nav > ul > li:first-child > a {
margin-right: 1ex;
border-radius: $border-radius;
}