2014-08-15 16:32:49 +00:00
|
|
|
@import 'nib';
|
|
|
|
|
2014-08-23 07:05:22 +00:00
|
|
|
panel-width = 245px
|
|
|
|
|
|
|
|
font-color = #eee
|
|
|
|
panel-color = #1a1a1a
|
2014-08-15 22:04:51 +00:00
|
|
|
number-color = #25a0d8
|
|
|
|
|
2014-08-23 07:05:22 +00:00
|
|
|
padding = 8px
|
2014-08-16 21:16:02 +00:00
|
|
|
|
2014-08-15 16:32:49 +00:00
|
|
|
ease = cubic-bezier( .25, .25, 0, 1 )
|
2014-08-15 22:04:51 +00:00
|
|
|
|
|
|
|
light = rgba( 255, 255, 255, 0.25 )
|
2014-08-15 16:32:49 +00:00
|
|
|
dark = rgba( 0, 0, 0, 0.1 );
|
|
|
|
|
2014-08-23 07:05:22 +00:00
|
|
|
panel-font()
|
|
|
|
font: 10px 'Lucida Grande', sans-serif;
|
|
|
|
color: font-color;
|
2014-08-15 16:32:49 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|