UNPKG

chrome-devtools-frontend

Version:
25 lines (21 loc) 467 B
/* * Copyright 2024 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .origin-warning-icon { width: 16px; height: 16px; margin-right: 4px; color: var(--icon-warning); } .origin { text-overflow: ellipsis; overflow-x: hidden; } .error-message { color: var(--sys-color-error); margin-top: 8px; font-weight: var(--ref-typeface-weight-medium); white-space: pre-wrap; }