Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Created March 7, 2014 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjocoleman/9405777 to your computer and use it in GitHub Desktop.
Save rjocoleman/9405777 to your computer and use it in GitHub Desktop.
/* GLOBAL NOTICES - _global-notices.scss */
.global-site-notice {
background-color: $alert-color;
.notice-inner {
p {
margin: 0 auto;
text-align: center;
color: white;
font-size: emCalc(13px);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment