-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Our live site includes an alert when the user has gone offline. We do this so it won't be a surprise if they attempt to interact with something that still requires connectivity, such as a contact form or an embedded element (video, CodePen, etc.)
An updated Alert pattern was designed, but we had some difficulty landing on an accessible "offline" variation. You can see the default variation here: https://v-next--cloudfour-patterns.netlify.app/?path=/docs/components-alert--full-width#alert
This task involves designing a modifier class that will style the alert well for notifying the user they are offline. It should be prominent but not alarming (since the user didn't do anything wrong), and it should look nice against the blue of our Cloud Cover pattern. And unlike the current offline bar, it should pass our accessibility guidelines.
It's also okay to explore additions for this scenario, such as an icon, but that's not strictly necessary.