Signal-Desktop/sticker-creator/app/stages/UploadStage.scss

14 lines
224 B
SCSS

// Copyright 2019-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.base {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.progress {
margin: 24px 0;
}