cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / first_run / step_bubble.css
blob1e99a970dfca7f2b455115ba967aecff4bd10a18
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.bubble {
8 border: 1px solid;
9 border-radius: 3px;
10 display: inline-block;
11 position: absolute;
12 width: 400px;
15 .step.bubble h1 {
16 font-size: 18px;
17 margin-bottom: 20px;
18 margin-left: 20px;
19 margin-right: 20px;
20 margin-top: 20px;
23 .step.bubble p {
24 font-size: 14px;
25 margin-left: 20px;
26 margin-right: 20px;
29 .step.bubble p + p {
30 margin-top: 30px;
33 .step.bubble .controls {
34 margin-bottom: 18px;
35 margin-left: 18px;
36 margin-right: 18px;
37 margin-top: 18px;
38 text-align: end;
41 .step.bubble .controls button {
42 font-size: 12px;
43 min-width: 0;
44 padding: 0 15px;
45 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
48 .step.bubble.hidden {
49 visibility: hidden;