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

63 lines
1022 B
SCSS

a:hover {
color: #A3BF26;
}
#logo a {
box-sizing: content-box;
padding-top: 10px;
display: inline-block;
background: url(logo_gorges.png) left center no-repeat;
height: 95px;
line-height: 80px;
padding-left: 250px;
color: $title-color;
text-indent: -9999px;
@media screen and ($max-mobile-viewport) {
overflow: hidden;
text-indent: -2000px;
}
}
#logo {
width: 239px;
margin: 0 auto;
}
div#header-wrapper {
border-top: 10px solid #00726c;
}
#nav-wrapper {
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
margin: 10px;
}
div#nav > ul {
li:first-child {
&:before {
content: "\f015";
font: normal normal normal 14px/1 FontAwesome;
}
}
li.selected {
&:before {
color: #a3bf26;
}
}
> li a {
padding: 0.75em 15px;
}
}
// Steps
.wcs-steps {
@media ($max-mobile-viewport){
font-size: 1.1em;
}
}
#footer a {
color: $footer-color;
}