Merged in feat/SW-1454-hotel-listing-city-page (pull request #1250)
feat(SW-1454): added hotel listing * feat(SW-1454): added hotel listing Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
right: 32px;
|
||||
}
|
||||
|
||||
.center {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.backToTopButtonText {
|
||||
display: initial;
|
||||
|
||||
@@ -14,7 +14,7 @@ export function BackToTopButton({
|
||||
position,
|
||||
}: {
|
||||
onClick: () => void
|
||||
position: "left" | "right"
|
||||
position: "left" | "right" | "center"
|
||||
}) {
|
||||
const intl = useIntl()
|
||||
return (
|
||||
|
||||
@@ -7,6 +7,7 @@ export const backToTopButtonVariants = cva(styles.backToTopButton, {
|
||||
position: {
|
||||
left: styles.left,
|
||||
right: styles.right,
|
||||
center: styles.center,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
|
||||
Reference in New Issue
Block a user