@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 847 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2019 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.cookie-preview-widget {\n padding: 2px 6px;\n}\n\n.cookie-preview-widget-header {\n color: var(--color-text-secondary);\n font-weight: bold;\n user-select: none;\n white-space: nowrap;\n margin-bottom: 4px;\n flex: 0 0 18px;\n display: flex;\n align-items: center;\n}\n\n.cookie-preview-widget-header-label {\n line-height: 18px;\n}\n\n.cookie-preview-widget-cookie-value {\n user-select: text;\n word-break: break-all;\n flex: 1;\n overflow: auto;\n}\n\n.cookie-preview-widget-toggle {\n margin-left: 12px;\n font-weight: normal;\n}\n\n/*# sourceURL=cookieItemsView.css */\n");export default styles;