/*
 * Copyright 2014 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

@scope to (devtools-widget > *) {
  .request-cookies-view {
    overflow: auto;
    padding: var(--sys-size-6);
    height: 100%;
    background-color: var(--sys-color-cdt-base-container);
  }

  .request-cookies-view .request-cookies-title {
    font-size: var(--sys-typescale-body4-size);
    font-weight: bold;
    margin-right: 30px;
    color: var(--sys-color-on-surface);
  }

  .request-cookies-view .cookie-line {
    margin-top: var(--sys-size-4);
    display: flex;
  }

  .request-cookies-view .cookies-panel-item {
    margin-top: var(--sys-size-4);
    margin-bottom: var(--sys-size-8);
    flex: none;
  }
}
