blob: 28350db5e525352b07e194f80030b2a7b137aeb9 [file] [log] [blame]
/* Copyright 2025 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
* #css_wrapper_metadata_end */
:host {
display: flex;
flex-direction: row;
justify-content: flex-end;
padding-bottom: var(--print-preview-sidebar-margin);
padding-inline-end: var(--print-preview-sidebar-margin);
padding-top: 16px;
}
@media (prefers-color-scheme: light) {
:host {
background-color: white;
}
}
:host cr-button:not(:last-child) {
margin-inline-end: 8px;
}
:host cr-button:last-child {
margin-inline-end: 0;
}