diff --git a/components/tool-navbar.vue b/components/tool-navbar.vue index 920beb09..08bf2fc5 100644 --- a/components/tool-navbar.vue +++ b/components/tool-navbar.vue @@ -8,12 +8,19 @@ - + + {{ uiText.toolName }} - - - {{ uiText.subtitle }} - + + + {{ uiText.subtitle }} + + + + @@ -23,7 +30,7 @@ - + {{ navItem.fullName }} - | + | .brand-styling { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", @@ -179,22 +185,34 @@ color: #28a745 !important; } - #nav-separator { + .nav-separator { font-size: 1.5em; } - #nav-subtitle { - - color: #470a68; + .nav-subtitle { + color: grey; font-size: 16px; - font-weight: normal; + font-weight: 700; text-decoration: none; } - #right-nav { + .nav-title-and-subtitle { + display: inline-block; + vertical-align: middle; + margin-left: 10px; + margin-top: 10px; + } + + .right-nav { + + padding-right: 1em; + } + + .nav-logo { - padding-right: 2em; + height: 60px; + width: auto; }
+ {{ uiText.subtitle }} +