pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
2.8 KiB

7 years ago
.banner {
7 years ago
background-image: url('../images/banner-mobile.jpg');
.container {
height: 560px;
}
.toggle-menu {
top: 30px;
right: 17px;
width: 25px;
height: 20px;
7 years ago
z-index: 99;
text-indent: -9999em;
.icon {
top: 7px;
width: 25px;
height: 3px;
background: $brand-primary;
&::before,
&::after {
width: 25px;
height: 3px;
7 years ago
content: '';
background: $brand-primary;
}
&::before {
position: absolute;
top: -7px;
right: 0;
}
&::after {
position: absolute;
top: 7px;
right: 0;
}
}
&.is-active .icon {
7 years ago
// TODO
background: $white;
&::before,
&::after {
background: $white;
}
}
}
7 years ago
.brand {
width: 109px;
height: 17px;
margin: 30px 0 0 17px;
background-image: url('../images/logo.png');
background-size: 109px 17px;
}
.primary-navigation {
7 years ago
height: 560px;
margin: 0 0 0 -100%;
padding: 0 17px;
a {
7 years ago
display: none;
font-family: $font-family-sans-serif;
7 years ago
font-size: em(24);
7 years ago
line-height: (80/24);
color: $white;
letter-spacing: 0;
7 years ago
}
7 years ago
.sep {
display: none;
}
&.is-visible {
7 years ago
margin: 0;
padding: 0 52px;
7 years ago
z-index: 1;
background: $brand-primary;
a {
display: block;
width: 100%;
border-bottom: solid 1px $white;
&:last-child {
border-bottom: 0;
}
}
}
}
.branding {
height: 364px;
7 years ago
7 years ago
p {
font-family: $font-family-sans-serif;
}
7 years ago
}
}
7 years ago
@media #{$breakpoint-large} {
7 years ago
.banner {
background-image: url('../images/banner-desktop.jpg');
7 years ago
.container {
height: 880px;
7 years ago
margin: 0 auto;
7 years ago
}
7 years ago
.brand {
7 years ago
width: 265px;
height: 40px;
7 years ago
margin-top: 40px;
7 years ago
background-image: url('../images/logo@2x.png');
background-size: 265px 40px;
7 years ago
}
7 years ago
.primary-navigation {
7 years ago
top: 40px;
7 years ago
max-width: 1440px;
7 years ago
height: 40px;
7 years ago
margin-left: 0;
7 years ago
a {
display: inline-block;
7 years ago
font-size: em(18);
7 years ago
color: $black;
7 years ago
line-height: normal;
7 years ago
&:hover,
&:focus {
color: $brand-primary;
}
&.catalog {
margin-right: auto;
}
7 years ago
&.contact {
margin: 0 1em 0 auto;
}
}
.sep {
display: inline-block;
margin: 0 0.5em;
}
}
.branding {
height: 576px;
7 years ago
p {
font-size: em(30);
letter-spacing: 0.75px;
line-height: (40/30);
}
7 years ago
}
h1 {
7 years ago
margin-bottom: 0.5em;
7 years ago
font-size: em(72);
line-height: (40/72);
7 years ago
letter-spacing: 1.8px;
7 years ago
}
}
}