Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_wrong_hwid.css
blob0955d3c6cc099aee7daaca81a8c53151e8a11761
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
5 * This is the stylesheet used by the wrong HWID screen.
6 */
8 #wrong-hwid {
9 padding: 40px 17px 30px;
10 text-align: center;
11 width: 722px;
14 #wrong-hwid #wrong-hwid-message-header {
15 color: #606060;
16 font-size: 22px;
17 padding: 5px 40px 30px;
20 #wrong-hwid #wrong-hwid-icon {
21 height: 112px;
24 #wrong-hwid #wrong-hwid-message-content {
25 color: #606060;
26 font-size: 16px;
27 padding: 20px 40px 40px;
30 #skip-hwid-warning {
31 justify-content: center;
34 #skip-hwid-warning-link {
35 color: #8c8c8c;
36 font-size: 18px;
37 text-decoration: none;