cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / screen_app_launch_splash.css
blob0a97b02f35a36f667f5933705e075db9a8da65a7
1 /* Copyright 2013 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 #app-launch-splash {
7 -webkit-box-align: center;
8 -webkit-box-pack: center;
9 background: white;
10 display: -webkit-box;
13 #splash-content {
14 -webkit-box-align: center;
15 -webkit-box-orient: vertical;
16 -webkit-box-pack: center;
17 display: -webkit-box;
18 position: relative;
21 #splash-header {
22 -webkit-padding-start: 108px;
23 background: left center no-repeat;
24 background-size: 96px;
25 color: #666;
26 display: -webkit-box;
27 font-size: 48px;
28 height: 96px;
29 line-height: 96px;
32 #splash-launch-text {
33 color: #666;
34 font-size: 18px;
35 padding-top: 50px;
38 #splash-spinner {
39 height: 32px;
40 width: 32px;
43 #splash-config-network-container {
44 -webkit-transition: 1s opacity;
45 height : 30px;
46 opacity: 1;
47 padding-bottom: 20px;
50 #splash-config-network-container.faded {
51 opacity: 0;
54 #splash-config-network {
55 font-size: 10px;
56 font-weight: bold;
57 margin: 0;
58 padding: 0;
59 text-decoration: none;
62 #splash-config-network:hover {
63 color: rgb(202, 67, 100)
66 #splash-shortcut-info {
67 bottom: 50px;
68 color: gray;
69 left: 0;
70 position: absolute;
71 right: 0;
72 text-align: center;