chromium/chrome/browser/resources/privacy_sandbox/internals/private_state_tokens/list_container.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=//resources/cr_elements/cr_shared_style_lit.css.js
 * #import=//resources/cr_elements/cr_shared_vars.css.js
 * #scheme=relative
 * #include= cr-shared-style-lit
 * #css_wrapper_metadata_end */

.flex {
  flex: 1;
}

.inline-text {
  display: inline-block;
}

.button-align {
  display: flex;
  justify-content: flex-end;
}

.card {
  background-color: var(--cr-card-background-color);
  border-radius: var(--cr-card-border-radius);
  box-shadow: var(--cr-card-shadow);
  margin: 5% auto;
  margin-block-end: 36px;
  max-width: var(--card-max-width);
}

#expandCollapseButton {
  height: auto;
  padding: 3px 16px;
}