mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Redesign device link screens
This commit is contained in:
21
stylesheets/components/InstallScreenSignalLogo.scss
Normal file
21
stylesheets/components/InstallScreenSignalLogo.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.InstallScreenSignalLogo {
|
||||
@include font-title-1;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: calc(35px + var(--title-bar-drag-area-height));
|
||||
left: 32px;
|
||||
|
||||
&::before {
|
||||
@include color-svg('../images/signal-logo.svg', $color-ultramarine);
|
||||
content: '';
|
||||
display: block;
|
||||
height: 32px;
|
||||
margin-right: 6px;
|
||||
width: 32px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user