Merge branch 'develop' into feature/SSR-1257

This commit is contained in:
Katie Kroell 2024-05-20 09:45:57 -04:00
commit 41bf1b9ae8

View file

@ -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;