2017-03-12 03:11:17 +00:00
|
|
|
.pagination {
|
2017-03-15 04:27:59 +00:00
|
|
|
border-bottom: .5px solid $grey-2;
|
|
|
|
border-top: .5px solid $grey-2;
|
2017-03-21 04:49:35 +00:00
|
|
|
font-family: $baskerville;
|
2017-03-15 04:27:59 +00:00
|
|
|
padding: 1rem 0;
|
2017-03-12 03:11:17 +00:00
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
span {
|
|
|
|
color: $default-shade;
|
2017-03-12 10:44:45 +00:00
|
|
|
font-size: 1.1rem;
|
2017-03-12 03:11:17 +00:00
|
|
|
}
|
|
|
|
|
2017-03-15 03:58:11 +00:00
|
|
|
.home {
|
|
|
|
color: $default-color;
|
|
|
|
font-family: $sans-font;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
font-weight: 700;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus, {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow {
|
2017-03-15 04:27:59 +00:00
|
|
|
@include transition(all .3s ease-out);
|
2017-03-12 03:11:17 +00:00
|
|
|
color: $default-color;
|
|
|
|
position: absolute;
|
|
|
|
|
2017-03-12 10:44:45 +00:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2017-03-12 03:11:17 +00:00
|
|
|
color: $default-tint;
|
2017-03-15 03:58:11 +00:00
|
|
|
text-decoration: none;
|
2017-03-12 03:11:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|