dat.gui/elements/shared.styl

26 lines
447 B
Stylus
Raw Normal View History

2014-08-15 16:32:49 +00:00
@import 'nib';
2014-08-23 23:27:00 +00:00
use-debug = false
debug( color )
if use-debug
border: 1px solid color
2014-08-23 07:05:22 +00:00
panel-width = 245px
2014-08-23 23:27:00 +00:00
min-row-height = 30px
2014-08-23 07:05:22 +00:00
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;