chromium/ui/webui/resources/cr_components/managed_footnote/managed_footnote.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_vars.css.js
 * #scheme=relative
 * #css_wrapper_metadata_end */

:host {
  align-items: center;
  border-top: 1px solid var(--cr-separator-color);
  color: var(--cr-secondary-text-color);
  display: none;
  /* Should be 13px when <html> font-size is 16px */
  font-size: 0.8125rem;
  justify-content: center;
  padding: 0 24px;
}

:host([is-managed_]) {
  display: flex;
}

a[href] {
  color: var(--cr-link-color);
}

cr-icon {
  align-self: flex-start;
  flex-shrink: 0;
  height: 20px;
  padding-inline-end: var(--managed-footnote-icon-padding, 8px);
  width: 20px;
}