/* Copyright 2026 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
 * #include=settings-shared-lit action-link-lit cr-spinner-style-lit
 * #import=chrome://resources/cr_elements/cr_spinner_style_lit.css.js
 * #import=chrome://resources/cr_elements/action_link_lit.css.js
 * #import=../settings_shared_lit.css.js
 * #css_wrapper_metadata_end */

.spinner {
  margin: 0 8px;
}

#dialog-body {
  /* Add space for the link focus ring. See https://crbug.com/41428696. */
  padding-bottom: 2px;
}
