@nationalarchives/frontend 0.1.63 → 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 -10
- package/package.json +1 -1
@@ -206,16 +206,6 @@ small {
|
|
206
206
|
}
|
207
207
|
}
|
208
208
|
|
209
|
-
/* stylelint-disable scss/percent-placeholder-pattern */
|
210
|
-
&--no-link-arrow {
|
211
|
-
a {
|
212
|
-
&::after {
|
213
|
-
display: none;
|
214
|
-
}
|
215
|
-
}
|
216
|
-
}
|
217
|
-
/* stylelint-enable scss/percent-placeholder-pattern */
|
218
|
-
|
219
209
|
strong {
|
220
210
|
font-weight: inherit;
|
221
211
|
}
|
@@ -307,6 +297,14 @@ small {
|
|
307
297
|
@extend %heading-s;
|
308
298
|
@extend %headings-and-heading-groups;
|
309
299
|
}
|
300
|
+
|
301
|
+
&--no-link-arrow {
|
302
|
+
a {
|
303
|
+
&::after {
|
304
|
+
display: none;
|
305
|
+
}
|
306
|
+
}
|
307
|
+
}
|
310
308
|
}
|
311
309
|
|
312
310
|
.tna-hgroup {
|