UNPKG

chrome-devtools-frontend

Version:
111 lines (92 loc) 1.9 kB
/* * Copyright (c) 2015 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .add-network-target-button { margin: 10px 25px; align-self: center; } .network-discovery-list { flex: none; max-width: 600px; max-height: 202px; margin: 20px 0 5px; } .network-discovery-list-empty { flex: auto; height: 30px; display: flex; align-items: center; justify-content: center; } .network-discovery-list-item { padding: 3px 5px; height: 30px; display: flex; align-items: center; position: relative; flex: auto 1 1; } .network-discovery-value { flex: 3 1 0; } .list-item .network-discovery-value { white-space: nowrap; text-overflow: ellipsis; user-select: none; color: var(--color-text-primary); overflow: hidden; } .network-discovery-edit-row { flex: none; display: flex; flex-direction: row; margin: 6px 5px; align-items: center; } .network-discovery-edit-row input { width: 100%; text-align: inherit; } .network-discovery-footer { margin: 0; overflow: hidden; max-width: 500px; padding: 3px; } .network-discovery-footer > * { white-space: pre-wrap; } .node-panel { align-items: center; justify-content: flex-start; overflow-y: auto; } .network-discovery-view { min-width: 400px; text-align: left; } :host-context(.node-frontend) .network-discovery-list-empty { height: 40px; } :host-context(.node-frontend) .network-discovery-list-item { padding: 3px 15px; height: 40px; } .node-panel-center { max-width: 600px; padding-top: 50px; text-align: center; } .node-panel-logo { width: 400px; margin-bottom: 50px; } :host-context(.node-frontend) .network-discovery-edit-row input { height: 30px; padding-left: 5px; } :host-context(.node-frontend) .network-discovery-edit-row { margin: 6px 9px; }