22 lines
432 B
SCSS
22 lines
432 B
SCSS
// Copyright 2021 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.module-EditConversationAttributesModal {
|
|
.module-AvatarInput {
|
|
margin-block: 24px;
|
|
margin-inline: 0;
|
|
}
|
|
|
|
&__error-message {
|
|
@include font-body-1;
|
|
margin-block: 16px;
|
|
margin-inline: 0;
|
|
}
|
|
|
|
&__description-warning {
|
|
@include font-subtitle;
|
|
color: $color-gray-45;
|
|
margin-block: 0;
|
|
margin-inline: 16px;
|
|
}
|
|
}
|