publik-base-theme/static/haute-goulaine/_custom.scss

44 lines
639 B
SCSS

body {
background: #9CD7E9;
}
div#header {
background: url(header-bg.jpeg) top left no-repeat;
border-radius: 0 0 15px 15px;
background-size: contain;
}
#logo {
line-height: 190px;
height: 190px;
@media screen and ($max-mobile-viewport) {
height: 155px;
}
a {
text-indent: -9999px;
}
}
#logo a {
color: white;
padding-left: 180px;
display: inline-block;
@media screen and ($max-mobile-viewport) {
text-indent: -2000px;
overflow: hidden;
}
}
// Steps
.wcs-steps {
font-size: 1.25em;
@media ($min-desktop-viewport) {
font-size: 1.5em;
}
}
div#footer-wrapper {
border-top: 1px solid darken(#9CD7E9, 20%);
}