From 38027983b0de6efb797c8c27f943cc519e4d7ac5 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 3 Oct 2019 11:15:44 -0700 Subject: [PATCH] new announcement --- components/Announcement.js | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/components/Announcement.js b/components/Announcement.js index 5ebdab5..f1a086c 100644 --- a/components/Announcement.js +++ b/components/Announcement.js @@ -1,7 +1,7 @@ import React from 'react' // Feature flag -const ACTIVE = false +const ACTIVE = true const key = 'CARBON_CTA_2' @@ -36,8 +36,14 @@ function Toast() { return (
-

Never lose a Carbon again - save your work automatically!

- Click "Sign up" to try it out! +

The team that created Carbon has been acquired!

— + + Read more + @@ -61,6 +67,10 @@ function Toast() { margin-top: calc(var(--x4) * -1); animation-name: slide; animation-duration: 600ms; + width: 610px; + max-width: 100vw; + margin-left: auto; + margin-right: auto; } .toast-content { @@ -70,6 +80,7 @@ function Toast() { a { text-decoration: underline; + margin-left: 12px; } .close-toast {