cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / first_run / app / style.css
blob33cce94564b324d229ebe52773121e2401095499
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 body {
8 margin: 0;
9 padding: 0;
12 .step.dialog {
13 align-items: center;
14 display: flex;
15 flex-direction: column;
16 height: 475px;
17 padding: 40px;
18 text-align: center;
19 width: 720px;
22 .step.dialog h1 {
23 font-size: 30px;
24 margin-bottom: 16px;
25 margin-top: 0;
28 .step.dialog p {
29 font-size: 15px;
30 margin-bottom: 0;
33 .step.dialog .controls {
34 display: flex;
35 flex-direction: column;
36 flex-grow: 1;
39 .step.dialog .controls .margin-top {
40 flex-grow: 8;
43 .step.dialog .controls .margin-bottom {
44 flex-grow: 5;
47 .step.dialog .controls button {
48 font-size: 12px;
49 min-width: 0;
50 padding: 0 35px;
51 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
54 .step.dialog .window-header {
55 -webkit-app-region: drag;
56 display: block;
57 left: 0;
58 position: absolute;
59 right: 0;
60 top: 0;
63 .step.dialog .topbutton-bar {
64 display: block;
65 margin-top: 10px;
68 .step.dialog .topbutton-wrapper {
69 -webkit-padding-end: 10px;
70 display: flex;
71 justify-content: flex-end;
74 .step.dialog .topbutton-bar button {
75 -webkit-app-region: no-drag;
76 -webkit-margin-end: 0;
77 display: inline;