UNPKG

debug-server-next

Version:

Dev server for hippy-core.

1 lines 2.56 kB
import*as RootModule from'../../core/root/root.js';RootModule.Runtime.cachedResources.set("panels/help/releaseNote.css","/*\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.hbox {\n overflow-y: auto;\n overflow-x: hidden;\n}\n\n.release-note-top-section {\n height: 27px;\n line-height: 27px;\n padding: 0 15px;\n flex: none;\n color: var(--color-text-primary);\n background-color: var(--color-background-elevation-1);\n border-bottom: var(--legacy-divider-border);\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.release-note-container {\n display: flex;\n flex-direction: column;\n}\n\n.release-note-container ul {\n display: flex;\n padding: 10px 16px;\n flex-direction: column;\n flex: none;\n margin: 4px 12px 0 2px;\n max-width: 600px;\n}\n\n.release-note-container li {\n display: flex;\n flex-direction: column;\n flex: none;\n line-height: 24px;\n font-size: 14px;\n}\n\n.release-note-container .release-note-link {\n border: 1px solid var(--color-details-hairline);\n padding-left: 8px;\n padding-right: 8px;\n margin-bottom: 4px;\n text-decoration: none;\n}\n\n.release-note-container .release-note-link:hover {\n box-shadow: 0 0 0 1px var(--box-shadow-outline-color) inset;\n}\n\n.release-note-title,\n.release-note-subtitle {\n color: inherit;\n text-decoration: none;\n}\n\n.release-note-subtitle {\n font-size: 13px;\n line-height: 13px;\n padding-bottom: 8px;\n}\n\n.release-note-container li:not(:hover) .release-note-subtitle {\n color: var(--color-text-secondary);\n}\n\n.release-note-action-container > button {\n margin: 10px 0 20px 20px;\n color: var(--color-text-secondary);\n}\n\n.release-note-action-container {\n flex: none;\n}\n\n.release-note-image {\n flex-shrink: 2;\n}\n\nimg {\n margin: 20px;\n width: 260px;\n height: 200px;\n flex: none;\n box-shadow: var(--drop-shadow-depth-1);\n}\n\nimg:hover {\n box-shadow: var(--drop-shadow-depth-4);\n}\n\n@media (forced-colors: active) {\n .release-note-container .release-note-link {\n border-color: ButtonText;\n }\n\n .release-note-container .release-note-link:hover {\n forced-color-adjust: none;\n border-color: Highlight;\n }\n\n .release-note-container li .release-note-title,\n .release-note-container li:not(:hover) .release-note-subtitle {\n forced-color-adjust: none;\n color: linktext;\n }\n}\n\n/*# sourceURL=panels/help/releaseNote.css */");