From 75a311f25077752a2097684b7d18df93b5fd7e9d Mon Sep 17 00:00:00 2001 From: Stefanie Fluin Date: Thu, 8 Jun 2017 12:09:33 -0700 Subject: [PATCH] fix(aio): style and fix hover color for features cta button (#17342) --- aio/content/marketing/features.html | 6 +++++- aio/src/styles/1-layouts/_marketing-layout.scss | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/aio/content/marketing/features.html b/aio/content/marketing/features.html index 2c681add8c..d3a15c3c92 100755 --- a/aio/content/marketing/features.html +++ b/aio/content/marketing/features.html @@ -104,6 +104,10 @@ -
Get Started
+
+ +
diff --git a/aio/src/styles/1-layouts/_marketing-layout.scss b/aio/src/styles/1-layouts/_marketing-layout.scss index 864bc6e085..e9f108e1fc 100644 --- a/aio/src/styles/1-layouts/_marketing-layout.scss +++ b/aio/src/styles/1-layouts/_marketing-layout.scss @@ -304,6 +304,11 @@ aio-shell { } } +.cta-bar.announcement-bar { + background: none; + box-shadow: none; +} + .text-headline { font-size: 20px; margin-top: 10px;