dat.gui/elements/shared/shared.styl
George Michael Brower e523c634c5 folders
2014-10-11 15:39:16 -04:00

51 lines
801 B
Stylus

@import 'nib'
/* sizes */
font-size = 10px
touch-scale = 1.35
panel-width = 245px
panel-width-touch = 320px
row-height = 3em
row-name-width = 38%
padding = 9px
/* colors */
color-font = #ECEBE0
color-panel = rgba( 40, 40, 40, 1 )
color-comment = #E0CF99
color-number = #25A0D8
color-boolean = #864694
color-string = #1EBD6E
light = rgba( 255, 255, 255, 0.25 )
lighter = rgba( 255, 255, 255, 0.05 )
dark = rgba( 0, 0, 0, 0.1 )
/* other */
ease = cubic-bezier( .25, .25, 0, 1 )
/* mixins */
panel-font( color = color-font )
font font-size 'Lucida Grande', sans-serif
color color
+touch()
font-size font-size * touch-scale
touch( val = true )
:host-context({ '.touch-' + val }) &
{ block }
hover()
+touch( false )
&:hover
{ block }