react-toolbox/components/navigation/style.styl

19 lines
655 B
Stylus
Raw Normal View History

@import "../constants.styl"
2015-06-16 14:57:33 +03:00
[data-component-navigation="horizontal"]
> *
display : inline-block
margin-right : SPACE
color : WHITE
font-size : FONT_SIZE_SMALL
font-weight : FONT_WEIGHT_NORMAL !important
[data-component-navigation="vertical"]
> *
display : block
padding : 0 SPACE
line-height : UNIT
transition-property box-shadow, opacity
&.active
box-shadow inset MENU_WIDTH 0 BACKGROUND