@freshworks/crayons
Version:
Crayons Web Components library
19 lines (18 loc) • 530 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;
}
.anchor {
color: #2c5cc5;
text-decoration: none;
font-weight: 600;
display: inline-block;
width: 250px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}