Notifications for a few merge-related scenarios
This commit is contained in:
parent
78ce34b9d3
commit
a49a6f2057
40 changed files with 2764 additions and 553 deletions
29
stylesheets/components/ConversationMergeNotification.scss
Normal file
29
stylesheets/components/ConversationMergeNotification.scss
Normal file
|
@ -0,0 +1,29 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-conversation-merge-notification {
|
||||
&__dialog__image {
|
||||
text-align: center;
|
||||
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&__dialog__text-1 {
|
||||
text-align: center;
|
||||
|
||||
margin-top: 32px;
|
||||
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
&__dialog__text-2 {
|
||||
text-align: center;
|
||||
|
||||
margin-top: 24px;
|
||||
margin-bottom: 37px;
|
||||
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue