-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up color maps for Decanter and refactor main nav colors to refer …
…to color maps (#420) * WIP color maps with function to retrieve color; refactor brand bar and alerts to use color map and function; start refactoring main nav colors * WIP refactor main nav colors * WIP refactor main nav colors * Add warnings to color function * finish up main nav default style color refactor * Finish up refactoring main-nav--dark colors * Fix main-nav--light variant, when mobile search is present the background color is now white; beginning color map refactoring * WIP main-nav--light color refactor * WIP main-nav--light refactoring; change link-border to border * Finish refactoring main-nav--light colors to use color map * Refactor to replace .su-main-nav.su-main-nav--dark selectors with just .su-main-nav--dark * fixup su-main-nav--dark * Continue cleanup of main nav styles * Main-nav code cleanup remove redundancy * WIP fixup * bg color transition fixup * main-nav--light mobile minus sign fixup * have colors in brand bar, global footer, logo, button primary to refer to color map * main-nav--light fixup * main-nav--light fixup * doc, styleguide and button/link colors * fixup * Doc * cc indentation fix * fixup * Change all reference to $color-dark-red in $main-nav-colors to $color-bright-red * Remove nesting of main nav color maps and $theme in function @color * Add a local variable $_color-map for variants that gets defined at the top of each variant's scss file * Fix styleguide comments * Namespace color map variable * Change @warn to @error in function @color
- Loading branch information
1 parent
d0e6561
commit 0f7a682
Showing
27 changed files
with
930 additions
and
603 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
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
191 changes: 101 additions & 90 deletions
191
core/src/scss/components/main-nav/_main-nav--dark.scss
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
Oops, something went wrong.