diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-12 10:17:33 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-12 10:17:33 -0600 |
commit | 5ad48cd70260b0980a3030a282304c523ade7ce4 (patch) | |
tree | dbe3d4d5878984e8da00bc2af1626629f3a7f9f3 /design/sass/v8/_pagination.scss | |
parent | 1e207a1ea2da17b2975b5cdbec49ef5a51606955 (diff) |
moved old sass files, redid comment form styles
Diffstat (limited to 'design/sass/v8/_pagination.scss')
-rw-r--r-- | design/sass/v8/_pagination.scss | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/design/sass/v8/_pagination.scss b/design/sass/v8/_pagination.scss deleted file mode 100644 index 404aeb7..0000000 --- a/design/sass/v8/_pagination.scss +++ /dev/null @@ -1,44 +0,0 @@ -.pagination { - @include generic_sans; - margin-top: 2em; - margin-bottom: 2em; - font-weight: 400; - line-height: 2.3; - li { - display: inline; - } - a { - text-decoration: none; - border: 1px solid lighten($body_font, 30); - color: lighten($body_font, 20); - padding: 9px 6px 6px 6px; - margin-left: .25em; - margin-right: .25em; - } - .prev { - border: none; - &:before { - content: "\2190"; - } - } - .next { - border: none; - &:after { - content: "\2192"; - margin-left: .35em; - } - } - @include breakpoint(beta) { - .prev { - margin-right: 2em; - } - .next { - margin-left: 2em; - } - .current { - color: $link_color; - margin-right: .5em; - margin-left: .5em; - } - } -} |