Ignore:
Timestamp:
11/05/21 10:52:01 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
1f7c934
Parents:
e3af09e
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/index.blade.php

    re3af09e r90ab388  
    133133                                        @if(in_array(explode('.', $file->name)[1], $excelExt))
    134134                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    135                                                 <i class="fa fa-file-excel-o text-success"></i>
     135                                                <i class="fa fa-file-excel-o text-success fa-2x"></i>
    136136                                            </div>
    137137                                        @else @if(in_array(explode('.', $file->name)[1], $textExt))
    138138                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    139                                                 <i class="fa fa-file-word-o text-info"></i>
     139                                                <i class="fa fa-file-word-o text-info fa-2x"></i>
    140140                                            </div>
    141141                                        @else @if(explode('.', $file->name)[1] == 'pdf')
    142142                                                <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    143                                                     <i class="fa fa-file-pdf-o text-danger"></i>
     143                                                    <i class="fa fa-file-pdf-o text-danger fa-2x"></i>
    144144                                                </div>
    145145                                            @else @if(in_array(explode('.', $file->name)[1], $imageExt))
     
    151151{{--                                                        </a>--}}
    152152{{--                                                    </div>--}}
    153                                                         <i class="fa fa-file-image-o text-danger"></i>
     153                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
     154                                                        <i class="fa fa-file-image-o text-danger fa-2x"></i>
     155                                                    </div>
    154156                                                @else
    155                                                         <i class="fa fa-file-text-o text-warning"></i>
     157                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
     158                                                        <i class="fa fa-file-text-o text-warning fa-2x"></i>
     159                                                    </div>
    156160                                                @endif
    157161                                            @endif
Note: See TracChangeset for help on using the changeset viewer.