blob: fbf6a42b8b546a569295ba2962b21b25be04e7ac [file] [log] [blame]
/* Copyright (c) 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.
*/
#terms-of-service {
padding: 70px 17px 21px;
}
#tos-container {
border: 1px solid #d9d9d9;
height: 222px;
}
#terms-of-service .step-contents {
-webkit-margin-after: 49px;
-webkit-margin-start: 32px;
}
#terms-of-service h1 {
font-size: 100%;
font-weight: normal;
margin: 0 0 8px 0;
width: 630px;
}
#tos-subheading {
color: rgb(100, 100, 100);
font-size: 11px;
margin: 0 0 27px 0;
width: 630px;
}
#tos-container {
-webkit-margin-end: -2px;
overflow: auto;
width: 630px;
}
#tos-content {
padding: 8px 13px;
}
#terms-of-service h2 {
font-size: 100%;
margin: 0 0 13px 0;
}
#tos-content-main {
white-space: pre-wrap;
}
#tos-loading,
#tos-error {
-webkit-align-items: center;
-webkit-flex-direction: column;
-webkit-justify-content: center;
display: none;
height: 100%;
width: 100%;
}
#terms-of-service p {
color: rgb(100, 100, 100);
font-size: 12px;
margin: 0;
text-align: center;
}
#terms-of-service p + p {
margin-top: 4px;
}
.step.tos-loading #tos-content {
display: none;
}
.step.tos-loading #tos-loading {
display: -webkit-flex;
}
.step.error #tos-content,
.step.error #tos-accept-button {
display: none;
}
.step.error #tos-error {
display: -webkit-flex;
}
#terms-of-service.error #tos-back-button {
-webkit-margin-end: 1px;
}