| /* |
| * Copyright 2022 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| .empty-state { |
| display: none; |
| } |
| |
| .empty { |
| .empty-state { |
| display: flex; |
| } |
| |
| devtools-split-view, .pretty-print-button, devtools-toolbar { |
| display: none; |
| } |
| } |
| |
| .preloading-toolbar { |
| background-color: var(--sys-color-cdt-base-container); |
| border-bottom: 1px solid var(--sys-color-divider); |
| |
| button.toolbar-has-dropdown { |
| margin: var(--sys-size-2) 0; |
| } |
| } |
| |
| devtools-split-view { |
| .preloading-grid-widget-container > .vbox { |
| height: 100%; |
| } |
| } |