@atlassian/aui
Version:
Atlassian User Interface Framework
48 lines (46 loc) • 978 B
CSS
.tipsy {
font-size: 12px;
line-height: 20px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
padding: 4px;
text-align: left;
}
.tipsy-inner {
background: rgba(51, 51, 51, 0.9);
padding: 5px 10px;
}
.tipsy-arrow {
border-color: rgba(51, 51, 51, 0.9);
border-width: 4px;
}
.tipsy-arrow-n {
border-bottom-color: rgba(51, 51, 51, 0.9);
margin-left: -4px;
}
.tipsy-arrow-s {
border-top-color: rgba(51, 51, 51, 0.9);
margin-left: -4px;
}
.tipsy-arrow-e {
border-left-color: rgba(51, 51, 51, 0.9);
margin-top: -4px;
}
.tipsy-arrow-w {
border-right-color: rgba(51, 51, 51, 0.9);
margin-top: -4px;
}
.tipsy a,
.tipsy a:visited {
color: white;
text-decoration: underline;
}
.tipsy p {
color: #DFE1E6;
margin: 0;
}
.aui-tooltip-title {
color: #FFFFFF;
font-weight: bold;
margin: 0;
}
/*# sourceMappingURL=aui-experimental-tooltip.css.map */