OLD | NEW |
1 /** | 1 /** |
2 * Copyright 2016 The Chromium Authors. All rights reserved. | 2 * Copyright 2016 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 :host { | 7 :host { |
8 -webkit-user-select: text; | 8 -webkit-user-select: text; |
9 } | 9 } |
10 | 10 |
| 11 .platform-fonts { |
| 12 flex-shrink: 0; |
| 13 } |
| 14 |
11 .font-name { | 15 .font-name { |
12 font-weight: bold; | 16 font-weight: bold; |
13 } | 17 } |
14 | 18 |
15 .font-usage { | 19 .font-usage { |
16 color: #888; | 20 color: #888; |
17 padding-left: 3px; | 21 padding-left: 3px; |
18 } | 22 } |
19 | 23 |
20 .title { | 24 .title { |
(...skipping 15 matching lines...) Expand all Loading... |
36 } | 40 } |
37 | 41 |
38 .font-stats-item { | 42 .font-stats-item { |
39 padding-left: 1em; | 43 padding-left: 1em; |
40 } | 44 } |
41 | 45 |
42 .font-stats-item .font-delimeter { | 46 .font-stats-item .font-delimeter { |
43 margin: 0 1ex 0 1ex; | 47 margin: 0 1ex 0 1ex; |
44 } | 48 } |
45 | 49 |
OLD | NEW |