/*
 * Copyright (c) 2020 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.
 */

.issues-pane {
  overflow: hidden;
}

.issues-pane-no-issues {
  align-items: center;
  background-color: var(--sys-color-cdt-base-container);
  display: flex;
  flex: 1 1 auto;
  font-size: 14px;
  justify-content: center;
  padding: 30px;
}

.issues-toolbar-container {
  display: flex;
  flex: none;
}

.issues-toolbar-container > devtools-toolbar {
  background-color: var(--sys-color-cdt-base-container);
  border-bottom: 1px solid var(--sys-color-divider);
}

.issues-toolbar-left {
  flex: 1 1 auto;
}

.issues-toolbar-right {
  padding-right: 6px;
}
