Browse Source

Change PeopleSearch/OrgChart icon size to 25px

Joseph White 8 years ago
parent
commit
6c6172a098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/angular/src/ux/icon.component.scss

+ 1 - 1
src/main/angular/src/ux/icon.component.scss

@@ -23,7 +23,7 @@
 
 mf-icon {
   display: inline-block;
-  font-size: 28px;
+  font-size: 25px;
   height: 24px;
   position: relative;
   vertical-align: top;