Files
Desktop/stylesheets/components/InstallScreenUpdateDialog.scss
T

23 lines
355 B
SCSS

// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.InstallScreenUpdateDialog {
position: relative;
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
align-items: center;
&__download-size {
font-weight: 400;
}
a {
// Prevent breaking the text
display: inline-block;
}
}