chromium/chrome/browser/resources/welcome/shared/step_indicator.css

/* 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. */

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #import=./navi_colors.css.js
 * #include=navi-colors
 * #css_wrapper_metadata_end */

:host {
  align-items: center;
  display: flex;
}

span {
  background: var(--navi-step-indicator-color);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  width: 8px;
}

span.active {
  background: var(--navi-step-indicator-active-color);
}

.screen-reader-only {
  clip: rect(0, 0, 0, 0);
  position: fixed;
}