UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.71 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2018 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 overflow: hidden;\n}\n\n.header {\n padding: 0 0 6px;\n border-bottom: 1px solid var(--sys-color-divider);\n font-size: 18px;\n font-weight: normal;\n flex: none;\n}\n\n.add-locations-button {\n flex: none;\n margin: 10px 2px;\n min-width: 140px;\n align-self: flex-start;\n}\n\n.locations-list {\n max-width: 600px;\n min-width: 340px;\n flex: auto;\n}\n\n.locations-list-item {\n padding: 3px 6px;\n height: 30px;\n display: flex;\n align-items: center;\n position: relative;\n flex: auto 1 1;\n}\n\n.locations-list-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n flex-basis: 170px;\n user-select: none;\n color: var(--color-text-primary);\n position: relative;\n overflow: hidden;\n}\n\n.locations-list-title {\n text-align: start;\n}\n\n.locations-list-title-text {\n overflow: hidden;\n flex: auto;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.locations-list-separator {\n flex: 0 0 1px;\n background-color: var(--color-details-hairline);\n height: 30px;\n margin: 0 4px;\n}\n\n.locations-list-separator-invisible {\n visibility: hidden;\n height: 100% !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.locations-edit-row {\n display: flex;\n flex-direction: row;\n margin: 6px 5px;\n}\n\n.locations-edit-row input {\n width: 100%;\n text-align: inherit;\n}\n\n.locations-input-container {\n padding: 1px;\n}\n\n/*# sourceURL=locationsSettingsTab.css */\n");export default styles;