Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_host_pairing.css
bloba5a9a1a8eb4a0d84282521fc37190ca6a4c897b1
1 /* Copyright 2014 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.
4 */
6 /* TODO(dzhioev): support RTL. http://crbug.com/423354 */
8 :host {
9 -webkit-user-select: none;
10 background-color: var(--google-yellow-500);
11 color: white;
12 display: block;
13 font-family: 'Roboto';
14 font-weight: 300;
15 height: 100%;
18 neon-animated-pages {
19 left: 114px;
20 position: absolute;
21 right: 0;
22 top: 100px;
25 #illustration {
26 background-image: url(chrome://theme/IDR_BUILDINGS_ILLUSTRATION);
27 bottom: 95px;
28 height: 368px;
29 position: absolute;
30 right: 95px;
31 width: 503px;
34 #device-indicator {
35 bottom: 74px;
36 font-size: 33px;
37 font-weight: bolder;
38 left: 130px;
39 position: absolute;
42 #device-label {
43 margin-left: 0.4em;
46 #code {
47 font-family: 'Roboto';
48 font-size: 120px;
49 font-weight: lighter;
52 iron-icon {
53 height: 48px;
54 width: 48px;