summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css
blob: 926e3507e278e2a740a7f9347ee8060f8f39b9d7 (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
/* 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 */
/* TODO(xdai): Remove the hard-coded font-family for 'Roboto'. */

:host {
  -webkit-user-select: none;
  background: white;
  display: block;
  font-family: 'Roboto';
  height: 600px;
  position: relative;
  width: 720px;
}

.gaia-frame {
  height: 300px;
  width: 339px;
}

controller-pairing-page[name='device-select']::shadow #top,
controller-pairing-page[name='establishing-connection']::shadow #top {
  height: 200px;
}

controller-pairing-page[name='code-confirmation']::shadow #top,
controller-pairing-page[name='host-update']::shadow #top,
controller-pairing-page[name='host-connection-lost']::shadow #top,
controller-pairing-page[name='enrollment-introduction']::shadow #top {
  height: 300px;
}

controller-pairing-page[name='authentication']::shadow #top {
  height: 100px;
}

indeterminate-progress {
  margin-bottom: 28px;
  margin-top: 28px;
}

#code {
  color: #757575;
  font-size: 55px;
  font-weight: 300;
}

pairing-device-list {
  height: 252px;
}