@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 2.65 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2015 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.devices-settings-tab .settings-tab.settings-content {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n height: 100%;\n margin: 0;\n}\n\n.devices-settings-tab .devices-button-row {\n flex: none;\n display: flex;\n}\n\n.devices-settings-tab .devices-button-row button {\n margin-right: 10px;\n min-width: 120px;\n flex: none;\n}\n\n.devices-settings-tab .devices-list {\n width: min(350px, 100%);\n margin-top: 10px;\n}\n\n.devices-list-item {\n padding: 3px 5px;\n height: 30px;\n display: flex;\n align-items: center;\n flex: auto 1 1;\n overflow: hidden;\n color: var(--color-text-primary);\n user-select: none;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.devices-list-checkbox {\n height: 12px;\n width: 12px;\n margin: 2px 5px 2px 2px;\n flex: none;\n pointer-events: none;\n}\n\n.devices-list-checkbox:focus {\n outline: auto 5px -webkit-focus-ring-color;\n}\n\n.device-name {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.devices-edit-fields {\n flex: auto;\n display: flex;\n flex-direction: column;\n align-items: stretch;\n padding-left: 4px;\n margin-bottom: 5px;\n}\n\n.devices-edit-fields b {\n margin-top: 8px;\n margin-bottom: 0;\n}\n\n.devices-edit-client-hints-heading {\n display: flex;\n flex-direction: row;\n align-items: center;\n margin-bottom: 5px;\n}\n/* Don't want the bottom margin in the specific case of the folding one;\n * it messes with alignment with the arrow (which is a ::before) and it's\n * spaced reasonably without it anyway\n */\nli .devices-edit-client-hints-heading {\n margin-bottom: 0;\n}\n\n.devices-edit-client-hints-heading b {\n margin-inline-end: 2px;\n}\n\n.devices-edit-client-hints-heading .help-icon {\n margin-left: 2px;\n margin-right: 2px;\n vertical-align: middle;\n}\n\n.devices-edit-client-hints-heading a:focus {\n box-shadow: var(--legacy-focus-ring-active-shadow);\n}\n\n.devices-edit-fields input {\n flex: auto;\n margin: 8px 5px 0;\n}\n\nli.devices-edit-client-hints-field {\n /* Cancel out padding from treeview's .tree-outline ol */\n left: -12px;\n}\n\n.devices-edit-client-hints-field input {\n flex: auto;\n margin: 8px 5px 0;\n}\n\n.devices-edit-fields .device-edit-fixed {\n flex: 0 0 140px;\n}\n\n.devices-edit-fields select {\n margin: 8px 5px 0;\n}\n\n/*# sourceURL=devicesSettingsTab.css */\n");export default styles;