UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

24 lines (21 loc) 590 B
@import (reference) '~@servicetitan/tokens/dist/tokens.less'; .chat-header { width: 100%; height: 56px; flex-shrink: 0; border-radius: 12px 12px @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; } .chat-header-title { position: relative; & > :first-child { padding-top: @spacing-0; padding-bottom: 2px; } }