-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmaterial-dense.less
More file actions
38 lines (33 loc) · 1.12 KB
/
material-dense.less
File metadata and controls
38 lines (33 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms of
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/
@import "../less/fonts";
@import (reference) "material";
.perspective-viewer-material-dense-base {
--side_panel--padding: 12px 4px 12px 10px;
--top_panel--padding: 0px 0px 12px 0px;
--column-drop-label--margin: -10px 0px 0px 0px;
--column-drop-container--margin: 12px 12px 0px 0px;
--column-container--margin: 12px 0px 0px 0px;
--row_draggable--animation: none;
--button--padding: 12px 9px;
--active-column--height: 45px;
--column-drop-label--font-size: 8px;
--column_selector--width: 24px;
}
perspective-column-style {
background-color: #FFFFFF;
color: #161616;
border: 1px solid #E0E4E9;
--input--border-color: #E0E4E9;
--active-color: @blue500;
}
perspective-viewer, .perspective-viewer-material-dense {
.perspective-viewer-material();
.perspective-viewer-material-dense-base();
}