blob: 4b88568621a8ec3f1bdc860e7ec376d7ffdf8781 [file] [log] [blame]
/* Copyright (c) 2019 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. */
body {
height: 585px;
margin-bottom: 32px;
margin-inline-end: 32px;
margin-inline-start: 32px;
margin-top: 20px;
}
h1 {
font-family: 'Google Sans', Helvetica, Roboto, sans-serif;
font-weight: normal;
margin-bottom: 16px;
margin-top: 28px;
}
p {
font-family: Roboto, sans-serif;
line-height: 1.5;
white-space: pre-line;
}
a {
color: var(--cr-link-color);
text-decoration: none;
}
#content {
height: 100%;
padding-inline-end: 32px;
padding-inline-start: 32px;
position: relative;
}
#google-logo {
height: 30px;
width: 30px;
}
#welcome-image {
display: block;
margin-inline-end: auto;
margin-inline-start: auto;
margin-top: 60px;
}
#ok-button {
background-color: var(--google-blue-600);
bottom: 0;
color: white;
position: absolute;
right: 0;
}
html[dir='rtl'] #ok-button {
left: 0;
right: auto;
}