1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/public/css/_variables.styl
2013-10-23 17:15:02 +02:00

31 lines
533 B
Stylus

// colors
$activeBlue = #00aeef
$actionPink = #ec008c
$sidebarBg = #0b1316
$sidebarActive = #1f2d49
$baseText = #565656
$textSecondary = #b7b7b7
$grayBackground = #f7f7f7
$grayOutline = #e4e4e4
$font-family-gotham = 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif
// Font sizes
$font-size-large = 16px
$font-size-base = 14px
$font-size-small = 12px
$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