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