Skip to content

Instantly share code, notes, and snippets.

@luk-
Created September 21, 2012 21:16
Show Gist options
  • Save luk-/3763946 to your computer and use it in GitHub Desktop.
Save luk-/3763946 to your computer and use it in GitHub Desktop.
@import "mixins";
// colors
$main_bg: rgb(239, 239, 239);
$nav_selected: rgb(86, 95, 107);
@mixin header_bar_bg {
@include background_gradient (rgb(66, 74, 87), rgb(20, 30, 46));
}
// layout
#header_bar {
@include header_bar_bg;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment