signal-desktop/stylesheets/components/ConversationMergeNotification.scss

27 lines
424 B
SCSS
Raw Normal View History

// 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;
}
&__dialog__text-1 {
text-align: center;
margin-top: 32px;
2023-04-20 17:03:43 +00:00
margin-inline: 5px;
}
&__dialog__text-2 {
text-align: center;
margin-top: 24px;
margin-bottom: 37px;
2023-04-20 17:03:43 +00:00
margin-inline: 5px;
}
}