UNPKG

736 BCSSView Raw
1/*
2 * Copyright 2019 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7body {
8 margin: 0;
9 padding: 0;
10 font-size: 13px;
11 color: #222;
12}
13
14body.platform-linux {
15 font-family: Roboto, Ubuntu, Arial, sans-serif;
16}
17
18body.platform-mac {
19 color: rgb(48 57 66);
20 font-family: ".SFNSDisplay-Regular", "Helvetica Neue", "Lucida Grande", sans-serif;
21}
22
23body.platform-windows {
24 font-family: "Segoe UI", Tahoma, sans-serif;
25}
26
27.fill {
28 position: absolute;
29 top: 0;
30 right: 0;
31 bottom: 0;
32 left: 0;
33}
34
35#canvas {
36 pointer-events: none;
37}
38
39.hidden {
40 display: none !important; /* stylelint-disable-line declaration-no-important */
41}