blob: 530bca8eaf224684795ae112cc04ac347212c206 [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
Michael Liao (WPT)8b0cac52019-07-16 23:19:407 .empty-bold-text {
8 display: block;
9 font-size: 1.5em;
10 margin: .83em 0 .83em;
11 font-weight: bold;
12 }
13
Blink Reformat4c46d092018-04-07 15:32:3714.empty-view {
Erik Luo96fee7b2019-06-21 04:30:2915 color: hsla(0, 0%, 43%, 1);
Blink Reformat4c46d092018-04-07 15:32:3716 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 Luo96fee7b2019-06-21 04:30:2932 flex-shrink: 0;
Blink Reformat4c46d092018-04-07 15:32:3733}