2021-12-15 06:00:00 +00:00
|
|
|
.tooltip {
|
2022-06-01 15:48:17 +00:00
|
|
|
background-color: var(--system);
|
2021-12-15 06:00:00 +00:00
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 8px 10px;
|
2022-06-01 15:48:17 +00:00
|
|
|
color: var(--primary-content);
|
2021-12-15 06:00:00 +00:00
|
|
|
border-radius: 8px;
|
|
|
|
max-width: 135px;
|
|
|
|
width: max-content;
|
2021-12-16 18:14:51 +00:00
|
|
|
text-align: center;
|
2021-12-15 06:00:00 +00:00
|
|
|
}
|