blob: 627d620e72dbb57dcfafd0cb4575e50bb105bf4b [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371/*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7:host {
Mathias Bynens69096bb2019-10-01 18:48:308 padding: 12px;
Mathias Bynensb0c1f4b2020-05-15 14:34:419}
Blink Reformat4c46d092018-04-07 15:32:3710
Joel Einbinder7fbe24c2019-01-24 05:19:0111[is=dt-checkbox] {
Mathias Bynens69096bb2019-10-01 18:48:3012 margin: 0 0 10px 0;
13 flex: none;
Blink Reformat4c46d092018-04-07 15:32:3714}
15
Blink Reformat4c46d092018-04-07 15:32:3716.panel-section-separator {
Mathias Bynens69096bb2019-10-01 18:48:3017 height: 1px;
18 margin-bottom: 10px;
Jack Franklind03553a2020-12-02 11:45:5319 background: var(--color-details-hairline);
Mathias Bynens69096bb2019-10-01 18:48:3020 flex: none;
21}
22
Mathias Bynens5a12f162020-09-21 14:45:2323.panel-section-separator:last-child {
24 background: transparent;
25}
26
Mathias Bynens69096bb2019-10-01 18:48:3027.chrome-select-label {
28 margin-bottom: 16px;
Blink Reformat4c46d092018-04-07 15:32:3729}