@nationalarchives/frontend 0.1.62 → 0.1.63
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 +3 -1
- package/package.json +1 -1
@@ -206,13 +206,15 @@ small {
|
|
206
206
|
}
|
207
207
|
}
|
208
208
|
|
209
|
-
|
209
|
+
/* stylelint-disable scss/percent-placeholder-pattern */
|
210
|
+
&--no-link-arrow {
|
210
211
|
a {
|
211
212
|
&::after {
|
212
213
|
display: none;
|
213
214
|
}
|
214
215
|
}
|
215
216
|
}
|
217
|
+
/* stylelint-enable scss/percent-placeholder-pattern */
|
216
218
|
|
217
219
|
strong {
|
218
220
|
font-weight: inherit;
|