@nationalarchives/frontend 0.1.62 → 0.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nationalarchives/all.css +1 -1
- package/nationalarchives/all.css.map +1 -1
- package/nationalarchives/components/error-summary/error-summary.css +1 -1
- package/nationalarchives/components/error-summary/error-summary.css.map +1 -1
- package/nationalarchives/global-header-package.css +1 -1
- package/nationalarchives/global-header-package.css.map +1 -1
- package/nationalarchives/prototype-kit.css +1 -1
- package/nationalarchives/prototype-kit.css.map +1 -1
- package/nationalarchives/utilities/_typography.scss +8 -8
- package/package.json +1 -1
@@ -206,14 +206,6 @@ small {
|
|
206
206
|
}
|
207
207
|
}
|
208
208
|
|
209
|
-
.tna-heading--no-link-arrow {
|
210
|
-
a {
|
211
|
-
&::after {
|
212
|
-
display: none;
|
213
|
-
}
|
214
|
-
}
|
215
|
-
}
|
216
|
-
|
217
209
|
strong {
|
218
210
|
font-weight: inherit;
|
219
211
|
}
|
@@ -305,6 +297,14 @@ small {
|
|
305
297
|
@extend %heading-s;
|
306
298
|
@extend %headings-and-heading-groups;
|
307
299
|
}
|
300
|
+
|
301
|
+
&--no-link-arrow {
|
302
|
+
a {
|
303
|
+
&::after {
|
304
|
+
display: none;
|
305
|
+
}
|
306
|
+
}
|
307
|
+
}
|
308
308
|
}
|
309
309
|
|
310
310
|
.tna-hgroup {
|