Adjust nameBox to look like miro
This commit is contained in:
parent
b4331b5bcb
commit
33ed70c935
1 changed files with 5 additions and 1 deletions
|
@ -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*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue