2022-12-05 22:46:54 +00:00
|
|
|
// Copyright 2022 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.module-conversation-merge-notification {
|
|
|
|
&__dialog__image {
|
|
|
|
text-align: center;
|
|
|
|
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-inline: auto;
|
2022-12-05 22:46:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__dialog__text-1 {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin-top: 32px;
|
|
|
|
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-inline: 5px;
|
2022-12-05 22:46:54 +00:00
|
|
|
}
|
|
|
|
&__dialog__text-2 {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin-top: 24px;
|
|
|
|
margin-bottom: 37px;
|
|
|
|
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-inline: 5px;
|
2022-12-05 22:46:54 +00:00
|
|
|
}
|
|
|
|
}
|