summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/screen_wrong_hwid.css
blob: 0955d3c6cc099aee7daaca81a8c53151e8a11761 (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
/* 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.
 *
 * This is the stylesheet used by the wrong HWID screen.
 */

#wrong-hwid {
  padding: 40px 17px 30px;
  text-align: center;
  width: 722px;
}

#wrong-hwid #wrong-hwid-message-header {
  color: #606060;
  font-size: 22px;
  padding: 5px 40px 30px;
}

#wrong-hwid #wrong-hwid-icon {
  height: 112px;
}

#wrong-hwid #wrong-hwid-message-content {
  color: #606060;
  font-size: 16px;
  padding: 20px 40px 40px;
}

#skip-hwid-warning {
  justify-content: center;
}

#skip-hwid-warning-link {
  color: #8c8c8c;
  font-size: 18px;
  text-decoration: none;
}