-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for homepage specific styles of navbar
This commit contains several small changes that are part of the new design of the homepage. They are all optional parameters for layout_super_navigation_header and are the following: * toggle the logo text off * toggle the border left of the toggle button off * change the background colour of the navbar to blue As these variations will only be rendered on the homepage, a new partial `layout_super_navigation_header_home` has been created. This partial will render the specific homepage differences and it will mean that the layout_for_public will only need one variable to change between homepage styled layout super navigation header and the regular styled layout super navigation header. Tests have been added for all the changes made to layout_for_public and layout_super_navigation_header.
- Loading branch information
1 parent
c9ca7ca
commit 4a7ac65
Showing
9 changed files
with
407 additions
and
92 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
Oops, something went wrong.