diff --git a/core/client/assets/sass/components/navigation.scss b/core/client/assets/sass/components/navigation.scss index a843f90c22..0e8948f725 100644 --- a/core/client/assets/sass/components/navigation.scss +++ b/core/client/assets/sass/components/navigation.scss @@ -4,8 +4,8 @@ // Styles for the main top bar & mobile navigation // // * Main wrapper -// * Ghost branding // * Nav Items +// * Ghost branding // * User Menu // * Mobile // ------------------------------------------------------------ @@ -37,34 +37,6 @@ } -// -// Ghost branding -// -------------------------------------------------- - -.ghost-logo { - width: 60px; - padding-right: 0; - text-align: center; - color: lighten($grey, 20%); - font-size: 1.2rem; - line-height: 1em; - transition: color 0.5s; - - span { - display: none; - } -} -.ghost-logo:hover, -.ghost-logo:focus { - color: $lightgrey; - transition: color 0.1s; - - .nav-label { - background: transparent; - } -} - - // // Nav Items // -------------------------------------------------- @@ -103,6 +75,34 @@ } +// +// Ghost branding +// -------------------------------------------------- + +.ghost-logo { + width: 60px; + padding-right: 0; + text-align: center; + color: lighten($grey, 20%); + font-size: 1.2rem; + line-height: 1em; + transition: color 0.5s; + + span { + display: none; + } +} +.ghost-logo:hover, +.ghost-logo:focus { + color: $lightgrey; + transition: color 0.1s; + + .nav-label { + background: transparent; + } +} + + // // User Menu // --------------------------------------------------