adjust size on header icons

This commit is contained in:
Mads Rasmussen
2018-01-31 20:44:59 +01:00
parent 288048175f
commit d1fac8885c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
.umb-app-header__action a {
color: @white;
opacity: 0.6;
font-size: 24px;
font-size: 22px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;

View File

@@ -10,7 +10,7 @@
<div class="flex items-center">
<ul class="umb-app-header__actions">
<li class="umb-app-header__action">
<a href="#" hotkey="ctrl+space" ng-click="searchClick()" prevent-default style="font-size: 22px;">
<a href="#" hotkey="ctrl+space" ng-click="searchClick()" prevent-default style="font-size: 20px;">
<i class="icon-search"></i>
</a>
</li>