diff --git a/cms/static/sass/elements/_header.scss b/cms/static/sass/elements/_header.scss index 8c7d59038e..6bb0e5d750 100644 --- a/cms/static/sass/elements/_header.scss +++ b/cms/static/sass/elements/_header.scss @@ -131,6 +131,11 @@ text-overflow: ellipsis; @include font-size(16); font-weight: 600; + + [class^="icon-"] { + @include font-size(36); + @include lh(36); + } } } @@ -219,10 +224,11 @@ .nav-item { position: relative; - .icon-expand { + .icon-caret-down { @include font-size(14); @include transition (color 0.5s ease-in-out, opacity 0.5s ease-in-out); display: inline-block; + vertical-align: middle; margin-left: 2px; opacity: 0.5; color: $gray-l2; @@ -230,7 +236,7 @@ &:hover { - .icon-expand { + .icon-caret-down { color: $blue; opacity: 1.0; } diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index 167d5417d7..3c8a598b5e 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -21,7 +21,7 @@