summaryrefslogtreecommitdiff
path: root/_sass/components/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/components/_footer.scss')
-rw-r--r--_sass/components/_footer.scss33
1 files changed, 0 insertions, 33 deletions
diff --git a/_sass/components/_footer.scss b/_sass/components/_footer.scss
deleted file mode 100644
index 63ed8fe..0000000
--- a/_sass/components/_footer.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * Site Info
- */
-
-.footer {
- @include flexbox();
- @include align-items(center);
- color: $footer-text-color;
- background: $footer-background;
- a {
- @include link-colors ($footer-text-color, $main-color-1);
- }
- .site-info {
- font-size: map-get($base, font-size-xs);
- text-align: center;
- .menu {
- line-height: map-get($base, line-height-xs);
- & > * {
- &:not(:last-child) {
- @include split-line(right, default, $footer-text-color);
- padding-right: map-get($spacers, 1);
- margin-right: map-get($spacers, 1);
- }
- }
- }
- }
-}
-.footer__author-links {
- @include overflow(auto);
- .author-links {
- text-align: center;
- }
-}