blob: 3a25315f696af23032e00888934d1a3f07d6041a [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371/*
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 {
Erik Luo96fee7b2019-06-21 04:30:298 color: hsla(0, 0%, 43%, 1);
Blink Reformat4c46d092018-04-07 15:32:379 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;
Erik Luo96fee7b2019-06-21 04:30:2925 flex-shrink: 0;
Blink Reformat4c46d092018-04-07 15:32:3726}