Adjust nameBox to look like miro

This commit is contained in:
lovelytransgirl 2025-06-18 19:28:25 +07:00
parent b4331b5bcb
commit 33ed70c935

View file

@ -4,7 +4,7 @@
align-items: center; align-items: center;
width: 20vw; width: 20vw;
min-width: 100px; min-width: 100px;
background-color: #8391b8; background-color: #a2b7e4;
color: white; color: white;
border-style: solid; border-style: solid;
border-color: #8391b8; border-color: #8391b8;
@ -13,4 +13,8 @@
position: absolute; position: absolute;
transform: translateY(-40px); transform: translateY(-40px);
z-index: 2; z-index: 2;
border-radius: 25px;
/*#a2b7e4*/
/*#8391b8*/
} }