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 | .empty-view { | ||||
8 | color: hsla(0, 0%, 65%, 1); | ||||
9 | padding: 30px; | ||||
10 | display: flex; | ||||
11 | align-items: center; | ||||
12 | flex-direction: column; | ||||
13 | min-width: 70px; | ||||
14 | } | ||||
15 | |||||
16 | .empty-view-scroller { | ||||
17 | justify-content: center; | ||||
18 | overflow: auto; | ||||
19 | } | ||||
20 | |||||
21 | .empty-view p { | ||||
22 | white-space: initial; | ||||
23 | line-height: 18px; | ||||
24 | max-width: 300px; | ||||
25 | } |