9 lines
172 B
CSS
9 lines
172 B
CSS
|
.popover {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 194px;
|
||
|
background: var(--bgColor2);
|
||
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||
|
border-radius: 8px;
|
||
|
}
|