@import '../../../../themes/page.scss'; /* module/chats/pages/analysis/analysis.wxss */ .page-scroll__container { flex: 0 1 auto; height: var(--page-container-safeHeight, 100vh); padding-top: 12px; } .upload-card { margin: 0 12px; padding: 12px; border: 1px solid var(--td-bg-color-secondarycontainer, #1B4F34); border-radius: 8px; background-color: rgba(255, 255, 255, 0.04); &__header { display: flex; flex-direction: row; } &__content { margin-top: 24px; .row { display: flex; flex-direction: row; align-items: center; margin: 12px 0; } .col { flex: 1 1 50%; text-align: center; display: flex; flex-direction: row; justify-content: center; align-items: center; } .example { height: 140px; } .picture { width: 126px; height: 126px; } } }