-
Notifications
You must be signed in to change notification settings - Fork 0
/
tick.css
59 lines (47 loc) · 813 Bytes
/
tick.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
.tick {
font-size: 1rem;
white-space: nowrap;
font-family: arial, sans-serif;
scale: 1;
}
.tick-flip,
.tick-text-inline {
font-size: 1em;
}
.tick-label {
margin-top: 1em;
font-size: 1em;
}
.tick-char {
width: 1.5em;
}
.tick-text-inline {
display: inline-block;
text-align: center;
min-width: 1em;
}
.tick-text-inline+.tick-text-inline {
margin-left: -.325em;
}
.tick-group {
margin: 0 .5em;
text-align: center;
}
.tick-text-inline {
color: #595d63 !important;
}
.tick-label {
color: #595d63 !important;
}
.tick-flip-panel {
color: #fff !important;
}
.tick-flip-panel-text-wrapper {
line-height: 1.45 !important;
}
.tick-flip-panel {
background-color: #3c3e3c !important;
}
.tick-flip {
border-radius: 0.12em !important;
}