1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Upgrade Primer CSS to version 17, removing marketing styles (#20965)

* Package updates

* Fix up things that look broken

* Add to utils

* Lead now just sets font size, just use f3 where needed

* Update package-lock.json

* Update index.tsx

* Delete bump-link.scss

* Update trigger-error.js

* Update components/GenericError.tsx

Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com>

* Update ArticlePage.tsx

* Update ActionBar.tsx

* Changes from meeting

* Found a few more monos

* Fix from a merge conflict

* Missed a few f3s

* Update SubLandingHero.tsx

* Bye gradients

* Match up breadcrumbs

* Update SubLandingHero.tsx

* Update lists.scss

Co-authored-by: Ash Guillaume <10384315+ashygee@users.noreply.github.com>
This commit is contained in:
Kevin Heis
2021-08-31 14:49:39 -07:00
committed by GitHub
parent 30843e7649
commit 9f7c20dae8
44 changed files with 321 additions and 566 deletions

View File

@@ -20,8 +20,8 @@ export function GenericError() {
<div className="container-xl p-responsive py-9 width-full flex-1">
<article className="col-md-10 col-lg-7 mx-auto">
<h1 className="mb-3 pb-3 border-bottom">Ooops!</h1>
<p className="lead-mktg">It looks like something went wrong.</p>
<p className="lead-mktg">
<p className="f2 color-text-secondary">It looks like something went wrong.</p>
<p className="f3">
We track these errors automatically, but if the problem persists please feel free to
contact us.
</p>
@@ -65,7 +65,7 @@ export const SimpleHeader = () => {
<Link href={`/${router.locale}`}>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a className="h4-mktg color-text-primary no-underline no-wrap pl-2">GitHub Docs</a>
<a className="h4 color-text-primary no-underline no-wrap pl-2">GitHub Docs</a>
</Link>
</div>
</header>