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 | |||||
Mathias Bynens | b0c1f4b | 2020-05-15 14:34:41 | [diff] [blame] | 7 | .empty-bold-text { |
8 | display: block; | ||||
9 | font-size: 1.5em; | ||||
10 | margin: 0.83em 0 0.83em; | ||||
11 | font-weight: bold; | ||||
12 | } | ||||
Michael Liao (WPT) | 8b0cac5 | 2019-07-16 23:19:40 | [diff] [blame] | 13 | |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 14 | .empty-view { |
Mathias Bynens | ca9fa2d | 2020-05-19 15:23:40 | [diff] [blame] | 15 | color: hsl(0deg 0% 43% / 100%); |
Mathias Bynens | b0c1f4b | 2020-05-15 14:34:41 | [diff] [blame] | 16 | padding: 30px; |
17 | display: flex; | ||||
18 | align-items: center; | ||||
19 | flex-direction: column; | ||||
20 | min-width: 70px; | ||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 21 | } |
22 | |||||
23 | .empty-view-scroller { | ||||
Mathias Bynens | b0c1f4b | 2020-05-15 14:34:41 | [diff] [blame] | 24 | justify-content: center; |
25 | overflow: auto; | ||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 26 | } |
27 | |||||
28 | .empty-view p { | ||||
Mathias Bynens | b0c1f4b | 2020-05-15 14:34:41 | [diff] [blame] | 29 | white-space: initial; |
30 | line-height: 18px; | ||||
31 | max-width: 300px; | ||||
32 | flex-shrink: 0; | ||||
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 | [diff] [blame] | 33 | } |