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

45 lines
811 B
SCSS

#top h1#logo a {
background: transparent url(img/logo.jpg) top left no-repeat;
background-size: contain;
height: 140px;
text-indent: 250px;
line-height: 160px;
text-transform: uppercase;
color: rgb(35, 31, 32);
font-weight: 200;
@media screen and ($max-mobile-viewport) {
margin-top: 2em;
margin-bottom: 1em;
background-size: contain;
background-position: top center;
display: inline-block;
width: 100%;
text-indent: -10000px;
}
}
@media screen and ($max-mobile-viewport) {
#logo {
padding-left: 0;
}
}
footer {
background-image: url(img/V2.svg);
background-repeat: no-repeat;
background-size: auto;
}
#footer-wrapper {
background: transparent;
}
#toplinks a {
font-family: $title-font-family;
color: white;
}
ul#evolutions li span.item {
background: white !important;
}