chrome-devtools-frontend
Version:
Chrome DevTools UI
16 lines (13 loc) • 335 B
CSS
/*
* Copyright (c) 2023 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.
*/
.status-badge {
border-radius: 4px;
padding: 4px;
background: var(--sys-color-neutral-container);
& > devtools-icon {
vertical-align: sub;
}
}