Init Nicknames & Notes

This commit is contained in:
Jamie Kyle
2024-03-26 12:48:33 -07:00
committed by GitHub
parent ebecf2403f
commit e26916702c
42 changed files with 1050 additions and 23 deletions

View File

@@ -0,0 +1,27 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.EditNicknameAndNoteModal__width-container {
max-width: 360px;
}
.EditNicknameAndNoteModal__Description {
margin-block: 12px 24px;
@include font-body-2;
@include light-theme {
color: $color-gray-75;
}
@include dark-theme {
color: $color-gray-25;
}
}
.EditNicknameAndNoteModal__Avatar {
margin-block: 0 24px;
display: flex;
justify-content: center;
}
.EditNicknameAndNoteModal__Label {
@include sr-only;
}