Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-101: Navigation Bar (Responsive Design Sans Search & Icons) #227

Merged

Commits on May 21, 2021

  1. GH-101: Header (Use .c-logo for Brand Bar Images)

    - Remove branding images style that is made redundant.
    - Allow logo height less than 100% (for navbar).
    - Ensure navbar logo styles do not affect brand bar.
    - Give limited flexibility to navbar logo.
    - Use c-logo for branding images.
    wesleyboar committed May 21, 2021
    Configuration menu
    Copy the full SHA
    28515e6 View commit details
    Browse the repository at this point in the history
  2. GH-101: Navigation Bar (Responsive Design)

    - Add compressed and expanded styles in two files.
    - Increase body min-width (to prevent wrap of navbar toggle).
    - Remove condition for navbar breakpoint; now it's always 992px.
    - Migrate some `s-header` CSS to `[…].expanded` and `[…].compressed`.
    - Use `top` to position arrows isntead of `margin`.
    - Truncate nav links.
    - Style dropdowns.
    - Add nav link text span wrappers (to prevent truncation of menu arrows).
    wesleyboar committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c6bff3c View commit details
    Browse the repository at this point in the history