signal-desktop/stylesheets/components/InstallScreenErrorStep.scss

21 lines
382 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;
2023-04-20 17:03:43 +00:00
padding-inline: 2rem;
2021-12-16 15:02:22 +00:00
text-align: center;
&__buttons {
margin-top: 1rem;
.module-Button {
2023-04-20 17:03:43 +00:00
margin-inline-start: 1rem;
2021-12-16 15:02:22 +00:00
&:first-child {
2023-04-20 17:03:43 +00:00
margin-inline-start: 0;
2021-12-16 15:02:22 +00:00
}
}
}
}