Created the Footer styles.sass
This commit is contained in:
parent
eabfcfdf07
commit
ef6dde7e94
55
client/src/common/components/Footer/styles.sass
Normal file
55
client/src/common/components/Footer/styles.sass
Normal 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
|
Loading…
x
Reference in New Issue
Block a user