Roll src/third_party/WebKit eac3800:0237a66 (svn 202606:202607)
[chromium-blink-merge.git] / components / proximity_auth / webui / resources / proximity_auth.css
blobd63da598f949e6f60cb20db9551f25c115cfe6f7
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
6 html, body {
7 width: 100%;
8 height: 100%;
9 margin: 0;
10 padding: 0;
11 overflow: hidden;
12 font-family: "Roboto", sans-serif;
15 #logs {
16 width: 40%;
17 border-left: 1px solid rgba(0,0,0,0.12);