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