Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@normansolutions
Created May 22, 2014 19:13
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 normansolutions/e285faccb28a34307cb9 to your computer and use it in GitHub Desktop.
Save normansolutions/e285faccb28a34307cb9 to your computer and use it in GitHub Desktop.
#cookie-bar .cb-enable {
background: $greenDarkening10;
}
#cookie-bar .cb-enable:hover {
background: $green;
}
#cookie-bar .cb-disable {
background: $red;
}
#cookie-bar .cb-disable:hover {
background: $redLighten10;
}
#cookie-bar .cb-policy {
background: $blue;
}
#cookie-bar .cb-policy:hover {
background: $blueLighten10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment