UNPKG

chrome-devtools-frontend

Version:
43 lines (36 loc) 1.11 kB
/** * Copyright 2017 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .styles-element-classes-pane { background-color: var(--sys-color-cdt-base-container); border-bottom: var(--sys-size-1) solid var(--sys-color-divider); padding: var(--sys-size-4) var(--sys-size-2) var(--sys-size-2); } .styles-element-classes-container { display: flex; flex-wrap: wrap; justify-content: flex-start; } .styles-element-classes-pane devtools-checkbox { margin-right: 15px; } .styles-element-classes-pane .title-container { padding-bottom: var(--sys-size-2); } .styles-element-classes-pane .new-class-input { padding-left: 3px; padding-right: 3px; overflow: hidden; border: var(--sys-size-1) solid var(--sys-color-neutral-outline); border-radius: var(--sys-shape-corner-extra-small); line-height: 15px; margin-left: 3px; width: calc(100% - 7px); background-color: var(--sys-color-cdt-base-container); cursor: text; &:hover { box-shadow: 0 0 0 var(--sys-size-1) var(--ref-palette-neutral90); } }