Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert bar #40

Open
roomfive opened this issue Nov 14, 2016 · 0 comments
Open

Alert bar #40

roomfive opened this issue Nov 14, 2016 · 0 comments
Assignees

Comments

@roomfive
Copy link
Contributor

An alert bar slides down from the top of the screen, overlaying all page content. There are three types of alert bar as seen below:


Warning:
Red with button to dismiss the alert bar

alert-warning


Error:
Red with button to refresh the page

alert-error


Message:
Purple with button to dismiss the alert bar

alert-message


CSS:

/* Alert bar */
background-color: $warningred;
opacity: 0.94;
height: 70px;
padding: 0 30px;

/* Message alert bar */
background-color: $purple200;

/* Text to the left */
font: $bold5;
color: $gray600;

/* Link + icon style button to the far right */

Icons for button:

Both .svg icons should be $gray600 color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants