UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 948 B
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright (c) 2014 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.request-cookies-view {\n overflow: auto;\n padding: 12px;\n height: 100%;\n background-color: var(--sys-color-cdt-base-container);\n}\n\n.request-cookies-view .request-cookies-title {\n font-size: 12px;\n font-weight: bold;\n margin-right: 30px;\n color: var(--color-text-primary);\n}\n\n.request-cookies-view .cookie-line {\n margin-top: 6px;\n display: flex;\n}\n\n.request-cookies-view .cookies-panel-item {\n margin-top: 6px;\n margin-bottom: 16px;\n flex: none;\n}\n\n@media (forced-colors: active) {\n td.flagged-cookie-attribute-cell .cookie-warning-icon {\n forced-color-adjust: none;\n filter: grayscale();\n }\n}\n\n/*# sourceURL=requestCookiesView.css */\n");export default styles;