Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / framework / style / variables.scss
1 /* TRANSITIONS
2 ############################################################################ */
3
4 $transition: all 300ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
5
6
7
8 /* SHADOW
9 ############################################################################ */
10
11 $shadow: 0 8px 6px -6px hsla(0,0,0,.35);
12
13 // $focus-shadow: 0 0 6px 0 $focus;