Merge branch 'develop' into feature/SSR-1257
This commit is contained in:
commit
41bf1b9ae8
1 changed files with 7 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<textBlock
|
||||
cmsWidgetName="ChangeShopLink"
|
||||
justifyText="center"
|
||||
class="mb-3 text-link-small"
|
||||
class="mb-5 text-link-small change-shop-link"
|
||||
:marginTopSizeOverride="1" />
|
||||
</template>
|
||||
<div class="main-content-container">
|
||||
|
|
@ -503,6 +503,12 @@ $page-side-padding: 1.5rem;
|
|||
}
|
||||
}
|
||||
|
||||
:deep(.change-shop-link) {
|
||||
a {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.subheader-primary) {
|
||||
h5.dark-header {
|
||||
margin-bottom: 0.25rem !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue