UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.38 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2017 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.image-preview-container {\n background: transparent;\n text-align: center;\n border-spacing: 0;\n}\n\n.image-preview-container img {\n margin: 6px 0;\n max-width: 100px;\n max-height: 100px;\n background-image: var(--image-file-checker);\n user-select: text;\n vertical-align: top;\n -webkit-user-drag: auto;\n}\n\n.image-container {\n padding: 0;\n}\n\n.image-container > div {\n min-height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.image-preview-container .row {\n line-height: 1.2;\n vertical-align: baseline;\n}\n\n.image-preview-container .title {\n padding-right: 0.5em;\n text-align: right;\n color: var(--color-text-secondary);\n white-space: nowrap;\n}\n\n.image-preview-container .description {\n white-space: nowrap;\n text-align: left;\n color: var(--color-text-primary);\n}\n\n.image-preview-container .description-link {\n max-width: 20em;\n}\n\n.image-preview-container .source-link {\n white-space: normal;\n word-break: break-all;\n color: var(--color-link);\n cursor: pointer;\n}\n\n/*# sourceURL=imagePreview.css */\n");export default styles;