Upgrade sass

This commit is contained in:
Jamie Kyle
2024-11-15 15:09:31 -08:00
committed by GitHub
parent e819bfe4eb
commit 8e3b8b92fd
165 changed files with 8663 additions and 6514 deletions

View File

@@ -1,11 +1,15 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@use '../mixins';
.module-InstallScreenErrorStep {
@include install-screen;
flex-direction: column;
padding-inline: 2rem;
text-align: center;
@include mixins.install-screen;
& {
flex-direction: column;
padding-inline: 2rem;
text-align: center;
}
&__buttons {
margin-top: 1rem;