/* 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=./auto_tab_groups_shared_style.css.js
* #scheme=relative
* #include=auto-tab-groups-shared-style
* #css_wrapper_metadata_end */
:host {
--avatar-size: 40px;
}
cr-button {
align-self: flex-end;
width: fit-content;
}
.account-email {
font-size: 12px;
}
.account-image {
border-radius: var(--avatar-size);
height: var(--avatar-size);
width: var(--avatar-size);
}
.account-row {
align-items: center;
display: flex;
gap: 10px;
}
.account-text {
display: flex;
flex-direction: column;
gap: 4px;
}
.bullet-list {
--iron-icon-height: 16px;
--iron-icon-width: 16px;
border-spacing: 0 4px;
font-size: 12px;
line-height: 16px;
}
td:first-child {
padding-inline-end: 12px;
}