Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 1 | /* |
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 Bynens | 69096bb | 2019-10-01 18:48:30 | [diff] [blame] | 8 | padding: 12px; |
Mathias Bynens | b0c1f4b | 2020-05-15 14:34:41 | [diff] [blame] | 9 | } |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 10 | |
Joel Einbinder | 7fbe24c | 2019-01-24 05:19:01 | [diff] [blame] | 11 | [is=dt-checkbox] { |
Mathias Bynens | 69096bb | 2019-10-01 18:48:30 | [diff] [blame] | 12 | margin: 0 0 10px 0; |
13 | flex: none; | ||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 14 | } |
15 | |||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 16 | .panel-section-separator { |
Mathias Bynens | 69096bb | 2019-10-01 18:48:30 | [diff] [blame] | 17 | height: 1px; |
18 | margin-bottom: 10px; | ||||
Jack Franklin | d03553a | 2020-12-02 11:45:53 | [diff] [blame] | 19 | background: var(--color-details-hairline); |
Mathias Bynens | 69096bb | 2019-10-01 18:48:30 | [diff] [blame] | 20 | flex: none; |
21 | } | ||||
22 | |||||
Mathias Bynens | 5a12f16 | 2020-09-21 14:45:23 | [diff] [blame] | 23 | .panel-section-separator:last-child { |
24 | background: transparent; | ||||
25 | } | ||||
26 | |||||
Mathias Bynens | 69096bb | 2019-10-01 18:48:30 | [diff] [blame] | 27 | .chrome-select-label { |
28 | margin-bottom: 16px; | ||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 29 | } |