element-call/src/Tooltip.module.css
2022-01-20 13:03:54 -08:00

12 lines
258 B
CSS

.tooltip {
background-color: var(--bgColor2);
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 10px;
color: var(--textColor1);
border-radius: 8px;
max-width: 135px;
width: max-content;
text-align: center;
}