Commit a7275737 authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Adjust the font size of all top bar text

Use 14px for all top bar menu item text
for consistency.

T-91
parent 09b7b6a6
......@@ -122,6 +122,7 @@ $group-list-width: 270px;
&.selected {
.group-name-link {
font-size: $body2-font-size;
font-weight: 600;
}
}
......@@ -175,6 +176,7 @@ $group-list-width: 270px;
// the label showing the currently selected group which opens
// the drop-down list when clicked
.group-list-label__label {
font-size: $body2-font-size;
font-weight:bold;
}
......
......@@ -184,6 +184,7 @@ html {
display: block;
line-height: 1;
white-space: nowrap;
font-size: $body2-font-size;
&:hover {
color: $brand-color;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment