forked from feathr-ai/feathr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.css
More file actions
65 lines (54 loc) · 1.04 KB
/
Copy pathsite.css
File metadata and controls
65 lines (54 loc) · 1.04 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
.page {
margin: 16px;
padding-bottom: 100px;
}
.card {
box-shadow: 5px 8px 15px 5px rgba(208, 216, 243, 0.6);
border-radius: 8px;
}
.lineage-graph {
margin-top: 1.5rem;
}
.lineage-node-active {
overflow: hidden;
border-radius: 0.25rem;
border-width: 2px;
border-style: solid;
--tw-border-opacity: 1;
border-color: rgba(57, 35, 150, var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgba(57, 35, 150, var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
opacity: 1;
}
.lineage-node-box {
padding: 4px 12px 7px;
}
.lineage-node-title {
font-size: 15px;
font-weight: 700;
}
.lineage-node-subtitle {
font-size: 10px;
font-style: italic;
text-overflow: ellipsis;
max-width: 135px;
overflow: hidden;
white-space: nowrap;
}
.lineage-navigate {
padding: 4px 12px 7px;
}
.feature-container {
column-count: 3;
}
.feature-container p {
break-inside: avoid-column;
}
.dataSource-container {
column-count: 1;
}
.display-flex {
display: "flex";
}