UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.01 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\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.breakpoint-list {\n padding-bottom: 3px;\n}\n\n.breakpoint-list .editing.being-edited {\n overflow: hidden;\n white-space: nowrap;\n}\n\n.breakpoint-condition {\n display: block;\n margin: 4px 8px 4px 23px;\n}\n\n.breakpoint-condition-input {\n display: block;\n margin-left: 0;\n margin-right: 0;\n border: 1px solid var(--sys-color-neutral-outline);\n border-radius: 4px;\n\n &:focus {\n outline: 5px auto var(--sys-color-tonal-outline);\n box-shadow: none;\n }\n}\n\n.breakpoint-entry {\n white-space: nowrap;\n padding: 2px 0;\n}\n\n.breakpoint-list .breakpoint-entry:hover {\n background-color: var(--color-background-elevation-1);\n}\n\n.breakpoint-list .breakpoint-entry:focus-visible {\n background-color: var(--legacy-focus-bg-color);\n}\n\n.breakpoint-entry [is="dt-checkbox"] {\n max-width: 100%;\n}\n\n.breakpoint-hit {\n --override-breakpoint-hit-background-color: rgb(255 255 194);\n --override-breakpoint-hit-border-color: rgb(107 97 48);\n\n background-color: var(--override-breakpoint-hit-background-color);\n border-right: 3px solid var(--override-breakpoint-hit-border-color);\n}\n\n.-theme-with-dark-background .breakpoint-hit,\n:host-context(.-theme-with-dark-background) .breakpoint-hit {\n --override-breakpoint-hit-background-color: hsl(46deg 98% 22%);\n --override-breakpoint-hit-border-color: #ccc;\n}\n\n@media (forced-colors: active) {\n .breakpoint-list .breakpoint-entry:hover,\n .breakpoint-list .breakpoint-entry:focus-visible {\n forced-color-adjust: none;\n background-color: Highlight;\n }\n\n .breakpoint-list .breakpoint-entry:hover *,\n .breakpoint-list .breakpoint-entry:focus-visible * {\n color: HighlightText;\n }\n}\n\n/*# sourceURL=xhrBreakpointsSidebarPane.css */\n');export default styles;