UNPKG

3.6 kBCSSView Raw
1@import url(https://fonts.googleapis.com/css?family=Material+Icons);
2@import url(https://fonts.googleapis.com/css?family=Open+Sans);
3@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
4/******************************************************************************
5 *
6 * Copyright (c) 2017, the Perspective Authors.
7 *
8 * This file is part of the Perspective library, distributed under the terms of
9 * the Apache License 2.0. The full license can be found in the LICENSE file.
10 *
11 */
12/******************************************************************************
13 *
14 * Copyright (c) 2017, the Perspective Authors.
15 *
16 * This file is part of the Perspective library, distributed under the terms of
17 * the Apache License 2.0. The full license can be found in the LICENSE file.
18 *
19 */
20perspective-viewer,
21.perspective-viewer-material {
22 font-family: "Open Sans";
23 --interface-monospace--font-family: "Roboto Mono";
24 --inactive-column-selector--content: "\E835";
25 --active-column-selector--content: "\E834";
26 --column--background: none;
27 --column--height: 21px;
28 --active-column--height: 51px;
29 --inactive-column--height: 24px;
30 --active-columns--justify-content: space-evenly;
31 --inactive-column--opacity: 0.3;
32 --float--column-type--color: #1a7da1;
33 --string--column-type--color: #ff8888;
34 --settings-button--content: "more_vert";
35 --button--font-family: "Material Icons";
36 --overflow_hint--before: "error_outline";
37 --overflow_hint--font-family: "Material Icons";
38 --overflow_hint--color: rgba(0, 0, 0, 0.2);
39 --overflow_hint--padding: 0 12px 0 6px;
40 --copy_button--before: "file_copy";
41 --download_button--before: "save_alt";
42 --reset_button--before: "refresh";
43 --row_draggable-border-last-child-width: 0;
44 --row_pivots--before: "Group By";
45 --column_pivots--before: "Split By";
46 --sort-order-asc--before: "arrow_upward";
47 --sort-order-desc--before: "arrow_downward";
48 --sort-order-none--before: "remove";
49 --close_button--before: "close";
50 --sort-order-col-asc--before: "arrow_back";
51 --sort-order-col-desc--before: "arrow_forward";
52 --select--background-color: none;
53 --select--padding: 0px;
54 --column-drop-container--background: none;
55 --column-drop-container--padding: 0px;
56 --column-drop-container--margin: 24px 24px 0px 0px;
57 --column-drop-label--margin: -12px 0px 0px 0px;
58 --column-drop-label--font-size: 10px;
59 --column-drop-label--display: inline-block;
60 --column-container--margin: 24px 0px 0px 0px;
61 --column-add--font-family: "Material Icons";
62 --column-add--before: "add";
63 --column_type--padding: 0px 0px 0px 0px;
64 --column_type--width: 25px;
65 --column-selector--font-family: "Material Icons";
66 --active-column-selector--height: 45px;
67 --column_selector--width: 31px;
68 --column_selector--font-size: 16px;
69 --hypergrid-gridline--color: #ddd;
70 --hypergrid--padding: 24px;
71 --side_panel--padding: 24px 24px 24px 17px;
72 --button--padding: 24px 17px 0px 17px;
73 --button--font-size: 16px;
74 --top_panel--padding: 0px 0px 24px 0px;
75 --top-panel-row--display: inline-flex;
76 --hypergrid-scrollbar--width: 8px;
77 --hypergrid-scrollbar--border-radius: 5px;
78 --hypergrid--font-size: 12px;
79 --hypergrid-header--font-size: 12px;
80 --hypergrid--font-family: "Open Sans";
81 --hypergrid-header--font-family: "Open Sans";
82 --d3fc-treedata-axis--lines: none;
83 --active--color: #1a7da1;
84 --hypergrid--color: #666;
85 --hypergrid--background: #fff;
86 --hypergrid-positive--color: #1078d1;
87 --hypergrid-negative--color: #de3838;
88 --hypergrid-selection--background: rgba(0, 0, 0, 0.1);
89}
90
91
92/*# sourceMappingURL=material.css.map*/
\No newline at end of file