From 0d806c84e2df18331ec075e3f57a6254f21eaff8 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Mon, 24 Feb 2020 08:59:01 -0800 Subject: [PATCH] docs: add developer survey 2020 (#35655) PR Close #35655 --- aio/src/app/app.component.html | 4 ++-- aio/src/styles/2-modules/_notification.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/aio/src/app/app.component.html b/aio/src/app/app.component.html index 457662ed19..b1bb759cf6 100644 --- a/aio/src/app/app.component.html +++ b/aio/src/app/app.component.html @@ -6,8 +6,8 @@ - - + + Help Angular by taking a 1 minute survey! Go to survey diff --git a/aio/src/styles/2-modules/_notification.scss b/aio/src/styles/2-modules/_notification.scss index 8f0d1181a1..a4cfcb4972 100644 --- a/aio/src/styles/2-modules/_notification.scss +++ b/aio/src/styles/2-modules/_notification.scss @@ -32,6 +32,7 @@ aio-notification { .content { max-width: calc(100% - #{$notificationHeight}); + background: $darkgray; text-transform: none; padding: 0;