File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
public/app-invoice/assets/css
resources/views/filament/invoice Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ table th{
269269}
270270
271271.invoice-6 .logo img {
272- height : 80 px ;
273- width : 80 px ;
272+ height : 112 px ;
273+ width : 112 px ;
274274 margin-top : 42px ;
275275}
276276
Original file line number Diff line number Diff line change 3232 <!-- logo started -->
3333 @if ($logo )
3434 <div class =" logo" >
35- <img src =" {{ $logo } }" alt =" {{ $companyName } }" class = " h-24 w-24 " />
35+ <img src =" {{ $logo } }" alt =" {{ $companyName } }" />
3636 </div >
3737 @endif
3838 <!-- logo ended -->
3939 </div >
4040 </div >
41- <div class =" col-sm-6" >
42- <div class =" invoice-contact-us" >
43- <h1 >Contact Us</h1 >
44- <ul class =" link" >
45- <li >
46- <i class =" fa fa-map-marker" ></i > {{ $superCompany -> address } }
47- </li >
48- <li >
49- <i class =" fa fa-envelope" ></i > <a href =" mailto:{{ $superCompany -> email } }" >{{ $superCompany -> email } } </a >
50- </li >
51- <li >
52- <i class =" fa fa-phone" ></i > <a href =" tel:{{ $superCompany -> phone } }" >{{ $superCompany -> phone } } </a >
53- </li >
54- </ul >
55- </div >
56- </div >
5741 </div >
5842 </div >
5943 <div class =" invoice-contant" >
You can’t perform that action at this time.
0 commit comments