signal-desktop/sticker-creator/components/ConfirmModal.scss
2019-12-17 12:28:46 -08:00

11 lines
187 B
SCSS

.facade {
background: rgba(0, 0, 0, 0.33);
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
}