Signal-Desktop/sticker-creator/components/ConfirmModal.scss

12 lines
187 B
SCSS
Raw Normal View History

2019-12-17 20:25:57 +00:00
.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;
}