summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chromeos/login/oobe_screen_reset.css
blob: 3bd120e027b7df34758399c5ce7d1ebcb8c84e41 (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
/* Copyright 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.
 */

#reset {
  display: flex;
  flex-flow: column;
  font-size: 16px;
  min-height: 423px;
  padding: 40px 17px 80px;
  text-align: center;
  width: 722px;
}

#reset #reset-controls {
  bottom: 40px;
  justify-content: center;
  margin-top: auto;
}

#reset-controls button {
  margin: 0 10px;
}

#reset #reset-warning-icon {
  height: 112px;
}

#reset #reset-warning-msg,
#reset #powerwash-warning-msg,
#reset #powerwash-and-rollback-warning-msg {
  color: #606060;
  font-size: 22px;
  padding: 5px 45px 30px;
}

.reset-text {
  color: #606060;
}

#reset #reset-warning-details,
#reset #reset-revert-promise-msg {
  padding: 20px 40px 0;
}

#reset #reset-warning-restart {
  padding: 30px 40px 0;
}

#reset #rollback {
  padding: 30px 40px 10px;
}

#reset #reset-revert-spinner-message {
  display: inline-block;
  padding: 25px 0;
}

.powerwash-proposal-specific,
.powerwash-confirm-specific,
.rollback-confirm-specific,
.revert-promise-specific,
.restart-required-specific {
  display: none;
}

.powerwash-proposal-view .powerwash-proposal-specific,
.powerwash-confirm-view .powerwash-confirm-specific,
.rollback-confirm-view .rollback-confirm-specific,
.restart-required-view .restart-required-specific,
.revert-promise-view .revert-promise-specific {
  display: block;
}

#reset-restart-button,
#reset-button,
#reset-toconfirm-button,
.revert-promise-view #reset-controls {
  display: none;
}

.restart-required-view #reset-restart-button,
.powerwash-confirm-view #reset-button,
.rollback-confirm-view #reset-button,
.powerwash-proposal-view #reset-toconfirm-button {
  display: inline-block;
}