-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathmaterial-dense.dark.less
More file actions
38 lines (34 loc) · 1.18 KB
/
material-dense.dark.less
File metadata and controls
38 lines (34 loc) · 1.18 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.dark.less";
.perspective-viewer-material-dense-base {
--side_panel--padding: 12px 12px 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: @grey700;
color: #FFFFFF;
border: 1px solid @grey500;
--input--border-color: @grey500;
--active-color: #2770a9;
--inactive-color: @grey500;
}
perspective-viewer, .perspective-viewer-material-dense-dark{
.perspective-viewer-material-dark();
.perspective-viewer-material-dense-base();
}