diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
commit | 927577f9f71e103be58196f8031a9fcd9e178ce9 (patch) | |
tree | 8213f7905c226e730714f4340aa749765d625f10 /_sass/_pagination.scss | |
parent | e579c803deb1ed1879d3db5de54730e325fd58af (diff) | |
download | popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.tar.xz popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.zip |
SASS templates have been removed
Diffstat (limited to '_sass/_pagination.scss')
-rw-r--r-- | _sass/_pagination.scss | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/_sass/_pagination.scss b/_sass/_pagination.scss deleted file mode 100644 index 05adf90..0000000 --- a/_sass/_pagination.scss +++ /dev/null @@ -1,44 +0,0 @@ -.pagination { - border-top: .5px solid $grey-2; - font-family: $serif-secondary; - padding-top: 2rem; - position: relative; - text-align: center; - - span { - color: $default-shade; - font-size: 1.1rem; - } - - .top { - @include transition(all .3s ease-out); - color: $default-color; - font-family: $sans-serif; - font-size: 1.1rem; - opacity: .6; - - &:hover { - opacity: 1; - } - } - - .arrow { - @include transition(all .3s ease-out); - color: $default-color; - position: absolute; - - &:hover, - &:focus { - opacity: .6; - text-decoration: none; - } - } - - .left { - left: 0; - } - - .right { - right: 0; - } -} |