UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 864 B
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 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 left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n}\n\n.gamut-line {\n /* We want to show 50% white color in all themes since this is drawn over a color rectangle */\n stroke: rgb(255 255 255 / 50%); /* stylelint-disable-line plugin/use_theme_colors */\n fill: none;\n}\n\n.label {\n position: absolute;\n bottom: 3px;\n margin-right: 5px;\n /* We want to show 50% white color in all themes since this is drawn over a color rectangle */\n color: rgb(255 255 255 / 50%); /* stylelint-disable-line plugin/use_theme_colors */\n}\n\n/*# sourceURL=srgbOverlay.css */\n");export default styles;