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

28 lines
454 B
SCSS

// Copyright 2019-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.message {
max-width: 450px;
}
.main {
flex-grow: 1;
margin-top: 16px;
display: flex;
flex-direction: column;
}
.info {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.sticker-grid {
display: grid;
grid-template-columns: repeat(auto-fill, 186px);
grid-gap: 8px;
justify-content: center;
}