/* 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=../cr_shared_vars.css.js
 * #import=../icons.html.js
 * #scheme=relative
 * #css_wrapper_metadata_end */

.buttons {
  --cr-feedback-buttons-icon-size_: 16px;
  display: grid;
  grid-auto-columns: var(--cr-feedback-buttons-icon-size_);
  grid-auto-rows: var(--cr-feedback-buttons-icon-size_);
  grid-auto-flow: column;
  gap: 12px;
  align-items: center;
  justify-items: center;
}

cr-icon-button {
  --cr-icon-button-fill-color: currentColor;
  --cr-icon-button-icon-size: var(--cr-feedback-buttons-icon-size_);
  --cr-icon-button-size: 24px;
  margin: 0;
}
