summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/dev_ui_loader/dev_ui_loader.css
blob: aa35e0acfab25d7754942dd0a09ad6e336017e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* Copyright 2019 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: sans, Arial, sans-serif;
  font-size: 93.75%;
  justify-content: flex-start;
}

/* This is needed to hide elements that have "display" set. */
[hidden] {
  display: none !important;
}

#failure-message {
  display: inline-block;
  padding-top: 100px;
}

h1.heading {
  color: rgb(32, 33, 36);
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 15px 0;
}

.list-header {
  color: #2B2B2B;
  line-height: 1.61em;
  margin: 0 8px 0 0;
}

ul.suggestions-list {
  margin-top: 0;
}

ul.suggestions-list li {
  color: #2B2B2B;
  line-height: 1.55;
}