signal-desktop/sticker-creator/components/ConfirmModal.scss

15 lines
344 B
SCSS
Raw Normal View History

2020-10-30 20:34:04 +00:00
// Copyright 2019-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2019-12-17 20:25:57 +00:00
.facade {
background: rgba(0, 0, 0, 0.33);
2022-07-05 16:44:53 +00:00
width: var(--window-width);
height: var(--window-height);
2019-12-17 20:25:57 +00:00
display: flex;
justify-content: center;
align-items: center;
position: fixed;
2022-07-05 16:44:53 +00:00
left: var(--window-border);
top: var(--titlebar-height);
2019-12-17 20:25:57 +00:00
}