UNPKG

1.05 kBtext/lessView Raw
1/******************************************************************************
2 *
3 * Copyright (c) 2017, the Perspective Authors.
4 *
5 * This file is part of the Perspective library, distributed under the terms of
6 * the Apache License 2.0. The full license can be found in the LICENSE file.
7 *
8 */
9
10 @import "../less/fonts";
11 @import (reference) "material";
12
13 perspective-viewer, .perspective-viewer-material-dense{
14 .perspective-viewer-material();
15 .perspective-viewer-material-dense-base();
16 }
17
18.perspective-viewer-material-dense-base(){
19 --hypergrid--padding: 12px 12px 12px 12px;
20 --hypergrid-row--height: 20px;
21 --side_panel--padding: 12px 12px 12px 10px;
22 --top_panel--padding: 0px 0px 12px 0px;
23 --column-drop-label--margin: -10px 0px 0px 0px;
24 --column-drop-container--margin: 12px 12px 0px 0px;
25 --column-container--margin: 12px 0px 0px 0px;
26 --row_draggable--animation: none;
27 --button--padding: 1px 9px;
28 --active-column--height: 45px;
29 --column-drop-label--font-size: 8px;
30 --column_selector--width: 24px;
31}
32
\No newline at end of file