2021-03-09 19:16:56 +00:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.module-EditConversationAttributesModal {
|
|
|
|
.module-AvatarInput {
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-block: 24px;
|
|
|
|
margin-inline: 0;
|
2021-03-09 19:16:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__error-message {
|
|
|
|
@include font-body-1;
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-block: 16px;
|
|
|
|
margin-inline: 0;
|
2021-03-09 19:16:56 +00:00
|
|
|
}
|
|
|
|
|
2021-06-02 00:24:28 +00:00
|
|
|
&__description-warning {
|
|
|
|
@include font-subtitle;
|
|
|
|
color: $color-gray-45;
|
2023-04-20 17:03:43 +00:00
|
|
|
margin-block: 0;
|
|
|
|
margin-inline: 16px;
|
2021-03-09 19:16:56 +00:00
|
|
|
}
|
|
|
|
}
|