Signal-Desktop/sticker-creator/app/stages/UploadStage.scss
2020-11-04 13:03:13 -06:00

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;
}