Skip to content

Instantly share code, notes, and snippets.

@aresrioja10
Last active August 29, 2015 14:16
Show Gist options
  • Save aresrioja10/917fe26b0e30b0c688ae to your computer and use it in GitHub Desktop.
Save aresrioja10/917fe26b0e30b0c688ae to your computer and use it in GitHub Desktop.
Browser happy styles
$salmon : #ff7c7c;
$color-error : $salmon;
.alert-browser {
background: color-error;
color: #fff;
padding: 15px 20px;
position: fixed;
text-align: center;
width: 100%;
z-index: 10;
a {
color: lighten($color-error, 8%);
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment