Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 179 | espaco | 1 | //general |
| 2 | $fontSize:14px !default; |
||
| 3 | $fontFamily: 'Open Sans' !default; |
||
| 4 | $mobileBreakpoint:991px !default; |
||
| 5 | $borderRadius:5px !default; |
||
| 6 | $animationDuration:.2s !default; |
||
| 7 | $animationTimingFunction:cubic-bezier(.05,.74,.2,.99) !default; |
||
| 8 | $letterSpacing:normal !default; |
||
| 9 | $transitionDuration:.2s !default; |
||
| 10 | $tabletBreakpoint:991px !default; |
||
| 11 | $phoneBreakpoint:576px !default; |