Commit 2a32d01b by Trent White

replace icon on dashboard list (fa-th-large - looked squished) with a smaller…

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
parent e2bbb85d
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</gf-form-switch> </gf-form-switch>
</div> </div>
<span class="search-item__icon"> <span class="search-item__icon">
<i class="fa fa-th-large"></i> <i class="gicon mini gicon-dashboard-list"></i>
</span> </span>
<span class="search-item__body"> <span class="search-item__body">
<div class="search-item__body-title">{{::item.title}}</div> <div class="search-item__body-title">{{::item.title}}</div>
......
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
vertical-align: middle; vertical-align: middle;
} }
.mini {
width: 0.8em;
height: 0.8em;
}
.gicon-add-annotation { .gicon-add-annotation {
background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg'); background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg');
} }
......
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