-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
57 lines (46 loc) · 766 Bytes
/
Copy pathstyles.css
File metadata and controls
57 lines (46 loc) · 766 Bytes
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
div.graph-generator-area{
float:left;
border:1px;
overflow-x: hidden;
overflow-y: auto;
}
div.tree-generator-area{
float:left;
overflow-x: hidden;
overflow-y: auto;
}
div.tree-container{
display: flex;
flex-direction: column;
min-height:100%;
}
div.myDiv{
display: flex;
flex-direction: column;
min-height:300px;
}
input[type=number]{
width:7%;
}
.column1{
flex: 55%;
padding: 10px;
height: 800px;
}
.column2{
flex: 45%;
padding: 10px;
height: 800px;
}
*{
box-sizing: border-box;
}
.row {
display: flex;
}
.algo-name {
color: rgb(73, 72, 71);
font-size: 40px;
text-align: center;
}