Destructure Shop stylesheets
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
<div class="top container">
|
||||
<a href="/" class="back">
|
||||
<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 1 1 4l3 3" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M4 1 1 4l3 3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
<span>Back to Houses Of</span>
|
||||
<span>Back to site</span>
|
||||
</a>
|
||||
|
||||
<span class="shop-title">Shop</span>
|
||||
@@ -78,7 +78,7 @@
|
||||
variant="inline"
|
||||
/>
|
||||
|
||||
<header class="shop-page__header">
|
||||
<nav class="shop-page__nav">
|
||||
<div class="container">
|
||||
<p class="text-label">Shop your city</p>
|
||||
<nav>
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
<ButtonCart />
|
||||
</div>
|
||||
</header>
|
||||
</nav>
|
||||
|
||||
<Image
|
||||
id={shop.page_heroimage.id}
|
||||
|
||||
Reference in New Issue
Block a user