Created the LegalArea styles.sass
This commit is contained in:
parent
4bdf0fa9b6
commit
ffa52dfb94
17
webui/src/common/components/LegalArea/styles.sass
Normal file
17
webui/src/common/components/LegalArea/styles.sass
Normal 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
|
Loading…
x
Reference in New Issue
Block a user