mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
Co-authored-by: trevor-signal <trevor@signal.org> Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
23 lines
460 B
SCSS
23 lines
460 B
SCSS
// Copyright 2025 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
@use 'sass:map';
|
|
|
|
@use '../mixins';
|
|
@use '../variables';
|
|
|
|
// These are needed to override Input styling
|
|
.NotificationProfiles__NamePage__input {
|
|
margin-top: 6px;
|
|
margin-inline-start: 2px;
|
|
}
|
|
|
|
.NotificationProfiles__NamePage__container {
|
|
max-width: 328px;
|
|
margin-inline-start: auto;
|
|
margin-inline-end: auto;
|
|
width: 100%;
|
|
margin-bottom: 12px;
|
|
border-width: 1px;
|
|
}
|