dat.gui/elements/shared.styl
2014-08-23 03:05:22 -04:00

19 lines
341 B
Stylus

@import 'nib';
panel-width = 245px
font-color = #eee
panel-color = #1a1a1a
number-color = #25a0d8
padding = 8px
ease = cubic-bezier( .25, .25, 0, 1 )
light = rgba( 255, 255, 255, 0.25 )
dark = rgba( 0, 0, 0, 0.1 );
panel-font()
font: 10px 'Lucida Grande', sans-serif;
color: font-color;
-webkit-font-smoothing: antialiased;