Restore ability to message someone from embedded contact
This commit is contained in:
parent
f77175f6b3
commit
302604f67e
18 changed files with 311 additions and 236 deletions
|
@ -1207,15 +1207,15 @@
|
|||
@include font-body-2-bold;
|
||||
|
||||
margin-top: 8px;
|
||||
margin-bottom: -10px;
|
||||
margin-bottom: -8px;
|
||||
margin-left: -12px;
|
||||
margin-right: -12px;
|
||||
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
|
||||
border-bottom-left-radius: 16px;
|
||||
border-bottom-right-radius: 16px;
|
||||
border-bottom-left-radius: 18px;
|
||||
border-bottom-right-radius: 18px;
|
||||
|
||||
@include light-theme {
|
||||
color: $color-ultramarine;
|
||||
|
@ -1235,6 +1235,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.module-message__send-message-button--no-bottom-left-curve {
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.module-message__send-message-button--no-bottom-right-curve {
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.module-message__author-avatar-container {
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue