Improve position of back button on product detail page
This commit is contained in:
@@ -94,10 +94,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ep-backlink{
|
.ep-backlink{
|
||||||
top: 560px;
|
top: 280px;
|
||||||
a{
|
|
||||||
color:$colorBlack;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $smartphoneWidth) {
|
@media (max-width: $smartphoneWidth) {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
</f:if>
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
<div class="ep-backlink" v-if="referringPage" v-cloak>
|
<div class="ep-backlink" v-if="referringPage" v-cloak>
|
||||||
<a :href="referringPage.url">{{ referringPage.label }}</a>
|
<a :href="referringPage.url" class="button button--small">{{ referringPage.label }}</a>
|
||||||
</div>
|
</div>
|
||||||
{v:render.template(file: 'EXT:ep_theme/Resources/Private/Partials/Breadcrumb.html')}
|
{v:render.template(file: 'EXT:ep_theme/Resources/Private/Partials/Breadcrumb.html')}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user