chrome-devtools-frontend
Version:
Chrome DevTools UI
22 lines (19 loc) • 562 B
CSS
/*
* Copyright 2017 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.
*/
.widget {
display: flex;
overflow: auto;
user-select: text;
font: var(--sys-typescale-body4-regular);
line-height: 11px;
box-shadow: var(--sys-elevation-level2);
background-color: var(--sys-color-base-container-elevated);
border-radius: var(--sys-shape-corner-extra-small);
}
.with-padding {
padding: var(--sys-size-4);
border-radius: var(--sys-shape-corner-small);
}