cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / first_run / first_run.css
blobc0ef61881dcf7fa3c10ea469149704ea80550794
1 /**
2 * Copyright 2013 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
7 [hidden] {
8 display: none !important;
11 html,
12 body {
13 margin: 0;
14 padding: 0;
17 body {
18 background-color: rgba(0, 0, 0, 0);
19 cursor: default;
20 height: 100%;
21 overflow: hidden;
22 position: fixed;
23 width: 100%;
26 .transparent {
27 opacity: 0;
30 .show-animated,
31 .hide-animated {
32 transition-property: opacity;
35 .show-animated {
36 transition-function: ease-in;
39 .hide-animated {
40 transition-function: ease-out;
43 #background-container {
44 height: 100%;
45 left: 0;
46 position: absolute;
47 top: 0;
48 width: 100%;
49 z-index: -1;
52 #background {
53 height: 100%;
54 position: absolute;
55 width: 100%;
58 #background .fill {
59 fill: rgba(0, 0, 0, 0.5);
62 #steps {
63 align-items: center;
64 display: flex;
65 flex-flow: row;
66 height: 100%;
67 justify-content: center;
68 width: 100%;
71 #help #completion-image {
72 background-image: url('chrome://theme/IDR_FIRST_RUN_COMPLETION');
73 display: inline-block;
74 height: 153px;
75 width: 400px;