Skip to content

Instantly share code, notes, and snippets.

@clarkus
Created February 27, 2015 20:39
Show Gist options
  • Select an option

  • Save clarkus/841eb1961e0a1a910682 to your computer and use it in GitHub Desktop.

Select an option

Save clarkus/841eb1961e0a1a910682 to your computer and use it in GitHub Desktop.
Alert
.hackday-alert {
position: absolute;
top:30px;
right:-100%;
z-index: 10;
padding:20px;
max-width:250px;
background:#23364b;
border-radius:4px;
box-shadow:0 10px 10px -10px rgba(0,0,0,0.35);
transition:all 0.25s ease-in-out;
}
.hackday-alert.active {
right:30px;
}
.hackday-alert a {
color:#fbfbfb;
}
.hackday-alert .dismiss {
display:block;
position:absolute;
top:10px;
right:15px;
font-size:22px;
line-height:1;
}
.hackday-alert .message {
margin:0 0 10px 0;
font-size:13px;
}
.hackday-alert strong {
font-weight:bold;
font-size:16px;
}
.hackday-alert .timestamp {
font-size:12px;
margin:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment