mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 12:16:52 +00:00
21 lines
347 B
SCSS
21 lines
347 B
SCSS
/// Core classes
|
|
.dynamic-tooltip {
|
|
&__content {
|
|
text-align: left;
|
|
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;
|
|
}
|
|
}
|