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)
9 body, input, select, textarea {
11 font-family: _font(family);
13 font-weight: _font(weight);
16 @include breakpoint('<=xlarge') {
20 @include breakpoint('<=large') {
24 @include breakpoint('<=xxsmall') {
30 @include vendor('transition', (
31 'color #{_duration(transition)} ease-in-out',
32 'border-bottom-color #{_duration(transition)} ease-in-out'
34 border-bottom: dotted 1px;
35 color: _palette(accent);
36 text-decoration: none;
39 border-bottom-color: _palette(accent);
40 color: _palette(accent) !important;
49 color: _palette(fg-bold);
50 font-weight: _font(weight-bold);
58 margin: 0 0 _size(element-margin) 0;
61 h1, h2, h3, h4, h5, h6 {
62 color: _palette(fg-bold);
63 font-family: _font(family-heading);
64 font-weight: _font(weight-heading);
66 margin: 0 0 (_size(element-margin) * 0.5) 0;
70 text-decoration: none;
77 margin: 0 0 (_size(element-margin) * 0.25) 0;
101 @include breakpoint('<=xlarge') {
107 @include breakpoint('<=medium') {
113 @include breakpoint('<=small') {
137 border-left: solid 3px _palette(border);
139 margin: 0 0 _size(element-margin) 0;
140 padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
144 background: _palette(border-bg);
145 border-radius: _size(border-radius);
146 border: solid 1px _palette(border);
147 font-family: _font(family-fixed);
150 padding: 0.25em 0.65em;
154 -webkit-overflow-scrolling: touch;
155 font-family: _font(family-fixed);
157 margin: 0 0 _size(element-margin) 0;
169 border-bottom: solid 1px _palette(border);
170 margin: _size(element-margin) 0;
173 margin: (_size(element-margin) * 1.5) 0;