publik-base-theme/static/greville-hague/_custom.scss

37 lines
482 B
SCSS

body {
background: $secondary-color;
}
#header-wrapper {
height: 86px;
background: url(header.png) top left repeat-x;
}
#logo {
background: url(logo.png) top left no-repeat;
height: 86px;
text-indent: -10000px;
}
div#main-content-wrapper {
background: #FAF8EC;
padding: 1ex;
box-shadow: 0px 5px 15px black;
}
div#nav {
margin: 0 auto;
}
div#nav ul {
margin: 0;
}
div#nav-wrapper {
background: $primary-color;
}
#footer-wrapper {
border-top: 1px solid #1B0801;
}