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.

107 lines
1.6 KiB

.home #content {
width: 100%;
@media #{$breakpoint-extra-large} {
max-width: 1440px;
}
}
.latest-books {
margin: 4rem 0 8rem;
.slider {
width: 100%;
max-width: 22.9375rem;
margin: 0 auto;
position: relative;
}
.books {
position: relative;
display: flex;
width: calc(100% - 4rem);
margin: 0 auto;
flex-direction: column;
align-items: center;
padding-left: 0;
z-index: 99;
}
.booknav {
position: absolute;
margin-top: 0;
top: 0;
left: 0;
width: 100%;
max-width: 28.0625rem;
height: 100%;
display: flex;
flex-direction: row;
justify-content: center;
}
.previous,
.next {
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
width: rem(25);
height: 100%;
margin-top: 0;
svg {
width: rem(25);
height: rem(25);
margin-top: 0;
path {
fill: var(--primary);
}
}
}
.previous {
left: 0;
}
.next {
right: 0;
}
@media #{$breakpoint-large} {
.slider {
width: calc(100vw - 5.125rem);
max-width: 75rem;
}
.books {
flex-direction: row;
justify-content: center;
.book {
margin-right: 1rem;
margin-left: 1rem;
}
}
.booknav {
width: calc(100% + 4rem);
max-width: 100vw;
left: -2rem;
}
.previous,
.next {
width: rem(32);
svg {
width: rem(32);
height: rem(32);
}
}
}
.catalog-link {
text-align: center;
}
}