@freshworks/crayons
Version:
Crayons Web Components library
23 lines (22 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;
}
.modal-footer-container {
padding: 12px 16px;
box-sizing: border-box;
height: 56px;
background-color: #f3f5f7;
border-radius: 0 0 4px 4px;
display: flex;
align-items: center;
justify-content: flex-end;
flex: none;
}
.modal-footer-container fw-button {
margin-left: 12px;
}