dat.gui/elements/shared.styl

15 lines
266 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-16 21:16:02 +00:00
padding = 10px
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 );
font()
font: 500 11px 'Roboto', sans-serif;
color: #fff;
-webkit-font-smoothing: antialiased;