summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
blob: a5a9a1a8eb4a0d84282521fc37190ca6a4c897b1 (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
/* Copyright 2014 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.
 */

/* TODO(dzhioev): support RTL. http://crbug.com/423354 */

:host {
  -webkit-user-select: none;
  background-color: var(--google-yellow-500);
  color: white;
  display: block;
  font-family: 'Roboto';
  font-weight: 300;
  height: 100%;
}

neon-animated-pages {
  left: 114px;
  position: absolute;
  right: 0;
  top: 100px;
}

#illustration {
  background-image: url(chrome://theme/IDR_BUILDINGS_ILLUSTRATION);
  bottom: 95px;
  height: 368px;
  position: absolute;
  right: 95px;
  width: 503px;
}

#device-indicator {
  bottom: 74px;
  font-size: 33px;
  font-weight: bolder;
  left: 130px;
  position: absolute;
}

#device-label {
  margin-left: 0.4em;
}

#code {
  font-family: 'Roboto';
  font-size: 120px;
  font-weight: lighter;
}

iron-icon {
  height: 48px;
  width: 48px;
}