-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
49 lines (49 loc) · 995 Bytes
/
index.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
.ft-line {
stroke: black;
}
.ft-card-background {
fill: #c2ce94;
}
.ft-card-firstname,
.ft-card-lastname {
font-weight: 400;
font-size: 22px;
fill: lighten($brand-secondary, $contrast);
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ft-card-edit {
cursor: pointer;
}
.ft-card-edit rect {
fill: lighten($brand-secondary, $contrast);
}
.ft-card-edit text {
fill: darken($brand-secondary, $contrast-high);
text-transform: uppercase;
font-weight: 300;
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ft-scale {
position: absolute;
z-index: 1;
left: 28px;
width: 40px;
top: 20px;
text-align: center;
background-color: white(0);
border-radius: 2px;
}
svg[svg-family-tree] {
cursor: move;
}
g[svg-family-tree-node] {
cursor: pointer;
}
.ft-scale-range {
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
left: 13px;
}