-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyle.css
77 lines (67 loc) · 1.39 KB
/
style.css
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
:root {
--major-width: 95vw;
--major-height: 65.19607845vw;
--canvas-dim: 64.730392155vw;
--sidebar-width: 27.941176465vw;
}
.parent_div {
width: var(--major-width);
height: var(--major-height);
max-width: 138.428571415vh;
max-height: 95vh;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.child_div1 {
width: var(--major-height);
height: var(--major-height));
max-width: 95vh;
max-height: 95vh;
float: left;
}
.canvas_container {
width: var(--canvas-dim);
height: var(--canvas-dim);
max-width: 94.321428542vh;
max-height: 94.321428542vh;
border-style: solid;
border-color: #cacaca;
border-width: 2px;
}
.child_div2 {
width: var(--sidebar-width);
height: var(--major-height);
max-width: 40.714285702vh;
max-height: 95vh;
float: right;
overflow-y: scroll;
}
.controls_container {
width: var(--sidebar-width);
max-width: 40.714285702vh;
position: relative;
}
.child_div2_child_mid {
width: var(--sidebar-width);
max-width: 40.714285702vh;
height: 30px;
}
.infotext_container {
width: var(--sidebar-width);
max-width: 40.714285702vh;
}
p.sidebar-text {
font-family: 'Open sans', sans-serif; color: #777777; font-size: 14px;
hyphens: auto;
text-align: justify;
}
.swal2-text {
font-family: 'Open sans', sans-serif; color: #777777; font-size: 14px;
}
.swal2-popup {
font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
}