UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 493 B
export default{cssContent:"/*\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.widget {\n display: flex;\n background: var(--sys-color-cdt-base-container);\n border: 1px solid transparent;\n box-shadow: var(--drop-shadow);\n border-radius: 2px;\n overflow: auto;\n user-select: text;\n line-height: 11px;\n}\n\n.widget.has-padding {\n padding: 6px;\n}\n"};