summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/webapks/about_webapks.css
blob: f96c7a092d6843e0a6d91b8f907b2d8897ff7292 (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
46
47
48
49
50
51
52
53
54
/* Copyright 2017 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 {
  background-color: white;
  color: black;
  font-size: 100%;
  margin: 0;
}

#outer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 90%;
}

.label {
  font-size: 1.5em;
  font-weight: bold;
  padding-inline-end: 5px;
  text-align: start;
  white-space: nowrap;
}

#logo {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.app-name {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  padding-inline-end: 5px;
  white-space: nowrap;
}

.app-property-label {
  font-weight: bold;
  padding-inline-end: 5px;
  text-align: start;
  white-space: nowrap;
}

.app-property-value {
  font-weight: normal;
  text-align: start;
  white-space: nowrap;
}