Update call link edit/add name modals

This commit is contained in:
Jamie Kyle
2024-06-25 11:56:28 -07:00
committed by GitHub
parent ba77ef7563
commit b691e24d5c
20 changed files with 526 additions and 232 deletions

View File

@@ -0,0 +1,16 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.CallLinkAddNameModal__Row {
display: flex;
gap: 12px;
}
.CallLinkAddNameModal__SrOnly {
@include sr-only;
}
// Overriding the default styles for the input container
.CallLinkAddNameModal__Input__container.Input__container {
flex: 1;
}