2023-04-20 16:31:59 +00:00
|
|
|
// Copyright 2023 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.EditHistoryMessagesModal {
|
2023-05-10 19:01:03 +00:00
|
|
|
&__divider {
|
2023-06-30 14:11:27 +00:00
|
|
|
border-bottom: 0;
|
2023-06-15 18:34:20 +00:00
|
|
|
border-style: solid;
|
2023-05-10 19:01:03 +00:00
|
|
|
margin-block: 24px;
|
2023-06-15 18:34:20 +00:00
|
|
|
|
|
|
|
@include light-theme {
|
|
|
|
border-color: $color-gray-15;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include dark-theme {
|
|
|
|
border-color: $color-gray-75;
|
|
|
|
}
|
2023-05-10 19:01:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
@include font-body-1-bold;
|
|
|
|
}
|
|
|
|
|
2023-04-20 16:31:59 +00:00
|
|
|
.module-message {
|
2023-04-20 17:03:43 +00:00
|
|
|
padding-inline: 0;
|
2023-04-20 16:31:59 +00:00
|
|
|
|
|
|
|
&__link-preview__content {
|
|
|
|
@include dark-theme {
|
|
|
|
background-color: $color-gray-75;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__container--incoming {
|
|
|
|
@include dark-theme {
|
|
|
|
background-color: $color-gray-65;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|