2023-04-28 16:24:49 +08:00
|
|
|
.chat-composer {
|
2024-02-22 19:42:07 +08:00
|
|
|
&__wrapper {
|
2024-02-23 13:59:06 +08:00
|
|
|
padding-top: 0.75rem;
|
2024-02-22 19:42:07 +08:00
|
|
|
background: none;
|
2024-02-23 13:59:06 +08:00
|
|
|
.chat-replying-indicator {
|
2024-02-28 22:12:13 +08:00
|
|
|
padding-left: calc(1rem + (2 * 5px) + 0.2rem + (2 * 0.65rem) + 1px);
|
2024-02-23 13:59:06 +08:00
|
|
|
}
|
2024-02-22 19:42:07 +08:00
|
|
|
}
|
|
|
|
&__outer-container {
|
|
|
|
padding: 0;
|
2024-02-22 23:39:54 +08:00
|
|
|
align-items: flex-end;
|
2024-02-22 19:42:07 +08:00
|
|
|
|
|
|
|
.chat-composer.is-disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&__inner-container {
|
2024-02-22 23:39:54 +08:00
|
|
|
align-self: stretch;
|
2024-02-22 19:42:07 +08:00
|
|
|
min-height: unset;
|
|
|
|
}
|
|
|
|
&__input-container {
|
|
|
|
padding: 0.15em 0.5em;
|
|
|
|
background: var(--primary-very-low);
|
|
|
|
}
|
2023-04-28 16:24:49 +08:00
|
|
|
&__input {
|
|
|
|
.ios-device & {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2022-11-02 21:41:30 +08:00
|
|
|
}
|
2024-02-22 19:42:07 +08:00
|
|
|
&-button__wrapper {
|
2024-02-22 23:39:54 +08:00
|
|
|
margin-bottom: 0.3em;
|
2024-02-22 19:42:07 +08:00
|
|
|
}
|
|
|
|
&-button.-send {
|
2024-02-22 23:39:54 +08:00
|
|
|
height: auto;
|
2024-02-22 19:42:07 +08:00
|
|
|
width: auto;
|
2024-02-22 23:39:54 +08:00
|
|
|
margin-inline: 0.7rem;
|
2024-02-23 17:46:55 +08:00
|
|
|
padding: 0.5rem;
|
2024-02-22 23:39:54 +08:00
|
|
|
border-radius: 100%;
|
2024-02-23 17:46:55 +08:00
|
|
|
line-height: 0;
|
2024-02-22 19:42:07 +08:00
|
|
|
|
2024-02-28 22:12:13 +08:00
|
|
|
.is-send-enabled.is-focused &,
|
|
|
|
.is-send-enabled & {
|
2024-02-22 23:39:54 +08:00
|
|
|
background-color: var(--tertiary-high);
|
|
|
|
color: var(--secondary);
|
|
|
|
.d-icon {
|
|
|
|
color: inherit;
|
2024-02-22 19:42:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-11-02 21:41:30 +08:00
|
|
|
}
|