1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_tooltips.scss

22 lines
294 B
SCSS

.tooltip-inner {
max-width: 300px !important;
white-space: normal !important;
word-wrap: break-word !important;
}
.index-tooltip {
color: $c-btn-inverse;
&:hover {
color: $c-black;
}
span.arangoicon {
font-size: 18px !important;
}
}
.tooltipInfoTh {
width: 10%;
}