login background
This commit is contained in:
parent
8c30e5ed0b
commit
0d1d9e91ba
Binary file not shown.
|
After Width: | Height: | Size: 445 KiB |
|
|
@ -77,7 +77,7 @@
|
|||
<span class="position-absolute top-0 start-0 w-100 h-100 d-none d-block-dark"
|
||||
style="background: linear-gradient(-90deg, #1b273a 0%, #1f2632 100%)"></span>
|
||||
<div class="ratio position-relative z-2" style="--cz-aspect-ratio: calc(1030 / 1032 * 100%)">
|
||||
<img alt="Girl" src="/img/account/cover.png" />
|
||||
<img alt="Girl" src="{{ asset('img/login.jpg') }}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
href="{{ route('product.index', ['filter[brand]', $brand->id, 'filter[category]', $value->id]) }}">{{ $brand->name }}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
<
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
{{-- <div class="col-lg-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue