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