kaiwa/public/css/_variables.styl

32 lines
559 B
Stylus
Raw Normal View History

2013-09-16 05:19:07 -04:00
// colors
$activeBlue = #00aeef
$actionPink = #ec008c
$sidebarBg = #0b1316
2013-09-23 14:06:42 -04:00
$sidebarActive = #1f2d49
$baseText = #565656
$textSecondary = #b7b7b7
$grayBackground = #f7f7f7
$grayOutline = #e4e4e4
2013-09-16 05:19:07 -04:00
$font-family-gotham = 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif
2013-09-16 05:19:07 -04:00
// Font sizes
2013-09-16 05:19:07 -04:00
$font-size-large = 16px
$font-size-base = 14px
$font-size-small = 12px
2013-10-23 13:15:38 -04:00
$font-size-smaller = 10px
$font-size-h1 = 30px
$font-size-h2 = 24px
$font-size-h3 = 18px
$font-size-h4 = 14px
$line-height-base = 18px
$line-height-headings = 26px
$font-weight-bold = 800