kaiwa/public/css/_variables.styl

21 lines
271 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 sizes
2013-09-18 13:57:25 -04:00
$fontLarge = 20px
$fontMedium = 14px
2013-09-19 07:29:42 -04:00
$fontSmall = 12px
2013-09-16 05:19:07 -04:00