mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Update call link edit/add name modals
This commit is contained in:
16
stylesheets/components/CallLinkAddNameModal.scss
Normal file
16
stylesheets/components/CallLinkAddNameModal.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user