summaryrefslogtreecommitdiff
path: root/_sass/components/_article-footer.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/components/_article-footer.scss')
-rw-r--r--_sass/components/_article-footer.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/_sass/components/_article-footer.scss b/_sass/components/_article-footer.scss
deleted file mode 100644
index 575bc8d..0000000
--- a/_sass/components/_article-footer.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.article__footer {
- margin: map-get($spacers, 4) 0;
- font-size: map-get($base, font-size-sm);
-}
-
-.article__license, .article__subscribe {
- a {
- @include link-colors($text-color, $main-color-1);
- }
-}
-
-.article__license {
- color: $text-color-l;
- img {
- height: map-get($base, font-size) * 1.6;
- }
-}