/* 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
 * #import=chrome://resources/cr_elements/cr_spinner_style_lit.css.js
 * #include=cr-spinner-style-lit
 * #css_wrapper_metadata_end */

:host {
  --dialog-top-border-size: 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.signin-frame {
  background-color: white;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

:host,
#addAccount.active {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.spinner {
  --cr-spinner-size: 24px;
}
