blob: 5384c865fa3ecb9dbc3f997b0ab9bd7c93e71eac [file] [log] [blame]
/* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#container:not([expandStyle]) {
padding-top: 8px;
}
#container[expandStyle] {
align-items: center;
height: 48px;
}
.content {
padding-top: 4px;
}
#description {
padding: 4px 0 16px 0;
}
.icon {
min-width: 36px;
}
.icon-view {
display: block;
height: 20px;
width: 20px;
}
.line {
background-color: rgb(235, 235, 235);
}
cr-expand-button {
padding-inline-end: 8px;
/* Overrides default value 12px for cr-icon-button */
--cr-section-vertical-padding: 0;
}
.toggle {
padding-inline-end: 20px;
}
.indent {
padding: 0 0 6px 36px;
}