| /* |
| * 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. |
| */ |
| |
| .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); |
| } |