signal-desktop/stylesheets/components/InstallScreenLinkInProgressStep.scss

28 lines
478 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-InstallScreenLinkInProgressStep {
@include install-screen;
flex-direction: column;
text-align: center;
h1 {
@include font-title-2;
2021-12-16 15:02:22 +00:00
margin-top: 18px;
}
h2 {
@include font-body-1;
2021-12-16 15:02:22 +00:00
font-weight: normal;
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;
}
}
}