SSR-1276. Fix UI differences in the schedule-page. (#707)

This commit is contained in:
Johan Gunawan 2024-05-17 11:32:30 -04:00 committed by GitHub
parent 332f6b4ec5
commit 223c6791d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;