feat(SW-826): Added Google Maps Link

This commit is contained in:
Pontus Dreij
2024-11-13 15:57:49 +01:00
parent a66427fccc
commit 1595b18644
2 changed files with 12 additions and 2 deletions

View File

@@ -46,3 +46,9 @@
flex-direction: column;
justify-content: center;
}
.googleMaps {
text-decoration: none;
font-family: var(--typography-Body-Regular-fontFamily);
color: var(--Base-Text-Medium-contrast);
}