2019-04-01 23:42:41 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2019-2024 New Vector Ltd.
|
2019-04-01 23:42:41 +08:00
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2019-04-01 23:42:41 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_UploadConfirmDialog_fileIcon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UploadConfirmDialog_previewOuter {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UploadConfirmDialog_previewInner {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UploadConfirmDialog_imagePreview {
|
|
|
|
max-height: 300px;
|
|
|
|
max-width: 100%;
|
2019-04-03 23:27:45 +08:00
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid $dialog-close-fg-color;
|
2019-04-01 23:42:41 +08:00
|
|
|
}
|