@servicetitan/assist-ui
Version:
ServiceTitan Assist UI Components
16 lines (14 loc) • 475 B
text/less
@import (reference) '~@servicetitan/tokens/dist/tokens.less';
.chat-header {
width: 100%;
height: 56px;
flex-shrink: 0;
border-radius: @border-radius-2 @border-radius-2 @border-radius-0 @border-radius-0;
border-bottom: 1px solid var(--border-color-subdued, #dfe0e1);
box-sizing: border-box;
background: var(--background-color);
display: flex;
align-items: center;
justify-content: space-between;
padding: @spacing-0 @spacing-2;
}