Created the SidebarFooter styles.sass
This commit is contained in:
parent
9804fad28e
commit
f8f535838f
@ -0,0 +1,18 @@
|
|||||||
|
@import "@/common/styles/colors"
|
||||||
|
|
||||||
|
.sidebar-footer
|
||||||
|
position: absolute
|
||||||
|
bottom: 1rem
|
||||||
|
left: 0
|
||||||
|
right: 0
|
||||||
|
display: flex
|
||||||
|
justify-content: center
|
||||||
|
align-items: center
|
||||||
|
gap: 0.5rem
|
||||||
|
width: 18rem
|
||||||
|
|
||||||
|
p
|
||||||
|
color: $white
|
||||||
|
margin: 0
|
||||||
|
font-weight: 500
|
||||||
|
font-size: 15pt
|
Reference in New Issue
Block a user