@freshworks/crayons
Version:
Crayons Web Components library
26 lines (24 loc) • 637 B
CSS
/* Need to check with designer */
/* Need to check with designer */
:host {
font-family: var(--fw-font-family, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-sizing: border-box;
}
:host {
--fw-popover-border-radius: 4px;
}
.tooltip {
color: #fff;
background: #12344d;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
line-height: 18px;
padding: 6px 8px;
max-width: 236px;
overflow: visible;
overflow-wrap: anywhere;
word-break: break-word;
}