Skip to content
  • This project
    • Loading...
  • Sign in

MSF / msf-climate-hub

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • msf-climate-hub
  • wp-content
  • plugins
  • megamenu
  • integration
  • twentyseventeen
  • style.scss
  • Jeff Balicki's avatar
    front page · 2eb53152 ...
    2eb53152
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-07-24 17:00:22 -0400
style.scss 501 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
@if $location == 'top' {
    body.mega-menu-top {
        button.menu-toggle {
            height: 0;
            padding: 0;
            visibility: hidden;
            margin: 0;
        }
        .site-header .navigation-top .menu-scroll-down {
            display: none;
        }
        .navigation-top a {
            font-weight: normal;
        }
        .navigation-top .wrap {
            padding: 0 2em;
        }
        .navigation-top nav {
            margin-left: 0;
        }
    }
}