1
0

Created the Footer styles.sass

This commit is contained in:
Mathias Wagner 2023-11-18 17:40:59 +01:00
parent eabfcfdf07
commit ef6dde7e94
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,55 @@
@import "@styles/colors"
footer
height: 10vh
display: flex
justify-content: space-between
align-items: center
margin: 0 2rem
user-select: none
.footer-left
display: flex
gap: 1rem
.footer-home
display: flex
align-items: center
padding: 0 0.5rem
height: 3rem
justify-content: center
color: $text
svg
font-size: 22pt
.footer-info
display: flex
padding: 0 1rem
height: 3rem
align-items: center
gap: 1rem
cursor: pointer
text-decoration: none
img
width: 3rem
h2
margin: 0
color: $text
.footer-legal
display: flex
padding: 0 1rem
height: 3rem
align-items: center
gap: 1rem
a
text-decoration: none
color: $text
font-weight: 600
footer *
z-index: 2