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