UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.33 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.workspace-settings-tab header {\n padding: 0 0 6px;\n}\n\n.workspace-settings-tab header > h1 {\n font-size: 18px;\n font-weight: normal;\n margin: 0;\n padding-bottom: 3px;\n}\n\n.workspace-settings-tab .settings-content {\n overflow-y: auto;\n overflow-x: hidden;\n margin: 8px 8px 8px 0;\n padding: 0 4px;\n flex: auto;\n}\n\n.workspace-settings-tab .settings-container {\n width: 100%;\n column-width: 288px;\n}\n\n.workspace-settings-tab .settings-tab.settings-container {\n column-width: 308px;\n}\n\n.workspace-settings-tab .settings-container-wrapper {\n position: absolute;\n top: 31px;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: auto;\n padding-top: 9px;\n}\n\n.workspace-settings-tab .settings-tab.settings-content {\n margin: 0;\n padding: 0;\n}\n\n.workspace-settings-tab .settings-tab p {\n margin: 12px 0;\n}\n\n.workspace-settings-tab p.folder-exclude-pattern {\n display: grid;\n align-items: center;\n}\n\n.workspace-settings-tab p.folder-exclude-pattern > input {\n width: 80%;\n margin-left: 10px;\n}\n\n.workspace-settings-tab .settings-tab .file-system-container {\n border-top: 1px solid var(--color-background-elevation-2);\n padding: 19px 0 10px;\n margin: 20px 0;\n}\n\n.workspace-settings-tab .settings-tab .file-system-header {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n\n.workspace-settings-tab .settings-tab .file-system-name {\n font-weight: bold;\n flex: none;\n margin-right: 10px;\n font-size: 15px;\n overflow: hidden;\n text-overflow: ellipsis;\n max-width: 70%;\n}\n\n.workspace-settings-tab .settings-tab .file-system-path {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex: auto;\n}\n\n.workspace-settings-tab .settings-info-message {\n background-color: var(--color-background-elevation-1);\n padding: 10px;\n margin: 20px 0;\n}\n\n.workspace-settings-tab .settings-tab.settings-content.settings-container {\n column-width: initial;\n overflow: hidden;\n padding-right: 10px;\n}\n\n/*# sourceURL=workspaceSettingsTab.css */\n");export default styles;