dat.gui/elements/shared.styl

14 lines
251 B
Stylus
Raw Normal View History

2014-08-15 16:32:49 +00:00
@import 'nib';
2014-08-15 22:04:51 +00:00
number-color = #25a0d8
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-15 22:04:51 +00:00
2014-08-15 16:32:49 +00:00
font()
font: 500 11px 'Roboto', sans-serif;
color: #fff;
-webkit-font-smoothing: antialiased;