UNPKG

debug-server-next

Version:

Dev server for hippy-core.

1 lines 3 kB
import*as RootModule from'../../core/root/root.js';RootModule.Runtime.cachedResources.set("panels/web_audio/webAudio.css","/*\n * Copyright 2019 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.web-audio-toolbar-container {\n background-color: var(--color-background-elevation-1);\n border-bottom: var(--color-background-highlight);\n min-height: fit-content;\n}\n\n.web-audio-toolbar {\n display: inline-block;\n}\n\n.web-audio-landing-page {\n position: absolute;\n background-color: var(--color-background);\n justify-content: center;\n align-items: center;\n overflow: auto;\n font-size: 13px;\n color: var(--color-text-primary);\n}\n\n.web-audio-landing-page > div {\n max-width: 500px;\n margin: 10px;\n}\n\n.web-audio-landing-page > div > p {\n flex: none;\n white-space: pre-line;\n}\n\n.web-audio-content-container {\n overflow-y: auto;\n}\n\n.web-audio-details-container {\n min-height: fit-content;\n}\n\n.web-audio-summary-container {\n flex-shrink: 0;\n}\n\n.context-detail-container {\n flex: none;\n display: flex;\n background-color: var(--color-background);\n flex-direction: column;\n}\n\n.context-detail-header {\n border-bottom: 1px solid rgb(230 230 230); /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n padding: 12px 24px;\n margin-bottom: 10px;\n}\n\n.context-detail-title {\n font-size: 15px;\n font-weight: 400;\n}\n\n.context-detail-subtitle {\n font-size: 12px;\n margin-top: 10px;\n user-select: text;\n}\n\n.context-detail-row {\n flex-direction: row;\n display: flex;\n line-height: 18px;\n padding-left: 24px;\n}\n\n.context-detail-row-entry:not(:empty) {\n color: var(--color-text-secondary);\n overflow: hidden;\n width: 130px;\n}\n\n.context-detail-row-value {\n user-select: text;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.context-summary-container {\n flex: 0 0 27px;\n line-height: 27px;\n padding-left: 5px;\n background-color: var(--color-background-elevation-2);\n border-top: 1px solid var(--color-details-hairline);\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.context-summary-container span {\n margin-right: 6px;\n}\n\n/*# sourceURL=panels/web_audio/webAudio.css */");RootModule.Runtime.cachedResources.set("panels/web_audio/audioContextSelector.css","/*\n * Copyright 2019 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 padding: 2px 1px 2px 2px;\n white-space: nowrap;\n display: flex;\n flex-direction: column;\n height: 36px;\n justify-content: center;\n}\n\n.title {\n overflow: hidden;\n text-overflow: ellipsis;\n flex-grow: 0;\n}\n\n/*# sourceURL=panels/web_audio/audioContextSelector.css */");