-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: o-header subnav primary styles
The App has a requirement to have a sub navigation where link items have 'primary' styles and are capitalised with font weight 600. The navigation also requires the background image to use `paper` colour instead of the current default `white-60`. Esentially we want the sub navigation to look like a primary navigation. This introduces `o-header__subnav--primary` modifier which will provide the required style modifications for background colour and text style. Additionally since the text styles are now being using in two places, I've extracted these out to the `_oHeaderPrimaryLink` mixin.
- Loading branch information
Showing
3 changed files
with
40 additions
and
18 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