Group Description: Edit/Receive

This commit is contained in:
Scott Nonnenberg 2021-06-01 17:24:28 -07:00 committed by GitHub
parent e5d365dfc4
commit 9705f464be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 859 additions and 149 deletions

View file

@ -2,19 +2,8 @@
// SPDX-License-Identifier: AGPL-3.0-only
.module-EditConversationAttributesModal {
@include modal-reset;
&__close-button {
@include modal-close-button;
}
&__header {
@include font-body-1-bold;
margin: 0;
}
.module-AvatarInput {
margin: 40px 0 24px 0;
margin: 24px 0 24px 0;
}
&__error-message {
@ -22,17 +11,9 @@
margin: 16px 0;
}
&__button-container {
display: flex;
justify-content: flex-end;
margin-top: 16px;
flex-grow: 0;
flex-shrink: 0;
.module-Button {
&:not(:first-child) {
margin-left: 12px;
}
}
&__description-warning {
@include font-subtitle;
color: $color-gray-45;
margin: 0 16px;
}
}