blob: 89d3d07865470d0fabf84247aefe2c5c90cd4305 [file] [log] [blame]
/**
* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.step {
background: white;
color: #8c8c8c;
display: none;
padding: 0;
}
.step h1 {
color: #333;
font-weight: normal;
}
.step p {
line-height: 1.5;
}
.step button.blue-button {
color: white;
}
.step button.white-button {
color: black;
}
.step .controls button {
margin: 0 3px;
}
.step .controls button:first-of-type {
-webkit-margin-start: 0;
}
.step .controls button:last-of-type {
-webkit-margin-end: 0;
}