docs: add developer survey 2020 (#35655)

PR Close #35655
This commit is contained in:
Stephen Fluin 2020-02-24 08:59:01 -08:00 committed by Andrew Kushnir
parent 2b6028b643
commit 0d806c84e2
2 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<mat-toolbar color="primary" class="app-toolbar no-print" [class.transitioning]="isTransitioning">
<mat-toolbar-row class="notification-container">
<aio-notification notificationId="survey-february-2019" expirationDate="2019-03-01" [dismissOnContentClick]="true" (dismissed)="notificationDismissed()">
<a href="http://bit.ly/angular-survey-2019">
<aio-notification notificationId="survey-march-2020" expirationDate="2020-04-01" [dismissOnContentClick]="true" (dismissed)="notificationDismissed()">
<a href="https://goo.gle/angular-survey-2020">
<mat-icon class="icon" svgIcon="insert_comment" aria-label="Announcement"></mat-icon>
<span class="message">Help Angular by taking a <b>1 minute survey</b>!</span>
<span class="action-button">Go to survey</span>

View File

@ -32,6 +32,7 @@ aio-notification {
.content {
max-width: calc(100% - #{$notificationHeight});
background: $darkgray;
text-transform: none;
padding: 0;