/*
 * Copyright 2023 The Chromium Authors
 * 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;
  }
}
