signal-desktop/stylesheets/components/InstallScreenChoosingDeviceNameStep.scss
Jamie Kyle 0e490542a7
RTL
2023-04-20 10:03:43 -07:00

23 lines
433 B
SCSS

// 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;
padding-block: 32px 16px;
padding-inline: 0;
align-items: center;
}
&__input {
@include normal-input;
width: 90%;
max-width: 300px;
margin-bottom: 18px;
}
}