UNPKG
@servicetitan/assist-ui
Version:
canary (2.1.0-canary.140.c45cf84.0)
latest (2.1.0)
2.1.0
2.1.0-canary.140.c45cf84.0
2.0.0
1.6.1-canary.d2e1fe0.0
1.6.1-canary.4a928d5.0
1.6.0
1.5.0
1.4.1-canary.77.a1ed48c.0
1.4.1-canary.76.8985316.0
1.4.0
1.3.0
1.2.1-canary.f1fd3bb.0
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.2-canary.eb2aafa.0
1.0.1
ServiceTitan Assist UI Components
servicetitan/ti-assist-fe
@servicetitan/assist-ui
/
src
/
components
/
content
/
content.module.less
12 lines
(10 loc)
•
235 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
(reference)
'~@servicetitan/tokens/dist/tokens.less'
;
.chat-content
{
flex-grow
:
1
;
padding
:
@spacing-2
;
box-sizing
: border-box;
overflow-y
: auto;
display
: flex;
flex-direction
: column;
gap
:
8px
; }