Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_controller_pairing.css
blob926e3507e278e2a740a7f9347ee8060f8f39b9d7
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 */
7 /* TODO(xdai): Remove the hard-coded font-family for 'Roboto'. */
9 :host {
10 -webkit-user-select: none;
11 background: white;
12 display: block;
13 font-family: 'Roboto';
14 height: 600px;
15 position: relative;
16 width: 720px;
19 .gaia-frame {
20 height: 300px;
21 width: 339px;
24 controller-pairing-page[name='device-select']::shadow #top,
25 controller-pairing-page[name='establishing-connection']::shadow #top {
26 height: 200px;
29 controller-pairing-page[name='code-confirmation']::shadow #top,
30 controller-pairing-page[name='host-update']::shadow #top,
31 controller-pairing-page[name='host-connection-lost']::shadow #top,
32 controller-pairing-page[name='enrollment-introduction']::shadow #top {
33 height: 300px;
36 controller-pairing-page[name='authentication']::shadow #top {
37 height: 100px;
40 indeterminate-progress {
41 margin-bottom: 28px;
42 margin-top: 28px;
45 #code {
46 color: #757575;
47 font-size: 55px;
48 font-weight: 300;
51 pairing-device-list {
52 height: 252px;