Created the LegalArea styles.sass

This commit is contained in:
Mathias Wagner 2023-06-09 03:15:26 +02:00
parent 4bdf0fa9b6
commit ffa52dfb94

View File

@ -0,0 +1,17 @@
@import "@/common/styles/colors"
.legal-area
position: absolute
bottom: 1rem
right: 1rem
display: flex
gap: 1rem
a
color: $white
text-decoration: none
font-size: 14pt
font-weight: 500
&:hover
text-decoration: underline