minimal-mistakes-jekyll 4.10.0 → 4.10.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/LICENSE.txt +63 -63
  4. data/_data/navigation.yml +11 -11
  5. data/_data/ui-text.yml +986 -983
  6. data/_includes/analytics-providers/custom.html +2 -2
  7. data/_includes/analytics-providers/google-gtag.html +9 -0
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +13 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/base_path +4 -4
  14. data/_includes/breadcrumbs.html +39 -39
  15. data/_includes/browser-upgrade.html +3 -3
  16. data/_includes/category-list.html +25 -25
  17. data/_includes/comment.html +22 -22
  18. data/_includes/comments-providers/custom.html +2 -2
  19. data/_includes/comments-providers/discourse.html +13 -13
  20. data/_includes/comments-providers/facebook.html +7 -7
  21. data/_includes/comments-providers/google-plus.html +1 -1
  22. data/_includes/comments-providers/staticman.html +41 -41
  23. data/_includes/comments-providers/staticman_v2.html +41 -41
  24. data/_includes/comments.html +168 -168
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -25
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +42 -42
  32. data/_includes/head/custom.html +5 -5
  33. data/_includes/nav_list +46 -46
  34. data/_includes/page__hero.html +61 -61
  35. data/_includes/page__hero_video.html +4 -4
  36. data/_includes/page__taxonomy.html +6 -6
  37. data/_includes/paginator.html +69 -69
  38. data/_includes/post_pagination.html +13 -13
  39. data/_includes/read-time.html +14 -14
  40. data/_includes/scripts.html +26 -26
  41. data/_includes/search/algolia-search-scripts.html +54 -54
  42. data/_includes/search/lunr-search-scripts.html +9 -9
  43. data/_includes/search/search_form.html +10 -10
  44. data/_includes/seo.html +166 -166
  45. data/_includes/sidebar.html +22 -22
  46. data/_includes/social-share.html +13 -13
  47. data/_includes/tag-list.html +25 -25
  48. data/_includes/toc +6 -6
  49. data/_includes/toc.html +74 -74
  50. data/_includes/video +11 -11
  51. data/_layouts/archive-taxonomy.html +14 -14
  52. data/_layouts/compress.html +10 -10
  53. data/_layouts/default.html +1 -1
  54. data/_layouts/home.html +11 -11
  55. data/_layouts/search.html +35 -35
  56. data/_layouts/single.html +92 -92
  57. data/_layouts/splash.html +21 -21
  58. data/_sass/minimal-mistakes.scss +1 -1
  59. data/_sass/minimal-mistakes/_animations.scss +20 -20
  60. data/_sass/minimal-mistakes/_archive.scss +319 -319
  61. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  62. data/_sass/minimal-mistakes/_footer.scss +85 -85
  63. data/_sass/minimal-mistakes/_masthead.scss +83 -83
  64. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +452 -452
  67. data/_sass/minimal-mistakes/_reset.scss +186 -186
  68. data/_sass/minimal-mistakes/_search.scss +125 -125
  69. data/_sass/minimal-mistakes/_sidebar.scss +297 -297
  70. data/_sass/minimal-mistakes/_tables.scss +36 -36
  71. data/_sass/minimal-mistakes/_utilities.scss +520 -520
  72. data/_sass/minimal-mistakes/_variables.scss +153 -153
  73. data/_sass/minimal-mistakes/skins/_air.scss +23 -23
  74. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  75. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -51
  76. data/_sass/minimal-mistakes/skins/_dark.scss +42 -42
  77. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  78. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -33
  79. data/_sass/minimal-mistakes/skins/_mint.scss +23 -23
  80. data/_sass/minimal-mistakes/skins/_neon.scss +53 -53
  81. data/_sass/minimal-mistakes/skins/_plum.scss +60 -60
  82. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -44
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  88. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  89. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  90. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  99. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  100. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  101. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  102. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  103. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  104. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  105. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  106. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  107. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  108. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  109. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  110. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  111. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  112. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  113. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  114. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  115. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  116. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  117. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  118. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  119. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  120. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  121. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  122. data/assets/css/main.scss +7 -7
  123. data/assets/js/_main.js +106 -106
  124. data/assets/js/lunr/lunr-en.js +75 -75
  125. data/assets/js/lunr/lunr-gr.js +528 -528
  126. data/assets/js/lunr/lunr-store.js +36 -36
  127. data/assets/js/lunr/lunr.js +2977 -2977
  128. data/assets/js/main.min.js +5 -5
  129. data/assets/js/plugins/jquery.fitvids.js +81 -81
  130. data/assets/js/vendor/jquery/jquery-3.3.1.min.js +2 -0
  131. metadata +5 -4
  132. data/assets/js/vendor/jquery/jquery-3.2.1.min.js +0 -4
@@ -1,187 +1,187 @@
1
- /* ==========================================================================
2
- STYLE RESETS
3
- ========================================================================== */
4
-
5
- * { box-sizing: border-box; }
6
-
7
- html {
8
- /* apply a natural box layout model to all elements */
9
- box-sizing: border-box;
10
- background-color: $background-color;
11
- font-size: 16px;
12
-
13
- @include breakpoint($medium) {
14
- font-size: 18px;
15
- }
16
-
17
- @include breakpoint($large) {
18
- font-size: 20px;
19
- }
20
-
21
- @include breakpoint($x-large) {
22
- font-size: 22px;
23
- }
24
-
25
- -webkit-text-size-adjust: 100%;
26
- -ms-text-size-adjust: 100%;
27
- }
28
-
29
- /* Remove margin */
30
-
31
- body { margin: 0; }
32
-
33
- /* Selected elements */
34
-
35
- ::-moz-selection {
36
- color: #fff;
37
- background: #000;
38
- }
39
-
40
- ::selection {
41
- color: #fff;
42
- background: #000;
43
- }
44
-
45
- /* Display HTML5 elements in IE6-9 and FF3 */
46
-
47
- article,
48
- aside,
49
- details,
50
- figcaption,
51
- figure,
52
- footer,
53
- header,
54
- hgroup,
55
- main,
56
- nav,
57
- section {
58
- display: block;
59
- }
60
-
61
- /* Display block in IE6-9 and FF3 */
62
-
63
- audio,
64
- canvas,
65
- video {
66
- display: inline-block;
67
- *display: inline;
68
- *zoom: 1;
69
- }
70
-
71
- /* Prevents modern browsers from displaying 'audio' without controls */
72
-
73
- audio:not([controls]) {
74
- display: none;
75
- }
76
-
77
- a {
78
- color: $link-color;
79
- }
80
-
81
- /* Apply focus state */
82
-
83
- a:focus {
84
- @extend %tab-focus;
85
- }
86
-
87
- /* Remove outline from links */
88
-
89
- a:hover,
90
- a:active {
91
- outline: 0;
92
- }
93
-
94
- /* Prevent sub and sup affecting line-height in all browsers */
95
-
96
- sub,
97
- sup {
98
- position: relative;
99
- font-size: 75%;
100
- line-height: 0;
101
- vertical-align: baseline;
102
- }
103
-
104
- sup {
105
- top: -0.5em;
106
- }
107
-
108
- sub {
109
- bottom: -0.25em;
110
- }
111
-
112
- /* img border in anchor's and image quality */
113
-
114
- img {
115
- /* Responsive images (ensure images don't scale beyond their parents) */
116
- max-width: 100%; /* part 1: Set a maximum relative to the parent*/
117
- width: auto\9; /* IE7-8 need help adjusting responsive images*/
118
- height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
119
-
120
- vertical-align: middle;
121
- border: 0;
122
- -ms-interpolation-mode: bicubic;
123
- }
124
-
125
- /* Prevent max-width from affecting Google Maps */
126
-
127
- #map_canvas img,
128
- .google-maps img {
129
- max-width: none;
130
- }
131
-
132
- /* Consistent form font size in all browsers, margin changes, misc */
133
-
134
- button,
135
- input,
136
- select,
137
- textarea {
138
- margin: 0;
139
- font-size: 100%;
140
- vertical-align: middle;
141
- }
142
-
143
- button,
144
- input {
145
- *overflow: visible; /* inner spacing ie IE6/7*/
146
- line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/
147
- }
148
-
149
- button::-moz-focus-inner,
150
- input::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/
151
- padding: 0;
152
- border: 0;
153
- }
154
-
155
- button,
156
- html input[type="button"], // avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls
157
- input[type="reset"],
158
- input[type="submit"] {
159
- -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/
160
- cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
161
- }
162
-
163
- label,
164
- select,
165
- button,
166
- input[type="button"],
167
- input[type="reset"],
168
- input[type="submit"],
169
- input[type="radio"],
170
- input[type="checkbox"] {
171
- cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
172
- }
173
-
174
- input[type="search"] { /* Appearance in Safari/Chrome*/
175
- box-sizing: border-box;
176
- -webkit-appearance: textfield;
177
- }
178
-
179
- input[type="search"]::-webkit-search-decoration,
180
- input[type="search"]::-webkit-search-cancel-button {
181
- -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/
182
- }
183
-
184
- textarea {
185
- overflow: auto; /* remove vertical scrollbar in IE6-9*/
186
- vertical-align: top; /* readability and alignment cross-browser*/
1
+ /* ==========================================================================
2
+ STYLE RESETS
3
+ ========================================================================== */
4
+
5
+ * { box-sizing: border-box; }
6
+
7
+ html {
8
+ /* apply a natural box layout model to all elements */
9
+ box-sizing: border-box;
10
+ background-color: $background-color;
11
+ font-size: 16px;
12
+
13
+ @include breakpoint($medium) {
14
+ font-size: 18px;
15
+ }
16
+
17
+ @include breakpoint($large) {
18
+ font-size: 20px;
19
+ }
20
+
21
+ @include breakpoint($x-large) {
22
+ font-size: 22px;
23
+ }
24
+
25
+ -webkit-text-size-adjust: 100%;
26
+ -ms-text-size-adjust: 100%;
27
+ }
28
+
29
+ /* Remove margin */
30
+
31
+ body { margin: 0; }
32
+
33
+ /* Selected elements */
34
+
35
+ ::-moz-selection {
36
+ color: #fff;
37
+ background: #000;
38
+ }
39
+
40
+ ::selection {
41
+ color: #fff;
42
+ background: #000;
43
+ }
44
+
45
+ /* Display HTML5 elements in IE6-9 and FF3 */
46
+
47
+ article,
48
+ aside,
49
+ details,
50
+ figcaption,
51
+ figure,
52
+ footer,
53
+ header,
54
+ hgroup,
55
+ main,
56
+ nav,
57
+ section {
58
+ display: block;
59
+ }
60
+
61
+ /* Display block in IE6-9 and FF3 */
62
+
63
+ audio,
64
+ canvas,
65
+ video {
66
+ display: inline-block;
67
+ *display: inline;
68
+ *zoom: 1;
69
+ }
70
+
71
+ /* Prevents modern browsers from displaying 'audio' without controls */
72
+
73
+ audio:not([controls]) {
74
+ display: none;
75
+ }
76
+
77
+ a {
78
+ color: $link-color;
79
+ }
80
+
81
+ /* Apply focus state */
82
+
83
+ a:focus {
84
+ @extend %tab-focus;
85
+ }
86
+
87
+ /* Remove outline from links */
88
+
89
+ a:hover,
90
+ a:active {
91
+ outline: 0;
92
+ }
93
+
94
+ /* Prevent sub and sup affecting line-height in all browsers */
95
+
96
+ sub,
97
+ sup {
98
+ position: relative;
99
+ font-size: 75%;
100
+ line-height: 0;
101
+ vertical-align: baseline;
102
+ }
103
+
104
+ sup {
105
+ top: -0.5em;
106
+ }
107
+
108
+ sub {
109
+ bottom: -0.25em;
110
+ }
111
+
112
+ /* img border in anchor's and image quality */
113
+
114
+ img {
115
+ /* Responsive images (ensure images don't scale beyond their parents) */
116
+ max-width: 100%; /* part 1: Set a maximum relative to the parent*/
117
+ width: auto\9; /* IE7-8 need help adjusting responsive images*/
118
+ height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
119
+
120
+ vertical-align: middle;
121
+ border: 0;
122
+ -ms-interpolation-mode: bicubic;
123
+ }
124
+
125
+ /* Prevent max-width from affecting Google Maps */
126
+
127
+ #map_canvas img,
128
+ .google-maps img {
129
+ max-width: none;
130
+ }
131
+
132
+ /* Consistent form font size in all browsers, margin changes, misc */
133
+
134
+ button,
135
+ input,
136
+ select,
137
+ textarea {
138
+ margin: 0;
139
+ font-size: 100%;
140
+ vertical-align: middle;
141
+ }
142
+
143
+ button,
144
+ input {
145
+ *overflow: visible; /* inner spacing ie IE6/7*/
146
+ line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/
147
+ }
148
+
149
+ button::-moz-focus-inner,
150
+ input::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/
151
+ padding: 0;
152
+ border: 0;
153
+ }
154
+
155
+ button,
156
+ html input[type="button"], // avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls
157
+ input[type="reset"],
158
+ input[type="submit"] {
159
+ -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/
160
+ cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
161
+ }
162
+
163
+ label,
164
+ select,
165
+ button,
166
+ input[type="button"],
167
+ input[type="reset"],
168
+ input[type="submit"],
169
+ input[type="radio"],
170
+ input[type="checkbox"] {
171
+ cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
172
+ }
173
+
174
+ input[type="search"] { /* Appearance in Safari/Chrome*/
175
+ box-sizing: border-box;
176
+ -webkit-appearance: textfield;
177
+ }
178
+
179
+ input[type="search"]::-webkit-search-decoration,
180
+ input[type="search"]::-webkit-search-cancel-button {
181
+ -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/
182
+ }
183
+
184
+ textarea {
185
+ overflow: auto; /* remove vertical scrollbar in IE6-9*/
186
+ vertical-align: top; /* readability and alignment cross-browser*/
187
187
  }
@@ -1,125 +1,125 @@
1
- /* ==========================================================================
2
- SEARCH
3
- ========================================================================== */
4
-
5
- .layout--search {
6
- .archive__item-teaser {
7
- margin-bottom: 0.25em;
8
- }
9
- }
10
-
11
- .search__toggle {
12
- margin-left: 1rem;
13
- margin-right: 1rem;
14
- border: 0;
15
- outline: none;
16
- color: $muted-text-color;
17
- background-color: transparent;
18
- cursor: pointer;
19
- -webkit-transition: 0.2s;
20
- transition: 0.2s;
21
-
22
- &:hover {
23
- color: $text-color;
24
- }
25
- }
26
-
27
- .search-icon {
28
- width: 100%;
29
- height: 100%;
30
- }
31
-
32
- .search-content {
33
- display: none;
34
- visibility: hidden;
35
- padding-top: 1em;
36
- padding-bottom: 1em;
37
-
38
- &__inner-wrap {
39
- width: 100%;
40
- margin-left: auto;
41
- margin-right: auto;
42
- padding-left: 1em;
43
- padding-right: 1em;
44
- -webkit-animation: $intro-transition;
45
- animation: $intro-transition;
46
- -webkit-animation-delay: 0.15s;
47
- animation-delay: 0.15s;
48
-
49
- @include breakpoint($x-large) {
50
- max-width: $x-large;
51
- }
52
- }
53
-
54
- .search-input {
55
- display: block;
56
- margin-bottom: 0;
57
- padding: 0;
58
- border: none;
59
- outline: none;
60
- box-shadow: none;
61
- background-color: transparent;
62
- font-size: $type-size-3;
63
-
64
- @include breakpoint($large) {
65
- font-size: $type-size-2;
66
- }
67
-
68
- @include breakpoint($x-large) {
69
- font-size: $type-size-1;
70
- }
71
- }
72
-
73
- &.is--visible {
74
- display: block;
75
- visibility: visible;
76
-
77
- &::after {
78
- content: "";
79
- display: block;
80
- }
81
- }
82
-
83
- .results__found {
84
- margin-top: 0.5em;
85
- font-size: $type-size-6;
86
- }
87
-
88
- .archive__item {
89
- margin-bottom: 2em;
90
-
91
- @include breakpoint($large) {
92
- width: 75%;
93
- }
94
-
95
- @include breakpoint($x-large) {
96
- width: 50%;
97
- }
98
- }
99
-
100
- .archive__item-title {
101
- margin-top: 0;
102
- }
103
-
104
- .archive__item-excerpt {
105
- margin-bottom: 0;
106
- }
107
- }
108
-
109
- /* Algolia search */
110
-
111
- .ais-search-box {
112
- max-width: 100% !important;
113
- margin-bottom: 2em;
114
- }
115
-
116
- .archive__item-title .ais-Highlight {
117
- color: $link-color;
118
- font-style: normal;
119
- text-decoration: underline;
120
- }
121
- .archive__item-excerpt .ais-Highlight {
122
- color: $link-color;
123
- font-style: normal;
124
- font-weight: bold;
125
- }
1
+ /* ==========================================================================
2
+ SEARCH
3
+ ========================================================================== */
4
+
5
+ .layout--search {
6
+ .archive__item-teaser {
7
+ margin-bottom: 0.25em;
8
+ }
9
+ }
10
+
11
+ .search__toggle {
12
+ margin-left: 1rem;
13
+ margin-right: 1rem;
14
+ border: 0;
15
+ outline: none;
16
+ color: $muted-text-color;
17
+ background-color: transparent;
18
+ cursor: pointer;
19
+ -webkit-transition: 0.2s;
20
+ transition: 0.2s;
21
+
22
+ &:hover {
23
+ color: $text-color;
24
+ }
25
+ }
26
+
27
+ .search-icon {
28
+ width: 100%;
29
+ height: 100%;
30
+ }
31
+
32
+ .search-content {
33
+ display: none;
34
+ visibility: hidden;
35
+ padding-top: 1em;
36
+ padding-bottom: 1em;
37
+
38
+ &__inner-wrap {
39
+ width: 100%;
40
+ margin-left: auto;
41
+ margin-right: auto;
42
+ padding-left: 1em;
43
+ padding-right: 1em;
44
+ -webkit-animation: $intro-transition;
45
+ animation: $intro-transition;
46
+ -webkit-animation-delay: 0.15s;
47
+ animation-delay: 0.15s;
48
+
49
+ @include breakpoint($x-large) {
50
+ max-width: $x-large;
51
+ }
52
+ }
53
+
54
+ .search-input {
55
+ display: block;
56
+ margin-bottom: 0;
57
+ padding: 0;
58
+ border: none;
59
+ outline: none;
60
+ box-shadow: none;
61
+ background-color: transparent;
62
+ font-size: $type-size-3;
63
+
64
+ @include breakpoint($large) {
65
+ font-size: $type-size-2;
66
+ }
67
+
68
+ @include breakpoint($x-large) {
69
+ font-size: $type-size-1;
70
+ }
71
+ }
72
+
73
+ &.is--visible {
74
+ display: block;
75
+ visibility: visible;
76
+
77
+ &::after {
78
+ content: "";
79
+ display: block;
80
+ }
81
+ }
82
+
83
+ .results__found {
84
+ margin-top: 0.5em;
85
+ font-size: $type-size-6;
86
+ }
87
+
88
+ .archive__item {
89
+ margin-bottom: 2em;
90
+
91
+ @include breakpoint($large) {
92
+ width: 75%;
93
+ }
94
+
95
+ @include breakpoint($x-large) {
96
+ width: 50%;
97
+ }
98
+ }
99
+
100
+ .archive__item-title {
101
+ margin-top: 0;
102
+ }
103
+
104
+ .archive__item-excerpt {
105
+ margin-bottom: 0;
106
+ }
107
+ }
108
+
109
+ /* Algolia search */
110
+
111
+ .ais-search-box {
112
+ max-width: 100% !important;
113
+ margin-bottom: 2em;
114
+ }
115
+
116
+ .archive__item-title .ais-Highlight {
117
+ color: $link-color;
118
+ font-style: normal;
119
+ text-decoration: underline;
120
+ }
121
+ .archive__item-excerpt .ais-Highlight {
122
+ color: $link-color;
123
+ font-style: normal;
124
+ font-weight: bold;
125
+ }