blob: 76cbe6524817b3fbbd2ac5cb1fed9fe32231d193 [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 {
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}