@servicetitan/assist-ui
Version:
ServiceTitan Assist UI Components
18 lines (16 loc) • 457 B
text/less
@import (reference) '~@servicetitan/tokens/dist/tokens.less';
.chatWindow {
position: fixed;
top: 5%;
right: 0;
height: calc(100vh - 58px - (12px * 2));
max-width: 390px;
border-radius: @border-radius-2;
box-sizing: border-box;
display: flex;
flex-direction: column;
border: 1px solid @color-neutral-60;
background: @color-neutral-30;
box-shadow: 0 8px 24px 0 rgba(20, 20, 20, 0.08);
overflow: hidden;
}