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.
Merge pull request #131 from cds-snc/add-nav-tokens
Add nav tokens
- Loading branch information
Showing
34 changed files
with
1,299 additions
and
340 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/** | ||
* Do not edit directly | ||
* Generated on Tue, 27 Jun 2023 23:49:41 GMT | ||
*/ | ||
|
||
:root { | ||
--gcds-nav-group-mobile-background: #ffffff; | ||
--gcds-nav-group-mobile-list-margin: 0.9375rem 0 0; | ||
--gcds-nav-group-mobile-padding: 0.5625rem 0.9375rem 1.5rem 0.9375rem; | ||
--gcds-nav-group-mobile-trigger-border-radius: 0.375rem; | ||
--gcds-nav-group-mobile-trigger-border-width: 0.125rem; | ||
--gcds-nav-group-mobile-trigger-margin: 0.5625rem; | ||
--gcds-nav-group-mobile-trigger-text: #2b4380; | ||
--gcds-nav-group-side-nav-dropdown-padding: 2.25rem; | ||
--gcds-nav-group-side-nav-trigger-font-weight: 600; | ||
--gcds-nav-group-side-nav-trigger-hover-background: #f1f2f3; | ||
--gcds-nav-group-side-nav-trigger-icon-margin: 1.125rem; | ||
--gcds-nav-group-side-nav-trigger-margin: 0.5625rem; | ||
--gcds-nav-group-top-nav-dropdown-background: #f1f2f3; | ||
--gcds-nav-group-top-nav-dropdown-box-shadow: 0 0 0.5625rem rgba(0, 0, 0, 0.25); | ||
--gcds-nav-group-top-nav-dropdown-padding: 0.75rem 0.75rem 0.1875rem; | ||
--gcds-nav-group-top-nav-dropdown-width: 20rem; | ||
--gcds-nav-group-top-nav-trigger-border-width: 0.25rem; | ||
--gcds-nav-group-top-nav-trigger-hover-background: #d6d9dd; | ||
--gcds-nav-group-top-nav-trigger-icon-margin: 0.9375rem; | ||
--gcds-nav-group-top-nav-trigger-padding: 1.125rem; | ||
--gcds-nav-group-trigger-focus-background: #0535d2; | ||
--gcds-nav-group-trigger-focus-text: #ffffff; | ||
--gcds-nav-group-trigger-focus-border-radius: 0.1875rem; | ||
--gcds-nav-group-trigger-focus-outline-offset: 0.125rem; | ||
--gcds-nav-group-trigger-focus-outline: 0.1875rem solid #0535d2; | ||
--gcds-nav-group-trigger-font: 400 1.25rem/120% "Noto Sans", sans-serif; | ||
--gcds-nav-group-trigger-hover-text: #0535d2; | ||
--gcds-nav-group-trigger-max-width: 20rem; | ||
--gcds-nav-group-trigger-padding: 0.9375rem; | ||
--gcds-nav-group-trigger-text: #333333; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/** | ||
* Do not edit directly | ||
* Generated on Tue, 27 Jun 2023 23:49:41 GMT | ||
*/ | ||
|
||
:root { | ||
--gcds-nav-link-active-border-color: #33465c; | ||
--gcds-nav-link-active-font-weight: 700; | ||
--gcds-nav-link-active-text: #26374a; | ||
--gcds-nav-link-active-background: #d7e5f5; | ||
--gcds-nav-link-border-width: 0.25rem; | ||
--gcds-nav-link-default-text: #2b4380; | ||
--gcds-nav-link-default-decoration-thickness: 0.0625rem; | ||
--gcds-nav-link-default-max-width: 20rem; | ||
--gcds-nav-link-default-underline-offset: 0.25rem; | ||
--gcds-nav-link-focus-background: #0535d2; | ||
--gcds-nav-link-focus-text: #ffffff; | ||
--gcds-nav-link-focus-border-radius: 0.1875rem; | ||
--gcds-nav-link-focus-outline-offset: 0.125rem; | ||
--gcds-nav-link-focus-outline: 0.1875rem solid #0535d2; | ||
--gcds-nav-link-font: 400 1.25rem/120% "Noto Sans", sans-serif; | ||
--gcds-nav-link-hover-decoration-thickness: 0.125rem; | ||
--gcds-nav-link-hover-text: #0535d2; | ||
--gcds-nav-link-margin: 0.5625rem; | ||
--gcds-nav-link-padding: 0.9375rem; | ||
--gcds-nav-link-side-nav-hover-background: #f1f2f3; | ||
--gcds-nav-link-side-nav-padding: 0.9375rem 0.75rem; | ||
--gcds-nav-link-top-nav-hover-background: #d6d9dd; | ||
--gcds-nav-link-top-nav-home-font: 500 1.58203125rem/126.41975308641975% "Noto Sans", sans-serif; | ||
--gcds-nav-link-top-nav-home-padding: 0.9375rem 0.1875rem; | ||
--gcds-nav-link-top-nav-padding: 1.125rem; | ||
--gcds-nav-link-top-nav-text: #333333; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* Do not edit directly | ||
* Generated on Tue, 27 Jun 2023 23:49:41 GMT | ||
*/ | ||
|
||
:root { | ||
--gcds-side-nav-heading-font: 700 1.58203125rem/126.41975308641975% "Lato", sans-serif; | ||
--gcds-side-nav-heading-margin: 0.5625rem; | ||
--gcds-side-nav-heading-padding: 0.9375rem; | ||
--gcds-side-nav-max-width: 20rem; | ||
} |
Oops, something went wrong.