cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / first_run / step.css
blob52e424eeb3e9f0e9aba1d05b390d8b2450d107ca
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 .step {
8 background: white;
9 color: #8c8c8c;
10 padding: 0;
13 .step h1 {
14 color: #333;
15 font-weight: normal;
18 .step p {
19 line-height: 1.5;
22 .step button.blue-button {
23 color: white;
26 .step button.white-button {
27 color: black;
30 .step .controls button {
31 margin: 0 3px;
34 .step .controls button:first-of-type {
35 -webkit-margin-start: 0;
38 .step .controls button:last-of-type {
39 -webkit-margin-end: 0;