blob: 0955d3c6cc099aee7daaca81a8c53151e8a11761 [file] [log] [blame]
/* 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;
}