[go: nahoru, domu]

blob: 52e8c55537c9503f5434729ff0d33e6e1c8ca88f [file] [log] [blame]
/* Copyright 2018 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. */
a {
color: var(--google-blue-500);
font-weight: 400;
text-decoration: none;
}
.container {
height: 496px;
overflow: hidden;
padding: 60px 64px 0 64px;
position: absolute;
width: 640px;
}
.line {
background-color: rgba(0, 0, 0, .14);
height: 1px;
margin: 8px 0 8px 0;
}
.title {
font: 28px 'Google Sans', sans-serif;
font-weight: 500;
padding: 32px 0 16px 0;
}
.sub-title {
font: 13px Roboto, sans-serif;
font-weight: 400;
}
.content {
color: rgba(0, 0, 0, .54);
font-size: 13px;
}
#logo {
height: 32px;
margin: 0;
}
#next-button {
margin-inline-end: 18px;
}