summaryrefslogtreecommitdiff
path: root/design/sass/_writing_archive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_writing_archive.scss')
-rw-r--r--design/sass/_writing_archive.scss33
1 files changed, 0 insertions, 33 deletions
diff --git a/design/sass/_writing_archive.scss b/design/sass/_writing_archive.scss
index 7f3e01e..994ee4a 100644
--- a/design/sass/_writing_archive.scss
+++ b/design/sass/_writing_archive.scss
@@ -117,36 +117,3 @@
}
}
-.pagination {
- font-family: "carrois_gothicregular" sans-serif;
- text-transform: uppercase;
- font-weight: 600;
- line-height: 2.3;
- li {
- display: inline;
- }
- a {
- text-decoration: none;
- border: 1px solid #c99984;
- padding: 4px 8px;
- }
- .prev {
- &:before {
- content: "\21E0";
- }
- }
- .next {
- &:after {
- content: "\21E2";
- }
- }
- @include breakpoint(beta) {
- @include fontsize(22);
- .prev {
- margin-right: 2em;
- }
- .next {
- margin-left: 2em;
- }
- }
-}