Group Description: Edit/Receive
This commit is contained in:
parent
e5d365dfc4
commit
9705f464be
29 changed files with 859 additions and 149 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue