Signal-Desktop/sticker-creator/app/stages/ShareStage.scss
2023-01-03 11:55:46 -08:00

28 lines
419 B
SCSS

// Copyright 2019 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
@import '../../../stylesheets/variables';
@import '../../mixins';
.main {
display: flex;
flex-direction: column;
align-items: center;
}
.message {
max-width: 450px;
}
.call-to-action {
max-width: 500px;
}
.row {
margin-bottom: 18px;
display: flex;
flex-direction: row;
justify-content: center;
flex-shrink: 0;
}