2 /// Editorial by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
11 @include vendor('user-select', 'none');
12 color: _palette(fg-bold);
13 font-family: _font(family-heading);
14 font-family: _font(weight-heading-alt);
15 letter-spacing: _font(kerning-heading);
19 text-transform: uppercase;
30 color: _palette(accent);
34 @include vendor('transition', 'color #{_duration(transition)} ease-in-out');
36 -webkit-tap-highlight-color: rgba(255,255,255,0);
40 @include vendor('transition', (
41 'color #{_duration(transition)} ease-in-out',
42 'transform #{_duration(transition)} ease-in-out'
44 color: _palette(fg-light);
52 color: _palette(accent);
62 @include vendor('transform', 'rotate(-180deg)');
71 border-top: solid 1px _palette(border);
76 color: _palette(fg-light);
78 margin: 0.5em 0 1.5em 0;
86 margin: 0.125em 0 0 0;
87 padding: 0.125em 0 0 0;