summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_terms_of_service.css
blob: 82017d7cae75208ed3ff234eff546a0af8a3f04d (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* Copyright (c) 2013 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.
 */

#terms-of-service {
  padding: 70px 17px 21px;
}

#tos-container {
  border: 1px solid #d9d9d9;
  height: 222px;
}

#terms-of-service .step-contents {
  -webkit-margin-start: 32px;
  margin-bottom: 49px;
}

#terms-of-service h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 8px 0;
  width: 630px;
}

#tos-subheading {
  color: rgb(100, 100, 100);
  font-size: 11px;
  margin: 0 0 27px 0;
  width: 630px;
}

#tos-container {
  -webkit-margin-end: -2px;
  overflow: auto;
  width: 630px;
}

#tos-content {
  padding: 8px 13px;
}

#terms-of-service h2 {
  font-size: 100%;
  margin: 0 0 13px 0;
}

#tos-content-main {
  white-space: pre-wrap;
}

#tos-loading,
#tos-error {
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: none;
  height: 100%;
  width: 100%;
}

#terms-of-service p {
  color: rgb(100, 100, 100);
  font-size: 12px;
  margin: 0;
  text-align: center;
}

#terms-of-service p + p {
  margin-top: 4px;
}

.step.tos-loading #tos-content {
  display: none;
}

.step.tos-loading #tos-loading {
  display: -webkit-flex;
}

.step.error #tos-content,
.step.error #tos-accept-button {
  display: none;
}

.step.error #tos-error {
  display: -webkit-flex;
}

#terms-of-service.error #tos-back-button {
  -webkit-margin-end: 1px;
}