feature: messages in projects

This commit is contained in:
gaelle morin 2021-01-12 18:44:43 +01:00
parent e957b76f46
commit 8908cc7b93
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,19 @@
.content-box.flex.full-width.chat-view
div.segment.lg-full.padding-large.border-bottom.border-color-grey
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
fields='const-title1, number, customer.name, dash, name'
class-const-title1='text-color-heading text-bold text-uppercase'
class-number='text-color-heading text-bold text-uppercase word-spacing-right'
class-customer.name='text-color-heading text-bold text-uppercase'
class-dash='text-color-heading text-bold text-xlarge'
class-name=''
value-const-title1='N°'
value-dash=' - '
)
.chat-view.segment.lg-full.whitespace-normal
solid-xmpp-chat(
data-authentication='login',
data-auto-login='true',