chromium/chrome/browser/resources/side_panel/read_anything/read_anything_toolbar.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
 * #scheme=relative
 * #css_wrapper_metadata_end */

cr-icon {
  --icon-size: 20px;
  height: var(--icon-size);
  margin: 0px 8px 0px 4px;
  width: var(--icon-size);
}

cr-icon-button {
  --cr-icon-button-icon-size: 16px;
  --cr-icon-button-size: 24px;
  color: var(--color-sys-on-surface-subtle);
  margin: 0 4px;
}

cr-icon-button.active {
  background-color: var(--cr-active-background-color);
}

.check-mark {
  margin: 0;
}

.dropdown-item {
  align-items: center;
  font-size: 13px;
  min-width: 180px;
  padding-left: 20px;
}