blob: 350550894120e22237e1e63e536b4bd6a2726085 [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. */
.title {
font-size: 26px;
padding-bottom: 48px;
}
#footer-text {
padding-top: 24px;
}
#webview-container {
box-sizing: border-box;
padding: 16px;
}
#webview-container.overlay-loading > webview,
#webview-container:not(.overlay-loading) > div {
display: none;
}
#overlay-webview {
border: 1px solid #d9d9d9;
box-sizing: border-box;
}
#overlay-webview,
#overlay-webview-loading {
display: block;
height: 300px;
}
#overlay-close-button {
margin-inline-end: 0;
}