Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 1 | /* |
2 | * Copyright 2017 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 { | ||||
Ankit Mishra | 83abee2 | 2020-04-28 11:06:59 | [diff] [blame] | 8 | display: inline-flex; |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 9 | border: 1px solid #ddd; |
10 | position: relative; | ||||
11 | top: 7px; | ||||
12 | margin: 2px; | ||||
13 | background-color: var(--toolbar-bg-color); | ||||
Ankit Mishra | 83abee2 | 2020-04-28 11:06:59 | [diff] [blame] | 14 | justify-content: center; |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 15 | width: 28px; |
Ankit Mishra | 83abee2 | 2020-04-28 11:06:59 | [diff] [blame] | 16 | } |