chore(SW-369): preamble css
This commit is contained in:
@@ -33,9 +33,7 @@ export default async function JoinLoyaltyContact({
|
|||||||
</Title>
|
</Title>
|
||||||
<ScandicFriends color="red" />
|
<ScandicFriends color="red" />
|
||||||
{block.preamble ? (
|
{block.preamble ? (
|
||||||
<Body textAlign={null} className={styles.preamble}>
|
<Body className={styles.preamble}>{block.preamble}</Body>
|
||||||
{block.preamble}
|
|
||||||
</Body>
|
|
||||||
) : null}
|
) : null}
|
||||||
{block.button ? (
|
{block.button ? (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preamble {
|
article.wrapper .preamble {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
justify-items: start;
|
justify-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preamble {
|
article.wrapper .preamble {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user