fix: update breadcrumbs styling for full width variants
This commit is contained in:
@@ -15,17 +15,13 @@
|
||||
}
|
||||
|
||||
.fullWidth .list {
|
||||
max-width: var(--max-width-navigation);
|
||||
max-width: var(--max-width-page);
|
||||
}
|
||||
|
||||
.contentWidth .list {
|
||||
max-width: var(--max-width-content);
|
||||
}
|
||||
|
||||
.pageWidth .list {
|
||||
max-width: var(--max-width-page);
|
||||
}
|
||||
|
||||
.list {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
@@ -11,7 +11,7 @@ export const breadcrumbsVariants = cva(styles.breadcrumbs, {
|
||||
[PageContentTypeEnum.contentPage]: styles.contentWidth,
|
||||
[PageContentTypeEnum.collectionPage]: styles.contentWidth,
|
||||
[PageContentTypeEnum.hotelPage]: styles.hotelHeaderWidth,
|
||||
[PageContentTypeEnum.loyaltyPage]: styles.pageWidth,
|
||||
[PageContentTypeEnum.loyaltyPage]: styles.fullWidth,
|
||||
default: styles.fullWidth,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user