2021-12-16 15:02:22 +00:00
|
|
|
// Copyright 2021 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
.module-InstallScreenLinkInProgressStep {
|
|
|
|
@include install-screen;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
h1 {
|
2021-12-17 22:23:39 +00:00
|
|
|
@include font-title-2;
|
2021-12-16 15:02:22 +00:00
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2021-12-17 22:23:39 +00:00
|
|
|
@include font-body-1;
|
2021-12-16 15:02:22 +00:00
|
|
|
font-weight: normal;
|
2021-12-17 22:23:39 +00:00
|
|
|
margin-block-start: 0;
|
2021-12-16 15:02:22 +00:00
|
|
|
|
|
|
|
@include light-theme {
|
|
|
|
color: $color-gray-60;
|
|
|
|
}
|
|
|
|
@include dark-theme {
|
|
|
|
color: $color-gray-25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|