Merged in fix/SW-3276-divider (pull request #2766)
fix(SW-3276): update header css * fix(SW-3276): add !important to divider height Approved-by: Erik Tiekstra
This commit is contained in:
@@ -71,11 +71,7 @@ export default async function IntroSection({
|
|||||||
<p>{formattedLocationText}</p>
|
<p>{formattedLocationText}</p>
|
||||||
</Typography>
|
</Typography>
|
||||||
</span>
|
</span>
|
||||||
<Divider
|
<Divider variant="vertical" color="Border/Divider/Default" />
|
||||||
variant="vertical"
|
|
||||||
color="Border/Divider/Default"
|
|
||||||
className={styles.divider}
|
|
||||||
/>
|
|
||||||
</span>
|
</span>
|
||||||
<Typography variant="Body/Underline/sm">
|
<Typography variant="Body/Underline/sm">
|
||||||
<a href={`tel:${phoneNumber}`} className={styles.phoneNumber}>
|
<a href={`tel:${phoneNumber}`} className={styles.phoneNumber}>
|
||||||
|
|||||||
@@ -55,10 +55,7 @@
|
|||||||
.location {
|
.location {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--Space-x2);
|
gap: var(--Space-x2);
|
||||||
}
|
height: 100%;
|
||||||
|
|
||||||
.divider {
|
|
||||||
height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 767px) {
|
@media screen and (min-width: 767px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user