Redesign device link screens

This commit is contained in:
Evan Hahn
2021-12-16 09:02:22 -06:00
committed by GitHub
parent a023fc1bb0
commit 364f00f37a
36 changed files with 1358 additions and 803 deletions

View File

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