Spaces:
Runtime error
Runtime error
File size: 324 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
@import '@spark-design/css/components/tooltip/index.css';
.spark-tooltip-toggle {
display: inline-flex;
}
.spark-tooltip {
z-index: 999;
&-bottom {
left: 50%;
transform: translateX(-50%);
top: 100%;
margin-top: 0.625rem;
&.spark-tooltip-left {
left: -50%;
}
}
}
|