Cleanup of icons and removed ones not used #195

This commit is contained in:
Nabeel Shahzad
2018-02-22 13:28:12 -06:00
parent fc381da21b
commit 67f6dfc2f4
30 changed files with 3980 additions and 5173 deletions

View File

@@ -31,7 +31,7 @@
<td>
<a href="{!! route('admin.pireps.edit', [$pirep->id]) !!}"
class='btn btn-sm btn-success btn-icon'>
<i class="fa fa-pencil-square-o"></i></a>
<i class="fas fa-pencil-alt"></i>&nbsp;Edit</a>
</td>
</tr>
</table>

View File

@@ -21,7 +21,7 @@
]) !!}
{!! Form::hidden('field_id', $field->id) !!}
<div class='btn-group'>
{{--{!! Form::button('<i class="glyphicon glyphicon-trash"></i>',
{{--{!! Form::button('<i class="fa fa-times"></i>',
['type' => 'submit',
'class' => 'btn btn-danger btn-xs'])
!!}--}}