replace icon on dashboard list (fa-th-large - looked squished) with a smaller version of dashbord icon. This may not be the best way to do the css, so it's a separate commit

This commit is contained in:
Trent White 2017-12-13 17:51:01 -05:00
parent e2bbb85daa
commit 2a32d01bd5
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@
</gf-form-switch>
</div>
<span class="search-item__icon">
<i class="fa fa-th-large"></i>
<i class="gicon mini gicon-dashboard-list"></i>
</span>
<span class="search-item__body">
<div class="search-item__body-title">{{::item.title}}</div>

View File

@ -11,6 +11,11 @@
vertical-align: middle;
}
.mini {
width: 0.8em;
height: 0.8em;
}
.gicon-add-annotation {
background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg');
}