UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 889 B
export default{cssContent:"/*\n * Copyright (c) 2015 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:host {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n display: flex;\n background-color: var(--color-background-opacity-80);\n z-index: 1000;\n}\n\n.drop-target-message {\n flex: auto;\n font-size: 30px;\n color: var(--color-text-secondary); /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n display: flex;\n justify-content: center;\n align-items: center;\n margin: 20px;\n border: 4px dashed var(--color-details-hairline); /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n pointer-events: none;\n}\n"};