signal-desktop/stylesheets/components/CallLinkAddNameModal.scss
automated-signal 1460f03909
Update call link edit/add name modals
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
2024-06-25 12:26:53 -07:00

16 lines
329 B
SCSS

// 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;
}