Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !1027

Audit redesign font sizes and turn them into variables

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/camariana/main into main 5 years ago
  • Overview 7
  • Commits 28
  • Pipelines 0
  • Changes 24

Created by: camariana

This task is done

Compare
  • main (base)

and
  • latest version
    3a113619
    28 commits, 2 years ago

24 files
+ 67
- 51

    Preferences

    File browser
    Compare changes
src‎/css‎
ba‎se‎
_reset‎s.scss‎ +1 -1
_table‎s.scss‎ +1 -1
compo‎nents‎
_c-a11y-su‎mmary.scss‎ +9 -9
_c-bann‎er.scss‎ +1 -1
_c-blm-ba‎nner.scss‎ +1 -1
_c-car‎d.scss‎ +3 -3
_c-chang‎elog.scss‎ +1 -1
_c-check‎list.scss‎ +1 -1
_c-contri‎bute.scss‎ +1 -1
_c-copy-emai‎l-button.scss‎ +1 -1
_c-cta-get-‎started.scss‎ +2 -2
_c-dos-d‎onts.scss‎ +1 -1
_c-foot‎er.scss‎ +5 -5
_c-headi‎ngs.scss‎ +2 -2
_c-homepag‎e-card.scss‎ +4 -4
_c-last-up‎dated.scss‎ +2 -2
_c-linkr‎oll.scss‎ +3 -3
_c-pers‎on.scss‎ +2 -2
_c-pos‎t.scss‎ +5 -5
_c-recommende‎d-reading.scss‎ +3 -3
_c-spotl‎ight.scss‎ +1 -1
_c-wcag-expl‎anation.scss‎ +1 -1
lo‎gic‎
_variables.fo‎nt-sizes.scss‎ +15 -0
scree‎n.scss‎ +1 -0
src/css/base/_resets.scss
+ 1
- 1
  • View file @ 3a113619

  • Edit in single-file editor

  • Open in Web IDE


@@ -125,7 +125,7 @@ input[type="week"],
input datalist,
select,
textarea {
font-size: 1rem;
font-size: $font-size-body;
line-height: 1;
}
src/css/base/_tables.scss
+ 1
- 1
  • View file @ 3a113619

  • Edit in single-file editor

  • Open in Web IDE


@@ -94,7 +94,7 @@ table {
th {
font-family: $font-family-secondary;
font-size: 1rem;
font-size: $font-size-body;
font-weight: $font-weight-bold;
}
}
src/css/components/_c-a11y-summary.scss
+ 9
- 9
  • View file @ 3a113619

  • Edit in single-file editor

  • Open in Web IDE


@@ -17,22 +17,22 @@
.c-a11y-summary__explanation {
font-size: 1.5rem;
font-size: $font-size-body-large;
margin-top: 0;
margin-bottom: 0;
text-align: center;
// Breakpoints
@include mappy-bp(wrist-large) {
font-size: 1.75rem;
font-size: $font-size-heading-tiny;
}
@include mappy-bp(palm-medium) {
font-size: 2.25rem;
font-size: $font-size-heading-medium;
}
@include mappy-bp(palm-large) {
font-size: 2.75rem;
font-size: $font-size-heading-larger;
}
}
@@ -42,7 +42,7 @@
background-size: 75%;
display: block;
font-family: $font-family-secondary;
font-size: 1.75rem;
font-size: $font-size-heading-tiny;
letter-spacing: $font-tracking-slight;
padding-bottom: 1rem;
text-transform: uppercase;
@@ -53,24 +53,24 @@
}
@include mappy-bp(palm-medium) {
font-size: 2.25rem;
font-size: $font-size-heading-medium;
}
@include mappy-bp(palm-large) {
font-size: 2.5rem;
font-size: $font-size-heading-large;
}
}
.c-a11y-summary__mission {
font-family: $font-family-secondary;
font-size: 1rem;
font-size: $font-size-body;
margin-top: 2rem;
max-width: 40ch;
text-align: center;
// Breakpoints
@include mappy-bp(palm-medium) {
font-size: 1.2rem;
font-size: $font-size-body-medium;
}
}
src/css/components/_c-banner.scss
+ 1
- 1
  • View file @ 3a113619

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,7 @@ $_banner-triangle-size: 1.49rem;
background-repeat: no-repeat;
color: $color-black;
font-family: $font-family-secondary;
font-size: 1rem;
font-size: $font-size-body;
letter-spacing: $font-tracking-slight;
line-height: $line-height-single;
margin-top: 1.5rem;
src/css/components/_c-blm-banner.scss
+ 1
- 1
  • View file @ 3a113619

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,7 +3,7 @@
color: $color-sand;
font-family: $font-family-secondary;
padding: 0.25rem map-get($global-bleed, small);
font-size: 0.9rem;
font-size: $font-size-body-small;
text-align: center;
// User Queries
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: firstcontributions/first-contributions!51301
Source branch: github/fork/camariana/main

Menu

Explore Projects Groups Snippets