2018-10-01 11:59:39 -04:00
|
|
|
.tooltip-hint {
|
2018-09-11 15:59:37 -04:00
|
|
|
cursor: pointer;
|
2018-10-01 11:59:39 -04:00
|
|
|
}
|
|
|
|
.tooltip-wrap {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
.tooltip-wrap .icon-button svg {
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
margin-top: -2px;
|
2018-09-11 15:59:37 -04:00
|
|
|
}
|
|
|
|
.tooltip {
|
2018-10-01 11:59:39 -04:00
|
|
|
text-transform: none;
|
|
|
|
text-align: left;
|
|
|
|
width: 11em;
|
|
|
|
right: 0;
|
|
|
|
top: 27px;
|
2018-09-11 15:59:37 -04:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.tooltip .arrow {
|
2018-10-01 11:59:39 -04:00
|
|
|
right: 7px;
|
2018-09-11 15:59:37 -04:00
|
|
|
}
|