signal-desktop/stylesheets/components/InstallScreenChoosingDeviceNameStep.scss

24 lines
433 B
SCSS
Raw Normal View History

2021-12-16 15:02:22 +00:00
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.module-InstallScreenChoosingDeviceNameStep {
@include install-screen;
text-align: center;
&__inputs {
display: flex;
flex-direction: column;
2023-04-20 17:03:43 +00:00
padding-block: 32px 16px;
padding-inline: 0;
2021-12-16 15:02:22 +00:00
align-items: center;
}
&__input {
@include normal-input;
width: 90%;
max-width: 300px;
margin-bottom: 18px;
}
}