-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathChartStyle.css
More file actions
99 lines (87 loc) · 1.58 KB
/
ChartStyle.css
File metadata and controls
99 lines (87 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.dv {
height: calc(100vh - 72px);
width: inherit;
overflow: hidden;
}
.tag-cont {
height: inherit;
background-color: white;
}
.tag-wraper {
border: solid 1px #eee;
height: inherit;
width: 100%;
}
.tag-scroll {
overflow-y: auto;
height: calc( 100% - 30px );
background-color: white;
}
.tag-wraper:nth-child(2) {
margin-top: 5px;
}
.tag-cont .colTile:hover {
cursor: move;
}
.chartCont canvas {
height: 100% !important;
}
.botdata_cont {
height: 100%;
z-index: 4;
box-shadow: 2px 9px 14px 0px rgba(189,189,189,1);
}
.tool-box-items span {
margin-right: 5px;
}
.columnDrag {
display: inline-block;
padding: 4px 4.5px;
background-color: #c8d4ef;
border-radius: 25px;
font-size: 11px;
cursor: move;
color: #111;
user-select: none;
transition-duration: 0.3s;
}
.columnDrag .close {
font-size: 15px;
margin: -2px 0 0 4px;
color: black !important;
}
.containerrow canvas {
width: 100% !important;
height: 100% !important;
}
.containerrow .Obj_title {
font-size: 12px;
font-weight: bold;
background-color: #c5c9cc;
}
.containerrow .close {
margin-top: -4px;
float: left;
padding-right: 12px;
font-size: 20px;
}
/*#obj_icons .btn{
padding:1px!important;
}*/
.canvasstyle {
box-shadow: var(--eb-shadow);
height: inherit;
}
.canvasParentDiv {
height: inherit;
}
.map_inner {
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
background: white;
}
.toolicons .btn {
margin-right:2px !important;
}