mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Redesign device link screens
This commit is contained in:
21
stylesheets/components/InstallScreenErrorStep.scss
Normal file
21
stylesheets/components/InstallScreenErrorStep.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.module-InstallScreenErrorStep {
|
||||
@include install-screen;
|
||||
flex-direction: column;
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
text-align: center;
|
||||
|
||||
&__buttons {
|
||||
margin-top: 1rem;
|
||||
|
||||
.module-Button {
|
||||
margin-left: 1rem;
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user