2016-03-10 19:06:59 +01:00
|
|
|
/* ==========================================================================
|
|
|
|
ARCHIVE
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.archive {
|
|
|
|
margin-bottom: 2em;
|
2016-03-15 17:34:14 +01:00
|
|
|
@include breakpoint($medium) {
|
2016-03-16 21:18:37 +01:00
|
|
|
@include span(10 of 12 last);
|
2016-03-17 20:38:07 +01:00
|
|
|
}
|
|
|
|
@include breakpoint($large) {
|
2016-03-16 21:18:37 +01:00
|
|
|
@include suffix(3 of 12);
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|
2016-03-18 03:56:01 +01:00
|
|
|
@include breakpoint($x-large) {
|
|
|
|
@include prefix(0.5 of 12);
|
|
|
|
}
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive__subtitle {
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: 0.5em;
|
2016-03-11 04:29:30 +01:00
|
|
|
font-family: $serif;
|
2016-03-10 19:06:59 +01:00
|
|
|
font-size: 28px;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive__item-title {
|
|
|
|
margin-bottom: 4px;
|
2016-03-11 04:29:30 +01:00
|
|
|
font-family: $sans-serif-narrow;
|
2016-03-10 19:06:59 +01:00
|
|
|
font-size: 20px;
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive__item-excerpt {
|
|
|
|
font-size: 14px;
|
|
|
|
& + p {
|
|
|
|
text-indent: 0;
|
|
|
|
}
|
2016-03-18 20:07:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
.archive__item-teaser {
|
|
|
|
box-shadow: 0 0 10px rgba(#000, 0.25);
|
|
|
|
}
|
|
|
|
.archive__item-title {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|