From b1b9038fbb9d179c80731928e9baf87afa212d77 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 8 Feb 2020 14:29:43 -0800 Subject: [PATCH] add offsets footer link --- components/Footer.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/components/Footer.js b/components/Footer.js index 4426c0e..d2a5bd4 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -30,6 +30,10 @@ const Footer = () => ( privacy + + offsets + + New
@@ -63,6 +67,20 @@ const Footer = () => ( margin-right: 0; } + .new { + position: absolute; + margin: -4px 0 0 -12px; + padding: 1px 3px; + color: ${COLORS.SECONDARY}; + background: ${COLORS.RED}; + border-radius: 3px; + font-size: 8px; + font-weight: 600; + line-height: 1.3; + text-transform: uppercase; + user-select: none; + } + .author-link { color: ${COLORS.PRIMARY}; text-decoration: none;