-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolar.css
91 lines (80 loc) · 1.51 KB
/
polar.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
div.chart_container {
position: relative;
}
div.overlay {
position: absolute;
margin-top: 22px;
left: 0px;
z-index: 4;
}
div.chart {
position: absolute;
margin-top: 22px;
z-index: 0;
left: 0px;
background-color: rgba(255, 255, 255, 0);
}
div.ticks {
position: absolute;
margin-top: 22px;
left: 0px;
z-index: 1;
background-color: rgba(255, 255, 255, 0);
}
div.legend {
position: absolute;
margin-left: 675px;
z-index: -1;
background-color: rgba(255, 255, 255, 0);
}
div.chart_row {
padding-top: 5px;
margin-left: -100px;
}
div.category_row {
margin-top: 620px;
}
div.sub_category_row {
margin-top: 620px;
}
.navbar {
padding-top: 0rem;
padding-right: 1rem;
padding-bottom: 0.25rem;
padding-left: 1rem;
}
.navbar-brand {
width: 110px;
padding: 12px 15px 0;
height: auto;
}
.container {
height: 725px;
}
.navbar-nav {
padding-left: 100px;
margin-top: 25px;
}
img.navbar-brand {
width: 200px;
max-width: 200px;
}
.nav-item {
font-family: "muli", "Myriad Pro", Helvetica, Arial, sans-serif;
font-size: 24px;
}
.nav-item.small-nav-item {
font-size: 18px;
}
.breadcrumb-item {
font-family: "muli", "Myriad Pro", Helvetica, Arial, sans-serif;
font-size: 24px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}