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

18 lines
260 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;
}
}