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