summaryrefslogtreecommitdiff
path: root/design/sass/_details.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_details.scss')
-rw-r--r--design/sass/_details.scss40
1 files changed, 33 insertions, 7 deletions
diff --git a/design/sass/_details.scss b/design/sass/_details.scss
index b72ca9d..f0459a3 100644
--- a/design/sass/_details.scss
+++ b/design/sass/_details.scss
@@ -509,6 +509,17 @@ sup {
}
// ### Books ###
+.book {
+ &:after {
+ display: block;
+ content: '';
+ height: 30px;
+ border-bottom: 3px solid #efefef;
+ width: 200px;
+ margin: 0 auto 3rem auto;
+ padding-left: 30px;
+ }
+}
.book-metadata {
text-align: left;
@include fancy_sans;
@@ -542,30 +553,45 @@ sup {
max-width: 20rem;
}
}
+.thoughts {
+ margin-top: 4rem;
+ p:first-of-type {
+ margin-top: 0;
+ }
+}
.thoughts h5, .highlights h4 {
font-weight: 500;
letter-spacing: 1px;
margin: 3em 0 .5em 0;
- @include generic_sans;
+ @include fancy_sans;
@include smcaps;
@include fontsize(14);
}
-.highlights article:first-of-type {
- margin-top: 1em;
+.highlights div:first-of-type p:first-of-type {
+ margin-top: 0;
+}
+.book-highlight p:last-of-type {
+ margin-bottom: 0;
+}
+.book p:last-of-type, .highlights div:first-of-type p:last-of-type{
+ margin-top: 8px;
}
.highlink {
- @include fontsize(22);
+ @include fontsize(20);
margin-right: .5rem;
float: left;
line-height: 1.6;
+ text-decoration: none;
color: lighten($body_font_color, 60);
@include breakpoint(alpha) {
- margin-top: -1px;
+ margin-top: 1px;
}
&:visited {
color: lighten($body_font_color, 60);
}
}
-.highlights .foot {
- @include fontsize(14);
+.foot {
+ margin-top: 16px;
+ @include fancy_sans;
+ @include fontsize(16);
}