Created
September 21, 2012 21:16
-
-
Save luk-/3763946 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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