blob: 4ff7ace8986580c08eaddd642b64785046b2b9c2 [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
Mathias Bynensb0c1f4b2020-05-15 14:34:417.empty-bold-text {
8 display: block;
9 font-size: 1.5em;
10 margin: 0.83em 0 0.83em;
11 font-weight: bold;
12}
Michael Liao (WPT)8b0cac52019-07-16 23:19:4013
Blink Reformat4c46d092018-04-07 15:32:3714.empty-view {
Mathias Bynensca9fa2d2020-05-19 15:23:4015 color: hsl(0deg 0% 43% / 100%);
Mathias Bynensb0c1f4b2020-05-15 14:34:4116 padding: 30px;
17 display: flex;
18 align-items: center;
19 flex-direction: column;
20 min-width: 70px;
Blink Reformat4c46d092018-04-07 15:32:3721}
22
23.empty-view-scroller {
Mathias Bynensb0c1f4b2020-05-15 14:34:4124 justify-content: center;
25 overflow: auto;
Blink Reformat4c46d092018-04-07 15:32:3726}
27
28.empty-view p {
Mathias Bynensb0c1f4b2020-05-15 14:34:4129 white-space: initial;
30 line-height: 18px;
31 max-width: 300px;
32 flex-shrink: 0;
Blink Reformat4c46d092018-04-07 15:32:3733}