UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.09 kB
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:host {\n position: absolute !important; /* stylelint-disable-line declaration-no-important */\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n overflow: hidden;\n contain: strict;\n background-color: transparent;\n}\n\n:host-context(.dimmed-pane) {\n background-color: var(--color-background-opacity-50);\n}\n\n:host-context(.no-pointer-events) {\n pointer-events: none;\n}\n\n.widget {\n display: flex;\n background-color: transparent;\n pointer-events: auto;\n flex: none;\n}\n\n.no-pointer-events {\n pointer-events: none;\n}\n\n.arrow-top {\n margin-top: -19px;\n margin-left: -9px;\n}\n\n.arrow-bottom {\n margin-left: -9px;\n}\n\n.arrow-left {\n margin-left: -19px;\n margin-top: -9px;\n}\n\n.arrow-right {\n margin-top: -9px;\n}\n\n.arrow-none {\n display: none;\n}\n\n:host-context(.-theme-with-dark-background) .arrow {\n filter: invert(80%);\n}\n"};