$sansFontFamily: Helvetica, Arial, sans-serif $baseElementSpacing: 20px $baseFontSize: 14px $baseFontFamily: $sansFontFamily $baseLineHeight: 14px $baseLineSpacing: 6px $baseBlockSize: 20px $baseLineColor: #DDD $baseLineShadowColor: #BBB $lineAlternateBackgroundColor: #EFEFEF $lineHighlightBackgroundColor: #E7E7E7 $gridSpacing: $baseElementSpacing $textColor: #333333 $bodyBackgroundColor: #FFFFFF $applicationBackgroundColor: #F2F2F2 $headingFontWeight: bold $headingFontColor: #000000 $white: #FFFFFF $gray: #999999 $red: #b94a48 $yellow: #f89406 $green: #468847 $blue: #3a87ad $redText: #b94a48 $redBackground: #f2dede $redBorder: darken(adjust-hue($redBackground, -10), 3%) $yellowText: #c09853 $yellowBackground: #fcf8e3 $yellowBorder: darken(adjust-hue($yellowBackground, -10), 3%) $greenText: #468847 $greenBackground: #dff0d8 $greenBorder: darken(adjust-hue($greenBackground, -10), 3%) $blueText: #3a87ad $blueBackground: #d9edf7 $blueBorder: darken(adjust-hue($blueBackground, -10), 3%) $baseUIInsetColor: #D6D6D6 $baseUIColor: #6AC13C $baseUIShadowColor: rgba(0,0,0,0.25) $baseUILighterShadowColor: rgba(0,0,0,0.15)