styled user info
This commit is contained in:
parent
b302d50a4e
commit
497ed6e093
@ -109,3 +109,22 @@ img:hover
|
|||||||
color: #C1BFBE;
|
color: #C1BFBE;
|
||||||
border-radius: 0.3vh 0.3vh;
|
border-radius: 0.3vh 0.3vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#info_pane
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
width: fit-content;
|
||||||
|
height: auto;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 5vh;
|
||||||
|
|
||||||
|
border: solid 1px #3E392F;
|
||||||
|
border-radius: 0.5vh 0.5vh;
|
||||||
|
background: #6F7270;
|
||||||
|
}
|
||||||
|
|
||||||
|
#save_btn
|
||||||
|
{
|
||||||
|
margin-top: 2vh;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user