signal-desktop/stylesheets/components/InstallScreenErrorStep.scss

22 lines
387 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-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;
}
}
}
}