mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 04:06:45 +00:00
20 lines
325 B
SCSS
20 lines
325 B
SCSS
![]() |
/// Core classes
|
||
|
.dynamic-tooltip {
|
||
|
&__content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
max-width: 240px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/// Optional classes
|
||
|
.dynamic-tooltip {
|
||
|
&__inline-trigger-icon {
|
||
|
width: 1em;
|
||
|
vertical-align: 0.75em;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|