generated from cds-snc/.github
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "refactor: Update stepper tokens to match new design (#278)"
This reverts commit f2abfb8.
- Loading branch information
1 parent
a8df46d
commit 24e0585
Showing
10 changed files
with
48 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
// Do not edit directly. | ||
|
||
$gcds-stepper-font-desktop: 600 1.40625rem/124.44444444444444% "Lato", sans-serif; | ||
$gcds-stepper-font-mobile: 700 1.125rem/133.33333333333334% "Lato", sans-serif; | ||
$gcds-stepper-margin-desktop: 0 0 0.5625rem; | ||
$gcds-stepper-margin-mobile: 0 0 0.375rem; | ||
$gcds-stepper-font: 600 1.40625rem/124.44444444444444% "Lato", sans-serif; | ||
$gcds-stepper-margin: 0 0 1.125rem; | ||
$gcds-stepper-text: #43474e; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,21 @@ | ||
{ | ||
"stepper": { | ||
"font": { | ||
"desktop": { | ||
"value": { | ||
"fontFamily": "{fontFamilies.heading}", | ||
"fontWeight": "{fontWeights.semibold}", | ||
"lineHeight": "{lineHeights.h6}", | ||
"fontSize": "{fontSizes.h6}" | ||
}, | ||
"type": "typography" | ||
"value": { | ||
"fontFamily": "{fontFamilies.heading}", | ||
"fontWeight": "{fontWeights.semibold}", | ||
"lineHeight": "{lineHeights.h6}", | ||
"fontSize": "{fontSizes.h6}" | ||
}, | ||
"mobile": { | ||
"value": { | ||
"fontFamily": "{fontFamilies.heading}", | ||
"fontWeight": "{fontWeights.bold}", | ||
"lineHeight": "{lineHeights.h6Mobile}", | ||
"fontSize": "{fontSizes.h6Mobile}" | ||
}, | ||
"type": "typography" | ||
} | ||
"type": "typography" | ||
}, | ||
"margin": { | ||
"desktop": { | ||
"value": "0 0 {spacing.150.value}", | ||
"type": "spacing" | ||
}, | ||
"mobile": { | ||
"value": "0 0 {spacing.100.value}", | ||
"type": "spacing" | ||
} | ||
"value": "0 0 {spacing.300.value}", | ||
"type": "spacing" | ||
}, | ||
"text": { | ||
"value": "{text.secondary.value}", | ||
"type": "color" | ||
} | ||
} | ||
} |